types

package
v0.17.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL