createDeployPoolTxParams
@bidask-protocol/sdk / createDeployPoolTxParams
Function: createDeployPoolTxParams()
createDeployPoolTxParams(
params
):TxParams
Defined in: transactions/deploy-pool.ts:21
Creates a transaction parameters for deploying a pool
Parameters
params
Parameters for the transaction
bps
bigint
Basis points for fee calculation
initialRawPrice
number
Initial raw price of the pool
lpFee
bigint
Liquidity provider fee
poolDeployerAddress?
Address
Optional address of the pool deployer (defaults to factory)
queryId?
bigint
Optional query ID for the transaction (defaults to random)
seedCell
Cell
Seed cell for the pool
token0PoolWalletAddress
Address
Address of the token0 pool wallet
token1PoolWalletAddress
Address
Address of the token1 pool wallet
Returns
Transaction parameters