XrplIouValue

Type Alias XrplIouValue 

Source
pub type XrplIouValue = [u8; 8];

Trait Implementations§

Source§

impl TryFrom<&Number> for XrplIouValue

Source§

type Error = NumberError

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

fn try_from(number: &Number) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<Number> for XrplIouValue

Source§

type Error = NumberError

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

fn try_from(number: Number) -> Result<Self, Self::Error>

Performs the conversion.