mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-30 18:25:19 +00:00
10 lines
155 B
Go
10 lines
155 B
Go
|
package rest
|
||
|
|
||
|
import (
|
||
|
"github.com/cosmos/cosmos-sdk/client"
|
||
|
"github.com/gorilla/mux"
|
||
|
)
|
||
|
|
||
|
func registerTxRoutes(cliCtx client.Context, r *mux.Router) {
|
||
|
}
|