Documentation
Preparing search index...
@orca-so/whirlpools
createConcentratedLiquidityPool
Variable createConcentratedLiquidityPool
Const
createConcentratedLiquidityPool
:
(
...
params
:
[
tokenMintA
:
Address
,
tokenMintB
:
Address
,
tickSpacing
:
number
,
initialPrice
:
number
,
]
,
)
=>
Promise
<
CreatePoolInstructions
&
{
callback
:
()
=>
Promise
<
Signature
>
}
,
>
= ...
Type declaration
(
...
params
:
[
tokenMintA
:
Address
,
tokenMintB
:
Address
,
tickSpacing
:
number
,
initialPrice
:
number
,
]
,
)
:
Promise
<
CreatePoolInstructions
&
{
callback
:
()
=>
Promise
<
Signature
>
}
>
Parameters
...
params
:
[
tokenMintA
:
Address
,
tokenMintB
:
Address
,
tickSpacing
:
number
,
initialPrice
:
number
,
]
Returns
Promise
<
CreatePoolInstructions
&
{
callback
:
()
=>
Promise
<
Signature
>
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...