UNPKG

@polkadot/types

Version:
20 lines (19 loc) 512 B
export const runtime = { AccountNonceApi: [ { methods: { account_nonce: { description: 'The API to query account nonce (aka transaction index)', params: [ { name: 'accountId', type: 'AccountId' } ], type: 'Index' } }, version: 1 } ] };