Skip to main content

AccountId

Type Alias AccountId 

Source
pub type AccountId = AccountId32;

Aliased Type§

pub struct AccountId(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]

Trait Implementations§

Source§

impl AccountIdExt for AccountId

Source§

fn from_str(value: &str) -> Result<AccountId, String>

Parses an address string into an AccountId. Read more
Source§

fn from_slice(value: &[u8]) -> Result<AccountId, String>

Decodes an AccountId from raw bytes. Read more
Source§

fn default() -> AccountId

Returns the zero AccountId. Read more