Type Alias Balance

Source
pub type Balance = BigUint;
Expand description

Balance

Aliased Type§

pub struct Balance { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<Balance> for Balance

Source§

type Error = ProtocolError

The type returned in the event of a conversion error.
Source§

fn try_from(ser_balance: Balance) -> Result<Balance, Self::Error>

Performs the conversion.