Coda by Ian Macalinao
    Preparing search index...

    Interface UpdateMaxVoteWeightInput<TAccountRegistrar, TAccountMaxVoteWeightRecord>

    interface UpdateMaxVoteWeightInput<
        TAccountRegistrar extends string = string,
        TAccountMaxVoteWeightRecord extends string = string,
    > {
        maxVoteWeightRecord: Address<TAccountMaxVoteWeightRecord>;
        registrar: Address<TAccountRegistrar>;
    }

    Type Parameters

    • TAccountRegistrar extends string = string
    • TAccountMaxVoteWeightRecord extends string = string
    Index

    Properties

    maxVoteWeightRecord: Address<TAccountMaxVoteWeightRecord>
    registrar: Address<TAccountRegistrar>