darkfi_sdk::crypto::blind

Type Alias 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.

Source§

type Err = ContractError

The associated error which can be returned from parsing.