UNPKG

@digitalnativeinc/type-definitions

Version:

type definitions for all protocols and networks under digitalnativeinc

29 lines (28 loc) 652 B
export default { types: [ { // on all versions minmax: [0, undefined], types: { AccountInfo: 'AccountInfoWithTripleRefCount', Address: 'MultiAddress', LookupSource: 'MultiAddress', XCurrencyId: { chain_id: 'ChainId', currency_id: 'Bytes', }, CurrencyIdOf: 'CurrencyId', CurrencyId: { _enum: { Token: 'TokenSymbol', }, }, TokenSymbol: { _enum: ['ACA', 'AUSD', 'DOT', 'XBTC', 'LDOT', 'RENBTC', 'SDN', 'PLM'], }, AmountOf: 'Amount', Amount: 'i128', }, }, ], };