Coda by Ian Macalinao
    Preparing search index...

    Interface SetVoteDelegateInput<TAccountEscrow, TAccountEscrowOwner>

    interface SetVoteDelegateInput<
        TAccountEscrow extends string = string,
        TAccountEscrowOwner extends string = string,
    > {
        escrow: Address<TAccountEscrow>;
        escrowOwner: TransactionSigner<TAccountEscrowOwner>;
        newDelegate: Address;
    }

    Type Parameters

    • TAccountEscrow extends string = string
    • TAccountEscrowOwner extends string = string
    Index

    Properties

    escrow: Address<TAccountEscrow>
    escrowOwner: TransactionSigner<TAccountEscrowOwner>
    newDelegate: Address