Type Alias darkfi_sdk::crypto::blind::ScalarBlind

source ·
pub type ScalarBlind = Blind<Scalar>;

Aliased Type§

struct ScalarBlind(pub Fq);

Fields§

§0: Fq

Trait Implementations§

source§

impl Display for ScalarBlind

source§

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

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

impl From<u64> for ScalarBlind

source§

fn from(x: u64) -> Self

Converts to this type from the input type.
source§

impl FromStr for ScalarBlind

source§

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

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

§

type Err = ContractError

The associated error which can be returned from parsing.