Coda by Ian Macalinao
    Preparing search index...

    Type Alias SetVoteDelegateInput<TAccountEscrow, TAccountEscrowOwner>

    type SetVoteDelegateInput<
        TAccountEscrow extends string = string,
        TAccountEscrowOwner extends string = string,
    > = {
        escrow: Address<TAccountEscrow>;
        escrowOwner: TransactionSigner<TAccountEscrowOwner>;
        newDelegate: SetVoteDelegateInstructionDataArgs["newDelegate"];
    }

    Type Parameters

    • TAccountEscrow extends string = string
    • TAccountEscrowOwner extends string = string
    Index
    escrow: Address<TAccountEscrow>
    escrowOwner: TransactionSigner<TAccountEscrowOwner>