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