Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
getCreateEscrowAccountInstructionAsync
Function getCreateEscrowAccountInstructionAsync
getCreateEscrowAccountInstructionAsync
<
TAccountEscrow
extends
string
,
TAccountMetadata
extends
string
,
TAccountMint
extends
string
,
TAccountTokenAccount
extends
string
,
TAccountEdition
extends
string
,
TAccountPayer
extends
string
,
TAccountSystemProgram
extends
string
,
TAccountSysvarInstructions
extends
string
,
TAccountAuthority
extends
string
,
TProgramAddress
extends
Address
=
Address
<
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
>
,
>
(
input
:
CreateEscrowAccountAsyncInput
<
TAccountEscrow
,
TAccountMetadata
,
TAccountMint
,
TAccountTokenAccount
,
TAccountEdition
,
TAccountPayer
,
TAccountSystemProgram
,
TAccountSysvarInstructions
,
TAccountAuthority
,
>
,
config
?:
{
programAddress
?:
TProgramAddress
}
,
)
:
Promise
<
CreateEscrowAccountInstruction
<
TProgramAddress
,
TAccountEscrow
,
TAccountMetadata
,
TAccountMint
,
TAccountTokenAccount
,
TAccountEdition
,
TAccountPayer
,
TAccountSystemProgram
,
TAccountSysvarInstructions
,
TAccountAuthority
,
[
]
,
>
,
>
Type Parameters
TAccountEscrow
extends
string
TAccountMetadata
extends
string
TAccountMint
extends
string
TAccountTokenAccount
extends
string
TAccountEdition
extends
string
TAccountPayer
extends
string
TAccountSystemProgram
extends
string
TAccountSysvarInstructions
extends
string
TAccountAuthority
extends
string
TProgramAddress
extends
Address
=
Address
<
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
>
Parameters
input
:
CreateEscrowAccountAsyncInput
<
TAccountEscrow
,
TAccountMetadata
,
TAccountMint
,
TAccountTokenAccount
,
TAccountEdition
,
TAccountPayer
,
TAccountSystemProgram
,
TAccountSysvarInstructions
,
TAccountAuthority
,
>
Optional
config
:
{
programAddress
?:
TProgramAddress
}
Returns
Promise
<
CreateEscrowAccountInstruction
<
TProgramAddress
,
TAccountEscrow
,
TAccountMetadata
,
TAccountMint
,
TAccountTokenAccount
,
TAccountEdition
,
TAccountPayer
,
TAccountSystemProgram
,
TAccountSysvarInstructions
,
TAccountAuthority
,
[
]
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...