Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
LockWithWhitelistEntryInput
Interface LockWithWhitelistEntryInput<TAccountLocker, TAccountEscrow, TAccountEscrowTokens, TAccountEscrowOwner, TAccountSourceTokens, TAccountTokenProgram, TAccountInstructionsSysvar, TAccountWhitelistEntry>
interface
LockWithWhitelistEntryInput
<
TAccountLocker
extends
string
=
string
,
TAccountEscrow
extends
string
=
string
,
TAccountEscrowTokens
extends
string
=
string
,
TAccountEscrowOwner
extends
string
=
string
,
TAccountSourceTokens
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
TAccountInstructionsSysvar
extends
string
=
string
,
TAccountWhitelistEntry
extends
string
=
string
,
>
{
amount
:
number
|
bigint
;
duration
:
number
|
bigint
;
escrow
:
Address
<
TAccountEscrow
>
;
escrowOwner
:
TransactionSigner
<
TAccountEscrowOwner
>
;
escrowTokens
:
Address
<
TAccountEscrowTokens
>
;
instructionsSysvar
?:
Address
<
TAccountInstructionsSysvar
>
;
locker
:
Address
<
TAccountLocker
>
;
sourceTokens
:
Address
<
TAccountSourceTokens
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
whitelistEntry
:
Address
<
TAccountWhitelistEntry
>
;
}
Type Parameters
TAccountLocker
extends
string
=
string
TAccountEscrow
extends
string
=
string
TAccountEscrowTokens
extends
string
=
string
TAccountEscrowOwner
extends
string
=
string
TAccountSourceTokens
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
TAccountInstructionsSysvar
extends
string
=
string
TAccountWhitelistEntry
extends
string
=
string
Index
Properties
amount
duration
escrow
escrow
Owner
escrow
Tokens
instructions
Sysvar?
locker
source
Tokens
token
Program?
whitelist
Entry
Properties
amount
amount
:
number
|
bigint
duration
duration
:
number
|
bigint
escrow
escrow
:
Address
<
TAccountEscrow
>
escrow
Owner
escrowOwner
:
TransactionSigner
<
TAccountEscrowOwner
>
escrow
Tokens
escrowTokens
:
Address
<
TAccountEscrowTokens
>
Optional
instructions
Sysvar
instructionsSysvar
?:
Address
<
TAccountInstructionsSysvar
>
locker
locker
:
Address
<
TAccountLocker
>
source
Tokens
sourceTokens
:
Address
<
TAccountSourceTokens
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
whitelist
Entry
whitelistEntry
:
Address
<
TAccountWhitelistEntry
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
duration
escrow
escrow
Owner
escrow
Tokens
instructions
Sysvar
locker
source
Tokens
token
Program
whitelist
Entry
Coda by Ian Macalinao
Loading...