Documentation
¶
Overview ¶
Blockchain is part of the pipe for ErisMint and provides the implementation for the pipe to call into the ErisMint application
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockStore ¶
type BlockStore interface {
Height() int
BlockMeta(height int) *tendermint_types.BlockMeta
Block(height int) *tendermint_types.Block
}
type Blockchain ¶
type Blockchain interface {
BlockStore
ChainId() string
}
Click to show internal directories.
Click to hide internal directories.