Documentation ¶
Index ¶
- Constants
- Variables
- func NewHandler(k Keeper) cTypes.Handler
- type AccountKeeper
- type AppModule
- func (AppModule) BeginBlock(cTypes.Context, abciTypes.RequestBeginBlock)
- func (AppModule) EndBlock(_ cTypes.Context, _ abciTypes.RequestEndBlock) []abciTypes.ValidatorUpdate
- func (AppModule) ExportGenesis(ctx cTypes.Context) json.RawMessage
- func (am AppModule) InitGenesis(ctx cTypes.Context, data json.RawMessage) []abciTypes.ValidatorUpdate
- func (AppModule) Name() string
- func (am AppModule) NewHandler() cTypes.Handler
- func (AppModule) NewQuerierHandler() cTypes.Querier
- func (AppModule) QuerierRoute() string
- func (am AppModule) RegisterInvariants(ir cTypes.InvariantRegistry)
- func (AppModule) Route() string
- type AppModuleBasic
- func (AppModuleBasic) DefaultGenesis() json.RawMessage
- func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command
- func (AppModuleBasic) Name() string
- func (AppModuleBasic) RegisterCodec(cdc *codec.Codec)
- func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, router *mux.Router, kafkaBool bool, ...)
- func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error
- type GenesisState
- type IssueAsset
- type Keeper
- type MsgFactoryExecuteAssets
- type MsgFactoryIssueAssets
- type MsgFactoryRedeemAssets
- type MsgFactorySendAssets
Constants ¶
View Source
const ( ModuleName = types.ModuleName RouterKey = types.RouterKey QuerierRoute = types.QuerierRoute DefaultCodeSpace = types.DefaultCodeSpace )
Variables ¶
View Source
var ( RegisterCodec = types.RegisterCodec ModuleCdc = types.ModuleCdc PegHashKey = types.PegHashKey AssetPegHashStoreKey = types.AssetPegHashStoreKey DefaultGenesisState = types.DefaultGenesisState ValidateGenesis = types.ValidateGenesis EventTypeAssetFactoryIssueAsset = types.EventTypeAssetFactoryIssueAsset EventTypeAssetFactoryRedeemAsset = types.EventTypeAssetFactoryRedeemAsset EventTypeAssetFactorySendAsset = types.EventTypeAssetFactorySendAsset EventTypeAssetFactoryExecuteAsset = types.EventTypeAssetFactoryExecuteAsset BuildIssueAssetMsg = types.BuildIssueAssetMsg BuildSendAssetMsg = types.BuildSendAssetMsg BuildExecuteAssetMsg = types.BuildExecuteAssetMsg BuildRedeemAssetMsg = types.BuildRedeemAssetMsg )
Functions ¶
func NewHandler ¶
Types ¶
type AccountKeeper ¶
type AccountKeeper = types.AccountKeeper
type AppModule ¶
type AppModule struct { AppModuleBasic // contains filtered or unexported fields }
func (AppModule) BeginBlock ¶
func (AppModule) BeginBlock(cTypes.Context, abciTypes.RequestBeginBlock)
func (AppModule) EndBlock ¶
func (AppModule) EndBlock(_ cTypes.Context, _ abciTypes.RequestEndBlock) []abciTypes.ValidatorUpdate
func (AppModule) ExportGenesis ¶
func (AppModule) ExportGenesis(ctx cTypes.Context) json.RawMessage
func (AppModule) InitGenesis ¶
func (am AppModule) InitGenesis(ctx cTypes.Context, data json.RawMessage) []abciTypes.ValidatorUpdate
func (AppModule) NewHandler ¶
func (AppModule) NewQuerierHandler ¶
func (AppModule) QuerierRoute ¶
func (AppModule) RegisterInvariants ¶
func (am AppModule) RegisterInvariants(ir cTypes.InvariantRegistry)
type AppModuleBasic ¶
type AppModuleBasic struct{}
func (AppModuleBasic) DefaultGenesis ¶
func (AppModuleBasic) DefaultGenesis() json.RawMessage
func (AppModuleBasic) GetQueryCmd ¶
func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command
func (AppModuleBasic) Name ¶
func (AppModuleBasic) Name() string
func (AppModuleBasic) RegisterCodec ¶
func (AppModuleBasic) RegisterCodec(cdc *codec.Codec)
func (AppModuleBasic) RegisterRESTRoutes ¶
func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, router *mux.Router, kafkaBool bool, kafkaState kafka.KafkaState)
func (AppModuleBasic) ValidateGenesis ¶
func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error
type GenesisState ¶
type GenesisState = types.GenesisState
type IssueAsset ¶
type IssueAsset = types.IssueAsset
type MsgFactoryExecuteAssets ¶
type MsgFactoryExecuteAssets = types.MsgFactoryExecuteAssets
type MsgFactoryIssueAssets ¶
type MsgFactoryIssueAssets = types.MsgFactoryIssueAssets
type MsgFactoryRedeemAssets ¶
type MsgFactoryRedeemAssets = types.MsgFactoryRedeemAssets
type MsgFactorySendAssets ¶
type MsgFactorySendAssets = types.MsgFactorySendAssets
Click to show internal directories.
Click to hide internal directories.