All chains
    Preparing search index...

    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

    AssetRate
    AssignedSlots
    Auctions
    Balances
    ConvictionVoting
    Coretime
    Crowdloan
    DelegatedStaking
    ElectionProviderMultiPhase
    FastUnstake
    Grandpa
    Historical
    Hrmp
    Identity
    IdentityMigrator
    Indices
    MessageQueue
    MetaTx
    MultiBlockMigrations
    Multisig
    NominationPools
    Offences
    OnDemandAssignmentProvider
    ParaInclusion
    Parameters
    Paras
    ParasDisputes
    Preimage
    Proxy
    Recovery
    Referenda
    Registrar
    RootOffences
    RootTesting
    Scheduler
    Session
    Slots
    Staking
    StakingAhClient
    Sudo
    System
    TransactionPayment
    Treasury
    Utility
    Vesting
    VoterList
    Whitelist
    XcmPallet