@solana/web3.js
    Preparing search index...

    Type Alias AccountChangeCallback

    AccountChangeCallback: (
        accountInfo: AccountInfo<Buffer>,
        context: Context,
    ) => void

    Callback function for account change notifications

    Type Declaration