@open-web3/orml-type-definitions
Version:
Polkadot.js type definitions for Open Runtime Module Library (ORML)
39 lines (38 loc) • 769 B
JavaScript
exports.__esModule = true;
exports.default = void 0;
var _default = {
rpc: {
queryExistentialDeposit: {
description: 'Query Existential Deposit for a given currency.',
params: [{
name: 'currencyId',
type: 'CurrencyId'
}, {
name: 'at',
type: 'BlockHash',
isHistoric: true,
isOptional: true
}],
type: 'NumberOrHex'
}
},
types: {
OrmlAccountData: {
free: 'Balance',
reserved: 'Balance',
frozen: 'Balance'
},
OrmlBalanceLock: {
amount: 'Balance',
id: 'LockIdentifier'
}
},
typesAlias: {
tokens: {
AccountData: 'OrmlAccountData',
BalanceLock: 'OrmlBalanceLock'
}
}
};
exports.default = _default;
;