Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
SetVoteDelegateInput
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
escrow
Owner
new
Delegate
Properties
escrow
escrow
:
Address
<
TAccountEscrow
>
escrow
Owner
escrowOwner
:
TransactionSigner
<
TAccountEscrowOwner
>
new
Delegate
newDelegate
:
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
escrow
escrow
Owner
new
Delegate
Coda by Ian Macalinao
Loading...