Documentation ¶
Index ¶
- type Module
- func (m *Module) CreateCollection(index string, meta *tokenmanagertypes.CollectionMetadata, ...) error
- func (m *Module) CreateCollectionDatas(height int64, datas []*tokenmanagertypes.CollectionData) (err error)
- func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error
- func (m *Module) Name() string
- func (m *Module) RemoveCollection(index string) (err error)
- func (m *Module) RemoveCollectionDatas(height int64, datas []*tokenmanagertypes.CollectionDataIndex) (err error)
- func (m *Module) RemoveItems(indexes []string) (err error)
- func (m *Module) UpdateCollectionDatas(datas []*tokenmanagertypes.CollectionData) (err error)
- func (m *Module) UpdateItems(items []*tokenmanagertypes.Item) (err 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/tokenmanager module
func (*Module) CreateCollection ¶
func (m *Module) CreateCollection( index string, meta *tokenmanagertypes.CollectionMetadata, data []*tokenmanagertypes.CollectionData, items []*tokenmanagertypes.Item, onChainItems []*tokenmanagertypes.OnChainItem, ) error
func (*Module) CreateCollectionDatas ¶
func (m *Module) CreateCollectionDatas(height int64, datas []*tokenmanagertypes.CollectionData) (err error)
func (*Module) HandleGenesis ¶
func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error
HandleGenesis implements modules.Module
func (*Module) RemoveCollection ¶
func (*Module) RemoveCollectionDatas ¶
func (m *Module) RemoveCollectionDatas(height int64, datas []*tokenmanagertypes.CollectionDataIndex) (err error)
func (*Module) RemoveItems ¶
func (*Module) UpdateCollectionDatas ¶
func (m *Module) UpdateCollectionDatas(datas []*tokenmanagertypes.CollectionData) (err error)
func (*Module) UpdateItems ¶
func (m *Module) UpdateItems(items []*tokenmanagertypes.Item) (err error)
func (*Module) UpdateParams ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.