Type Alias darkfi_sdk::crypto::blind::BaseBlind

source ·
pub type BaseBlind = Blind<Base>;

Aliased Type§

struct BaseBlind(pub Fp);

Fields§

§0: Fp

Trait Implementations§

source§

impl Display for BaseBlind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<u64> for BaseBlind

source§

fn from(x: u64) -> Self

Converts to this type from the input type.
source§

impl FromStr for BaseBlind

source§

fn from_str(enc: &str) -> Result<Self, Self::Err>

Tries to create a BaseBlind object from a base58 encoded string.

§

type Err = ContractError

The associated error which can be returned from parsing.