package
1.1.5
Repository: https://github.com/zenchainprotocol/zenchain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetMaccPerms returns a copy of the module account permissions.
MakeEncodingConfig creates an EncodingConfig for testing.
New returns a reference to an initialized Gaia.
NewAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.
NewDefaultGenesisState generates the default state for the application.
NewValidateServiceDecorator returns an instance of ServiceAuthDecorator.
NewValidateTokenDecorator returns an instance of ValidateTokenDecorator.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
DefaultNodeHome default home directories for the application daemon.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
No description provided by the author
No description provided by the author

# Structs

App extends an ABCI application, but with most of its parameters exported.
ValidateServiceDecorator is responsible for checking the permission to execute MsgCallService.
ValidateTokenDecorator is responsible for restricting the token participation of the swap prefix.

# Interfaces

App implements the common methods for a Cosmos SDK-based application specific blockchain.

# Type aliases

The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.