Documentation
Preparing search index...
@orca-so/whirlpools-client
InitializePositionBundleWithMetadataInstruction
Type Alias InitializePositionBundleWithMetadataInstruction<TProgram, TAccountPositionBundle, TAccountPositionBundleMint, TAccountPositionBundleMetadata, TAccountPositionBundleTokenAccount, TAccountPositionBundleOwner, TAccountFunder, TAccountMetadataUpdateAuth, TAccountTokenProgram, TAccountSystemProgram, TAccountRent, TAccountAssociatedTokenProgram, TAccountMetadataProgram, TRemainingAccounts>
InitializePositionBundleWithMetadataInstruction
:
IInstruction
<
TProgram
>
&
IInstructionWithData
<
Uint8Array
,
>
&
IInstructionWithAccounts
<
[
TAccountPositionBundle
extends
string
?
WritableAccount
<
TAccountPositionBundle
>
:
TAccountPositionBundle
,
TAccountPositionBundleMint
extends
string
?
WritableSignerAccount
<
TAccountPositionBundleMint
>
&
IAccountSignerMeta
<
TAccountPositionBundleMint
,
>
:
TAccountPositionBundleMint
,
TAccountPositionBundleMetadata
extends
string
?
WritableAccount
<
TAccountPositionBundleMetadata
>
:
TAccountPositionBundleMetadata
,
TAccountPositionBundleTokenAccount
extends
string
?
WritableAccount
<
TAccountPositionBundleTokenAccount
>
:
TAccountPositionBundleTokenAccount
,
TAccountPositionBundleOwner
extends
string
?
ReadonlyAccount
<
TAccountPositionBundleOwner
>
:
TAccountPositionBundleOwner
,
TAccountFunder
extends
string
?
WritableSignerAccount
<
TAccountFunder
>
&
IAccountSignerMeta
<
TAccountFunder
,
>
:
TAccountFunder
,
TAccountMetadataUpdateAuth
extends
string
?
ReadonlyAccount
<
TAccountMetadataUpdateAuth
>
:
TAccountMetadataUpdateAuth
,
TAccountTokenProgram
extends
string
?
ReadonlyAccount
<
TAccountTokenProgram
>
:
TAccountTokenProgram
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
TAccountRent
extends
string
?
ReadonlyAccount
<
TAccountRent
>
:
TAccountRent
,
TAccountAssociatedTokenProgram
extends
string
?
ReadonlyAccount
<
TAccountAssociatedTokenProgram
>
:
TAccountAssociatedTokenProgram
,
TAccountMetadataProgram
extends
string
?
ReadonlyAccount
<
TAccountMetadataProgram
>
:
TAccountMetadataProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
TAccountPositionBundle
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountPositionBundleMint
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountPositionBundleMetadata
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountPositionBundleTokenAccount
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountPositionBundleOwner
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountFunder
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountMetadataUpdateAuth
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountTokenProgram
extends
string
|
IAccountMeta
<
string
>
=
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
TAccountSystemProgram
extends
string
|
IAccountMeta
<
string
>
=
"11111111111111111111111111111111"
TAccountRent
extends
string
|
IAccountMeta
<
string
>
=
"SysvarRent111111111111111111111111111111111"
TAccountAssociatedTokenProgram
extends
string
|
IAccountMeta
<
string
>
=
string
TAccountMetadataProgram
extends
string
|
IAccountMeta
<
string
>
=
string
TRemainingAccounts
extends
readonly
IAccountMeta
<
string
>
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...