package
0.1.1
Repository: https://github.com/gnolang/gno.git
Documentation: pkg.go.dev

# Packages

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

# Functions

TODO: replace with abci.ABCIErrorOrStringError().
No description provided by the author
No description provided by the author
FormatInvariant returns a standardized invariant message.
NewBaseApp returns a reference to an initialized BaseApp.
create a new context.
No description provided by the author
NewRouter returns a reference to a new router.
SetMinGasPrices returns an option that sets the minimum gas prices on the app.
SetPruningOptions sets pruning options on the multistore associated with the app.

# Constants

Check a transaction.
Deliver a transaction.
Simulate a transaction.

# Variables

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

# Structs

BaseApp reflects the ABCI application implementation.
Context is a mostly immutable object contains all information needed to process a request.
EventLogger implements a simple wrapper around a slice of Event objects that can be emitted from.
Result is the union of ResponseDeliverTx and ResponseCheckTx plus events.

# Interfaces

A Handler handles processing messages and answering queries for a particular application concern.
expected interface for registering invariants.
Router provides handlers for each transaction type.

# Type aliases

AnteHandler authenticates transactions, before their internal messages are handled.
BeginBlocker runs code before the transactions in a block Note: applications which set create_empty_blocks=false will not have regular block timing and should use e.g.
No description provided by the author
No description provided by the author
EndBlocker runs code after the transactions in a block and return updates to the validator set Note: applications which set create_empty_blocks=false will not have regular block timing and should use e.g.
No description provided by the author
No description provided by the author
InitChainer initializes application state at genesis.
An Invariant is a function which tests a particular invariant.
Invariants defines a group of invariants.
Exports from std.
Proposed rename, not done to avoid API breakage.
Enum mode for app.runTx.
No description provided by the author