Coda by Ian Macalinao
    Preparing search index...

    Type Alias LogVoterInfoInput<TAccountRegistrar, TAccountVoter>

    type LogVoterInfoInput<
        TAccountRegistrar extends string = string,
        TAccountVoter extends string = string,
    > = {
        depositEntryBegin: LogVoterInfoInstructionDataArgs["depositEntryBegin"];
        depositEntryCount: LogVoterInfoInstructionDataArgs["depositEntryCount"];
        registrar: Address<TAccountRegistrar>;
        voter: Address<TAccountVoter>;
    }

    Type Parameters

    • TAccountRegistrar extends string = string
    • TAccountVoter extends string = string
    Index
    registrar: Address<TAccountRegistrar>
    voter: Address<TAccountVoter>