mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-03-13 21:15:17 +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) {
|
||
|
}
|