You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: