Skip to main content
Module

x/polkadot/types/interfaces/uniques/definitions.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File

/* eslint-disable sort-keys */
import type { Definitions } from '../../types/index.ts';
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' } }} as Definitions;