Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
NewEscrowInput
Interface NewEscrowInput<TAccountLocker, TAccountEscrow, TAccountEscrowOwner, TAccountPayer, TAccountSystemProgram>
interface
NewEscrowInput
<
TAccountLocker
extends
string
=
string
,
TAccountEscrow
extends
string
=
string
,
TAccountEscrowOwner
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
{
bump
:
number
;
escrow
:
Address
<
TAccountEscrow
>
;
escrowOwner
:
Address
<
TAccountEscrowOwner
>
;
locker
:
Address
<
TAccountLocker
>
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountLocker
extends
string
=
string
TAccountEscrow
extends
string
=
string
TAccountEscrowOwner
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
bump
escrow
escrow
Owner
locker
payer
system
Program?
Properties
bump
bump
:
number
escrow
escrow
:
Address
<
TAccountEscrow
>
escrow
Owner
escrowOwner
:
Address
<
TAccountEscrowOwner
>
locker
locker
:
Address
<
TAccountLocker
>
payer
payer
:
TransactionSigner
<
TAccountPayer
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
escrow
escrow
Owner
locker
payer
system
Program
Coda by Ian Macalinao
Loading...