# Functions
NOTE: Don't stringer this, we'll put better messages in later.
No description provided by the author
No description provided by the author
No description provided by the author
nolint.
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
create a new context.
No description provided by the author
NewKVStoreKey returns a new pointer to a KVStoreKey.
No description provided by the author
ParseCoin parses a cli input for one coin type, returning errors if invalid.
ParseCoins will parse out a list of coins separated by commas.
# Constants
ABCI Response Codes Base SDK reserves 0 ~ 99.
TODO: remove ?.
ABCI Response Codes Base SDK reserves 0 ~ 99.
ABCI Response Codes Base SDK reserves 0 ~ 99.
ABCI Response Codes Base SDK reserves 0 ~ 99.
ABCI Response Codes Base SDK reserves 0 ~ 99.
ABCI Response Codes Base SDK reserves 0 ~ 99.
ABCI Response Codes Base SDK reserves 0 ~ 99.
ABCI Response Codes Base SDK reserves 0 ~ 99.
ABCI Response Codes Base SDK reserves 0 ~ 99.
No description provided by the author
No description provided by the author
nolint.
# Structs
Coin hold some amount of one currency.
CommitID contains the tree version number and its merkle root.
The intent of Context is for it to be an immutable object that can be
cloned and updated cheaply with WithValue() and passed forward to the
next decorator or handler.
KVStoreKey is used for accessing substores.
XXX add description.
Result is the union of ResponseDeliverTx and ResponseCheckTx.
Standard Signature.
StdTx is a standard way to wrap a Msg with Signatures.
# Interfaces
Account is a standard account using a sequence number for replay protection and a pubkey for authentication.
AccountMapper stores and retrieves accounts from stores retrieved from the context.
CacheKVStore cache-wraps a KVStore.
From MultiStore.CacheMultiStore()....
CacheWrap() makes the most appropriate cache-wrap.
No description provided by the author
Stores of MultiStore must implement CommitStore.
A non-cache MultiStore.
Stores of MultiStore must implement CommitStore.
something that can persist to disk.
sdk Error type.
KVStore is a simple interface to get/set data.
Transactions messages must fulfill the Msg.
No description provided by the author
Queryable allows a Store to expose internal state to the abci.Query interface.
No description provided by the author
StoreKey is a key used to index stores in a MultiStore.
Transactions objects must fulfill the Tx.
# Type aliases
If newCtx.IsZero(), ctx is used instead.
run code before the transactions in a block.
ABCI Response Code.
Coins is a set of Coin, one per currency.
run code after the transactions in a block and return updates to the validator set.
core function variable which application runs for transactions.
initialize application state at genesis.
Alias iterator to db's Iterator for convenience.
Application function variable used to unmarshal account.
kind of store.
Application function variable used to unmarshal transaction bytes.