assembly

package
v0.0.0-...-34de315 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2018 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Headers

type Headers interface {
	Get(hash types.Hash) (*types.Header, error)
}

Headers in an interface to the header storage.

type Inventories

type Inventories interface {
	Get(hash types.Hash) (*types.Inventory, error)
}

Inventories is an interface to the inventory storage.

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

Manager is the manager to assemble and validate blocks.

func (*Manager) Validate

func (am *Manager) Validate(hash types.Hash) error

Validate will assemble the block from our database and validate it.

type Transactions

type Transactions interface {
	Get(hash types.Hash) (*types.Transaction, error)
}

Transactions is an interface to the transaction storage.

Jump to

Keyboard shortcuts

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