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

    Type Alias ProgramAccountChangeCallback

    ProgramAccountChangeCallback: (
        keyedAccountInfo: KeyedAccountInfo,
        context: Context,
    ) => void

    Callback function for program account change notifications

    Type Declaration