Documentation ¶
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 }
Blockchain is part of the pipe for BurrowMint and provides the implementation for the pipe to call into the BurrowMint application
Click to show internal directories.
Click to hide internal directories.