UNPKG

@polkadot/types

Version:
16 lines (15 loc) 313 B
export default { rpc: {}, types: { Multisig: { when: 'Timepoint', deposit: 'Balance', depositor: 'AccountId', approvals: 'Vec<AccountId>' }, Timepoint: { height: 'BlockNumber', index: 'u32' } } };