Documentation ¶
Index ¶
- type Module
- func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error
- func (m *Module) HandleMsg(_ int, msg sdk.Msg, tx *juno.Tx) error
- func (m *Module) HandleOracle(height int64, chain, account string) error
- func (m *Module) Name() string
- func (m *Module) UpdateParams(height int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represents the x/oraclemanager module
func NewModule ¶
func NewModule(source oraclemanager.Source, rc *rarimocore.Module, cdc codec.Codec, db *database.Db) *Module
NewModule builds a new Module instance
func (*Module) HandleGenesis ¶
func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error
HandleGenesis implements modules.Module
func (*Module) HandleOracle ¶
func (*Module) UpdateParams ¶
Click to show internal directories.
Click to hide internal directories.