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

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

Required methods

Implementors