Trait near_primitives_core::serialize::BaseEncode[][src]

pub trait BaseEncode {
    fn to_base(&self) -> String;
}

Required methods

fn to_base(&self) -> String[src]

Loading content...

Implementors

impl<T> BaseEncode for T where
    &'a T: Into<Vec<u8>>, 
[src]

Loading content...