[][src]Trait jlib::base::serialize::serialized_type::SerializedSTAmount

pub trait SerializedSTAmount {
    fn serialize(value: Amount) -> Vec<u8>;
fn parse(); }

Required methods

fn serialize(value: Amount) -> Vec<u8>

fn parse()

Loading content...

Implementors

impl SerializedSTAmount for STAmount[src]

Loading content...