Skip to content

Commit

Permalink
retiring(module): decode module transaction request, used for wasm
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Tripathi <[email protected]>
  • Loading branch information
deepanshutr committed Sep 2, 2024
1 parent e320725 commit 685bb1c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions helpers/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
package helpers

import (
"encoding/json"
"github.com/cosmos/cosmos-sdk/client"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
"github.com/gorilla/mux"

storeTypes "github.com/cosmos/cosmos-sdk/store/types"
sdkModuleTypes "github.com/cosmos/cosmos-sdk/types/module"
paramsTypes "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/gorilla/mux"
)

type Module interface {
Expand All @@ -29,8 +26,6 @@ type Module interface {

GetAuxiliary(string) Auxiliary

DecodeModuleTransactionRequest(string, json.RawMessage) (sdkTypes.Msg, error)

Initialize(*storeTypes.KVStoreKey, paramsTypes.Subspace, ...interface{}) Module

GetTransactions() Transactions
Expand Down

0 comments on commit 685bb1c

Please sign in to comment.