Coda by Ian Macalinao
    Preparing search index...

    Interface LogVoterInfoInput<TAccountRegistrar, TAccountVoter>

    interface LogVoterInfoInput<
        TAccountRegistrar extends string = string,
        TAccountVoter extends string = string,
    > {
        depositEntryBegin: number;
        depositEntryCount: number;
        registrar: Address<TAccountRegistrar>;
        voter: Address<TAccountVoter>;
    }

    Type Parameters

    • TAccountRegistrar extends string = string
    • TAccountVoter extends string = string
    Index

    Properties

    depositEntryBegin: number
    depositEntryCount: number
    registrar: Address<TAccountRegistrar>
    voter: Address<TAccountVoter>