This page details advanced features and utilities in the Skip Go client library.
executeRoute
method now accepts beforeMsg
and afterMsg
parameter to allow for the execution of custom Cosmos messages before and/or after the route is executed. This is useful for executing custom messages that are not part of the route definition.
route
function accepts a goFast
parameter to enable the Go Fast Transfers. Then pass this route to the executeRoute
method to execute.
executeRoute
method accepts a svmFeePayer
parameter to specify a fee payer for Solana transactions. This is useful when you want to have a different account pay the transaction fees.