Trait sp_runtime::traits::IdentifyAccount [−][src]
pub trait IdentifyAccount { type AccountId; fn into_account(self) -> Self::AccountId; }
Some type that is able to be collapsed into an account ID. It is not possible to recreate the original value from the account ID.
Associated Types
Loading content...Required methods
fn into_account(self) -> Self::AccountId
[src]
Transform into an account.
Implementations on Foreign Types
impl IdentifyAccount for Public
[src]
impl IdentifyAccount for Public
[src]type AccountId = Self
fn into_account(self) -> Self
[src]
impl IdentifyAccount for Public
[src]
impl IdentifyAccount for Public
[src]type AccountId = Self
fn into_account(self) -> Self
[src]
Implementors
impl IdentifyAccount for MultiSigner
[src]
impl IdentifyAccount for MultiSigner
[src]type AccountId = AccountId32
fn into_account(self) -> AccountId32
[src]
impl IdentifyAccount for sp_runtime::testing::sr25519::Public
[src]
impl IdentifyAccount for sp_runtime::testing::sr25519::Public
[src]type AccountId = Self
fn into_account(self) -> Self
[src]
impl IdentifyAccount for UintAuthorityId
[src]
impl IdentifyAccount for UintAuthorityId
[src]