Documentation ¶
Index ¶
- Variables
- func GetTokenFactoryDependencyGenerators() aclkeeper.DependencyGeneratorMap
- func TokenFactoryBurnDependencyGenerator(keeper aclkeeper.Keeper, ctx sdk.Context, msg sdk.Msg) ([]sdkacltypes.AccessOperation, error)
- func TokenFactoryMintDependencyGenerator(keeper aclkeeper.Keeper, ctx sdk.Context, msg sdk.Msg) ([]sdkacltypes.AccessOperation, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidMessageType = fmt.Errorf("invalid message received for TokenFactory Module")
Functions ¶
func GetTokenFactoryDependencyGenerators ¶
func GetTokenFactoryDependencyGenerators() aclkeeper.DependencyGeneratorMap
func TokenFactoryBurnDependencyGenerator ¶
func TokenFactoryBurnDependencyGenerator(keeper aclkeeper.Keeper, ctx sdk.Context, msg sdk.Msg) ([]sdkacltypes.AccessOperation, error)
func TokenFactoryMintDependencyGenerator ¶
func TokenFactoryMintDependencyGenerator(keeper aclkeeper.Keeper, ctx sdk.Context, msg sdk.Msg) ([]sdkacltypes.AccessOperation, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.