Trait waves_rust::model::base58string::ByteString
source · pub trait ByteString {
// Required methods
fn bytes(&self) -> Vec<u8> ⓘ;
fn encoded(&self) -> String;
fn encoded_with_prefix(&self) -> String;
}