0g-chain/x/swap/client/rest/tx.go

10 lines
167 B
Go
Raw Normal View History

package rest
import (
"github.com/gorilla/mux"
"github.com/cosmos/cosmos-sdk/client/context"
)
func registerTxRoutes(cliCtx context.CLIContext, r *mux.Router) {}