UNPKG

@polkadot/types

Version:
43 lines (42 loc) 1.16 kB
export default { rpc: {}, types: { ClassId: 'u32', InstanceId: 'u32', DepositBalance: 'Balance', DepositBalanceOf: 'Balance', ClassDetails: { owner: 'AccountId', issuer: 'AccountId', admin: 'AccountId', freezer: 'AccountId', totalDeposit: 'DepositBalance', freeHolding: 'bool', instances: 'u32', instanceMetadatas: 'u32', attributes: 'u32', isFrozen: 'bool' }, DestroyWitness: { instances: 'Compact<u32>', instanceMetadatas: 'Compact<u32>', attributes: 'Compact<u32>' }, InstanceDetails: { owner: 'AccountId', approved: 'Option<AccountId>', isFrozen: 'bool', deposit: 'DepositBalance' }, ClassMetadata: { deposit: 'DepositBalance', data: 'Vec<u8>', isFrozen: 'bool' }, InstanceMetadata: { deposit: 'DepositBalance', data: 'Vec<u8>', isFrozen: 'bool' } } };