Trait substrate_stellar_sdk::IntoAccountId[][src]

pub trait IntoAccountId: Sized {
    fn into_account_id(self) -> Result<AccountId, StellarSdkError>;
fn into_encoding(self) -> Vec<u8>; }

Required methods

Implementors