[][src]Type Definition pallet_generic_asset::PermissionLatest

type PermissionLatest<AccountId> = PermissionsV1<AccountId>;

Alias to latest asset permissions

Trait Implementations

impl<AccountId> Into<PermissionVersions<AccountId>> for PermissionLatest<AccountId>[src]

Converts the latest permission to other version.