package
0.1.7-beta-testnet
Repository: https://github.com/second-state/devchain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
nolint.
go-wire is our custom codec package for serializing and deserializing data and structures as binary and JSON blobs.
nolint.

# Functions

NewCheck sets the gas used and the response data but no more info these are the most common info needed to be set by the Handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

ChainKey is the option key for setting the chain id.
ModuleNameBase is the module name for internal functionality.

# Variables

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

# Structs

CheckResult captures any non-error abci result to make sure people use error for error cases.
DeliverResult captures any non-error abci result to make sure people use error for error cases.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
TxInner is the interface all concrete transactions should implement.
TxLayer provides a standard way to deal with "middleware" tx, That add context to an embedded tx.