Documentation
Preparing search index...
@orca-so/whirlpools-client
InitializePositionBundleInput
Type Alias InitializePositionBundleInput<TAccountPositionBundle, TAccountPositionBundleMint, TAccountPositionBundleTokenAccount, TAccountPositionBundleOwner, TAccountFunder, TAccountTokenProgram, TAccountSystemProgram, TAccountRent, TAccountAssociatedTokenProgram>
type
InitializePositionBundleInput
<
TAccountPositionBundle
extends
string
=
string
,
TAccountPositionBundleMint
extends
string
=
string
,
TAccountPositionBundleTokenAccount
extends
string
=
string
,
TAccountPositionBundleOwner
extends
string
=
string
,
TAccountFunder
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
TAccountRent
extends
string
=
string
,
TAccountAssociatedTokenProgram
extends
string
=
string
,
>
=
{
associatedTokenProgram
:
Address
<
TAccountAssociatedTokenProgram
>
;
funder
:
TransactionSigner
<
TAccountFunder
>
;
positionBundle
:
Address
<
TAccountPositionBundle
>
;
positionBundleMint
:
TransactionSigner
<
TAccountPositionBundleMint
>
;
positionBundleOwner
:
Address
<
TAccountPositionBundleOwner
>
;
positionBundleTokenAccount
:
Address
<
TAccountPositionBundleTokenAccount
>
;
rent
?:
Address
<
TAccountRent
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
}
Type Parameters
TAccountPositionBundle
extends
string
=
string
TAccountPositionBundleMint
extends
string
=
string
TAccountPositionBundleTokenAccount
extends
string
=
string
TAccountPositionBundleOwner
extends
string
=
string
TAccountFunder
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
TAccountRent
extends
string
=
string
TAccountAssociatedTokenProgram
extends
string
=
string
Index
Properties
associated
Token
Program
funder
position
Bundle
position
Bundle
Mint
position
Bundle
Owner
position
Bundle
Token
Account
rent?
system
Program?
token
Program?
Properties
associated
Token
Program
associatedTokenProgram
:
Address
<
TAccountAssociatedTokenProgram
>
funder
funder
:
TransactionSigner
<
TAccountFunder
>
position
Bundle
positionBundle
:
Address
<
TAccountPositionBundle
>
position
Bundle
Mint
positionBundleMint
:
TransactionSigner
<
TAccountPositionBundleMint
>
position
Bundle
Owner
positionBundleOwner
:
Address
<
TAccountPositionBundleOwner
>
position
Bundle
Token
Account
positionBundleTokenAccount
:
Address
<
TAccountPositionBundleTokenAccount
>
Optional
rent
rent
?:
Address
<
TAccountRent
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
associated
Token
Program
funder
position
Bundle
position
Bundle
Mint
position
Bundle
Owner
position
Bundle
Token
Account
rent
system
Program
token
Program
Documentation
Loading...