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.