Trait walletd::CryptoAddress
source · pub trait CryptoAddress {
// Required method
fn public_address(&self) -> String;
}Expand description
CryptoAddress is a trait that defines the public address of a crypto currency
Required Methods§
sourcefn public_address(&self) -> String
fn public_address(&self) -> String
Returns the public address as a string