validation

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2018 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTxVMContext

func NewTxVMContext(vs *validationState, entry bc.Entry, prog *bc.Program, args [][]byte) *vm.Context

NewTxVMContext generates the vm.Context for BVM

Types

type GasState added in v0.4.1

type GasState struct {
	BTMValue uint64
	GasLeft  int64
	GasUsed  int64
	GasVaild bool
	// contains filtered or unexported fields
}

GasState record the gas usage status

func ValidateTx

func ValidateTx(tx *bc.Tx, block *bc.Block) (*GasState, error)

ValidateTx validates a transaction.

Jump to

Keyboard shortcuts

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