Trait AccountGetter
eq_primitives
pub trait AccountGetter<AccountId> { fn get_account_id() -> AccountId; }
Supports getting account id
fn get_account_id() -> AccountId