types

package
v0.12.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2016 License: GPL-3.0 Imports: 1 Imported by: 0

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
}

Jump to

Keyboard shortcuts

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