Executing Transactions
Execute transactions to fulfill your users' intents.
Once you know the route you'd like to utilize, you can execute that transaction directly through the SDK.
Executing a Transaction for a Given Route
To execute a transaction, you'll need to input the result of the getRoute
function into the executeTransaction
function.
Available parameters
The following parameters enable you to customize your route request:
Parameter
Description
Type
route
Transaction path for execution. Can be a single transaction or sequence of transactions.
Route (required)
Congratulations, you now have the ability to integrate Shogun into your app. We have additional guides you may find helpful for supplemental information when working with the SDK:
Last updated