Trait hydradx_traits::registry::AccountIdFor
source · pub trait AccountIdFor<Assets> {
type AccountId;
fn from_assets(assets: &Assets, identifier: Option<&[u8]>) -> Self::AccountId;
fn name(assets: &Assets, identifier: Option<&[u8]>) -> Vec<u8> ⓘ;
}
Expand description
Abstraction over account id and account name creation for Assets