createExecuteJettonLimitOrderTxParams
@bidask-protocol/sdk / createExecuteJettonLimitOrderTxParams
Function: createExecuteJettonLimitOrderTxParams()
createExecuteJettonLimitOrderTxParams(
params
):TxParams
Defined in: transactions/execute-jetton-limit-order.ts:21
Creates transaction parameters to execute a limit order by sending Jettons
Parameters
params
Execution parameters
forwardPayload?
Cell
Optional payload on successful execution
orderIndex
bigint
Index of the limit order on the pool
poolAddress
Address
Address of the limit pool
queryId?
bigint
Optional query ID for the transaction (defaults to random)
rejectPayload?
Cell
Optional payload on execution failure
salt
bigint
Salt for shard brute-forcing
sellAmount
bigint
Amount of jettons to sell for execution
sellJettonWalletAddress
Address
Address of the seller's jetton wallet
senderAddress
Address
Address of the order executor
Returns
Transaction parameters