VoteNotificationsApi: {
    voteNotifications(
        NO_CONFIG?: Record<string, never>,
    ): Readonly<
        {
            hash: Blockhash;
            signature: Signature;
            slots: readonly Slot[];
            timestamp: UnixTimestamp
            | null;
            votePubkey: Address;
        },
    >;
}

Type declaration