createDeployJettonLimitOrderTxParams
@bidask-protocol/sdk / createDeployJettonLimitOrderTxParams
Function: createDeployJettonLimitOrderTxParams()
createDeployJettonLimitOrderTxParams(
params
):TxParams
Defined in: transactions/deploy-jetton-limit-order.ts:24
Creates transaction parameters for deploying a jetton limit order
Parameters
params
Order parameters
buyAmount
bigint
Amount of tokens to buy
expirationTimestamp?
number
Expiration timestamp in seconds (default: no expiration)
finalPayload?
Cell
Optional final payload cell
poolAddress
Address
Address of the limit pool
queryId?
bigint
Optional query ID for the transaction (defaults to random)
reward
bigint
Reward in TON for executors
salt
bigint
Salt for shard brute-forcing
sellAmount
bigint
Amount of jettons to sell
sellJettonWalletAddress
Address
Address of the sender's jetton wallet
senderAddress
Address
Address of the order sender
Returns
Transaction parameters