Improving Contract
docs around forwarding amounts
#3485
Labels
docs
Requests pertinent to documentation
Contract
docs around forwarding amounts
#3485
The TS SDK Docs need some improvements around executing custom steps within a contract call that forwards an amount to a contract.
The problem:
When executing a contract call that requires amounts to be forwarded to the contract, the TS SDK can properly estimate, fund, and submit the transaction:
However, when custom steps are required such as modifying the
TransactionRequest
before sending the transaction, the forward amount must be explicitly included during estimation and funding steps to ensure accurate cost calculations.We need to update our docs to give our users a clearer understanding of handling custom transaction workflows when forwarding amounts in contract calls.
The text was updated successfully, but these errors were encountered: