Documentation ¶
Index ¶
- type Module
- func (m *Module) GetFeeToken(height int64, chain, contract string) (*tokenmanagertypes.FeeToken, error)
- func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error
- func (m *Module) HandleMsg(index int, msg sdk.Msg, tx *juno.Tx) error
- func (m *Module) HandleUpdateContract(height int64, details tokenmanagertypes.ContractUpgradeDetails) error
- func (m *Module) Name() string
- func (m *Module) SaveOperationByIndex(height int64, index string) error
- 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/rarimocore module
func NewModule ¶
func NewModule(source rarimocore.Source, tokenmanagerSource tokenmanager.Source, cdc codec.Codec, db *database.Db) *Module
NewModule builds a new Module instance
func (*Module) GetFeeToken ¶
func (*Module) HandleGenesis ¶
func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error
HandleGenesis implements modules.Module
func (*Module) HandleUpdateContract ¶
func (m *Module) HandleUpdateContract(height int64, details tokenmanagertypes.ContractUpgradeDetails) error
func (*Module) SaveOperationByIndex ¶
func (*Module) UpdateParams ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.