Trait sp_runtime::traits::IdentifyAccount
source · [−]pub trait IdentifyAccount {
type AccountId;
fn into_account(self) -> Self::AccountId;
}
Expand description
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
Required methods
fn into_account(self) -> Self::AccountId
fn into_account(self) -> Self::AccountId
Transform into an account.