minter

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2018 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ValidatorPresent = 1
	ValidatorAbsent  = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Blockchain

type Blockchain struct {
	abciTypes.BaseApplication

	BaseCoin types.CoinSymbol
	// contains filtered or unexported fields
}

func GetBlockchain added in v0.1.2

func GetBlockchain() *Blockchain

func NewMinterBlockchain

func NewMinterBlockchain() *Blockchain

func (*Blockchain) BeginBlock

func (*Blockchain) CheckTx

func (app *Blockchain) CheckTx(rawTx []byte) abciTypes.ResponseCheckTx

func (*Blockchain) Commit

func (app *Blockchain) Commit() abciTypes.ResponseCommit

func (*Blockchain) CurrentState

func (app *Blockchain) CurrentState() *state.StateDB

func (*Blockchain) DeliverTx

func (app *Blockchain) DeliverTx(rawTx []byte) abciTypes.ResponseDeliverTx

func (*Blockchain) EndBlock

func (*Blockchain) GetStateForHeight

func (app *Blockchain) GetStateForHeight(height int) (*state.StateDB, error)

func (*Blockchain) Height

func (app *Blockchain) Height() uint64

func (*Blockchain) Info

func (app *Blockchain) Info(req abciTypes.RequestInfo) (resInfo abciTypes.ResponseInfo)

func (*Blockchain) InitChain

func (*Blockchain) Query

func (*Blockchain) RunRPC added in v0.1.2

func (app *Blockchain) RunRPC(node *node.Node)

func (*Blockchain) SetOption

func (*Blockchain) Stop

func (app *Blockchain) Stop()

Jump to

Keyboard shortcuts

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