Trait rosetta_client::RosettaAccount
source · pub trait RosettaAccount {
// Required method
fn to_rosetta(&self) -> AccountIdentifier;
}Expand description
Conversion trait for account identifiers.
Required Methods§
sourcefn to_rosetta(&self) -> AccountIdentifier
fn to_rosetta(&self) -> AccountIdentifier
Returns a rosetta account identifier.