Notification payload for programSubscribe.

1.0.0

interface ProgramNotification {
    result: {
        context: {
            slot: Slot;
        };
        value: {
            account: AccountInfo<string>;
            pubkey: never;
        };
    };
    subscription: number;
}

Properties

Properties

result: {
    context: {
        slot: Slot;
    };
    value: {
        account: AccountInfo<string>;
        pubkey: never;
    };
}
subscription: number