virtualmachine

package
v1.3.17 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2020 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const EXECUTION_CONTEXT_ID_SIZE_BYTES = hash.SHA256_HASH_SIZE_BYTES

Variables

View Source
var BIG_INT_ONE = big.NewInt(1)
View Source
var EXECUTION_CONTEXT_ID_BIGINT_RANGE = new(big.Int).Lsh(BIG_INT_ONE, 8*EXECUTION_CONTEXT_ID_SIZE_BYTES)
View Source
var EmptySignerAddress = []byte{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}
View Source
var LogTag = log.Service("virtual-machine")

Functions

Types

type ManagementConfig added in v1.3.14

type ManagementConfig interface {
	ManagementNetworkLivenessTimeout() time.Duration
}

type TransactionOrQuery added in v0.7.11

type TransactionOrQuery interface {
	String() string
	ContractName() primitives.ContractName
	MethodName() primitives.MethodName
	RawInputArgumentArrayWithHeader() []byte
	Signer() *protocol.Signer
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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