Namespace Events

Events

Each item described here is a PlainDescriptor<T>

For example, System.NewAccount is of type

NewAccount: PlainDescriptor<{ "account": SS58String }>;

and can be queried via

const newAccountEvents = await api.event.System.NewAccount.pull()
newAccountEvents.forEach(newAccount => {
const address: SS58String = newAccount.payload.account
console.log(address)
})

PAPI docs on events for more

Namespaces

AssetRegistry
Balances
CheckedInflation
CollatorSelection
Contracts
CoreAssets
CumulusXcm
Identity
INV4
MessageQueue
OcifStaking
OrmlXcm
ParachainSystem
PolkadotXcm
Session
Sudo
System
Tokens
TransactionPayment
Treasury
TxPause
Utility
Vesting
XcmpQueue
XTokens