VoteAccount: Readonly<
    {
        activatedStake: bigint;
        commission: number;
        epochCredits: readonly EpochCredit[];
        epochVoteAccount: boolean;
        lastVote: bigint;
        nodePubkey: Address;
        rootSlot: Slot;
        votePubkey: TVotePubkey;
    },
>

Type Parameters