Skip Go Client
Advanced Features
This page details advanced features and utilities in the Skip Go client library.
Adding custom messages before or after route execution
The 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.
Use the Go Fast Transfer system
When initializing your client, specify the goFast
boolean in the routeConfig
prop. If a route is eligible for a Go Fast transfer, the API will return it as one of the transfer operations. No further action is required on your part.