Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
getNewEscrowInstruction
Function getNewEscrowInstruction
getNewEscrowInstruction
<
TAccountLocker
extends
string
,
TAccountEscrow
extends
string
,
TAccountEscrowOwner
extends
string
,
TAccountPayer
extends
string
,
TAccountSystemProgram
extends
string
,
TProgramAddress
extends
Address
=
Address
<
"LocktDzaV1W2Bm9DeZeiyz4J9zs4fRqNiYqQyracRXw"
>
,
>
(
input
:
NewEscrowInput
<
TAccountLocker
,
TAccountEscrow
,
TAccountEscrowOwner
,
TAccountPayer
,
TAccountSystemProgram
,
>
,
config
?:
{
programAddress
?:
TProgramAddress
}
,
)
:
NewEscrowInstruction
<
TProgramAddress
,
TAccountLocker
,
TAccountEscrow
,
TAccountEscrowOwner
,
TAccountPayer
,
TAccountSystemProgram
,
>
Type Parameters
TAccountLocker
extends
string
TAccountEscrow
extends
string
TAccountEscrowOwner
extends
string
TAccountPayer
extends
string
TAccountSystemProgram
extends
string
TProgramAddress
extends
Address
=
Address
<
"LocktDzaV1W2Bm9DeZeiyz4J9zs4fRqNiYqQyracRXw"
>
Parameters
input
:
NewEscrowInput
<
TAccountLocker
,
TAccountEscrow
,
TAccountEscrowOwner
,
TAccountPayer
,
TAccountSystemProgram
,
>
Optional
config
:
{
programAddress
?:
TProgramAddress
}
Returns
NewEscrowInstruction
<
TProgramAddress
,
TAccountLocker
,
TAccountEscrow
,
TAccountEscrowOwner
,
TAccountPayer
,
TAccountSystemProgram
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...