UNPKG

@open-web3/orml-type-definitions

Version:

Polkadot.js type definitions for Open Runtime Module Library (ORML)

38 lines (37 loc) 862 B
declare const _default: { rpc: { queryExistentialDeposit: { description: string; params: ({ name: string; type: string; isHistoric?: undefined; isOptional?: undefined; } | { name: string; type: string; isHistoric: boolean; isOptional: boolean; })[]; type: string; }; }; types: { OrmlAccountData: { free: string; reserved: string; frozen: string; }; OrmlBalanceLock: { amount: string; id: string; }; }; typesAlias: { tokens: { AccountData: string; BalanceLock: string; }; }; }; export default _default;