forensics

package
v0.22.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block struct {
	*types.Block
	// contains filtered or unexported fields
}

func NewBlock

func NewBlock(txDecoder txs.Decoder, block *types.Block) *Block

func (*Block) Transactions

func (b *Block) Transactions(iter func(*txs.Envelope) (stop bool)) (stopped bool, err error)

type BlockExplorer

type BlockExplorer struct {
	*blockchain.BlockStore
	// contains filtered or unexported fields
}

func NewBlockExplorer

func NewBlockExplorer(dbBackendType db.DBBackendType, dbDir string) *BlockExplorer

func (*BlockExplorer) Block

func (be *BlockExplorer) Block(height int64) (block *Block, err error)

func (*BlockExplorer) Blocks

func (be *BlockExplorer) Blocks(start, end int64, iter func(*Block) (stop bool)) (stopped bool, err error)

Iterate over blocks between start (inclusive) and end (exclusive)

Jump to

Keyboard shortcuts

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