public

package
v0.0.0-...-cfcde66 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2019 License: Apache-2.0 Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Height

type Height struct {
	BlockNum uint64
	TxNum    uint64
}

Height represents the height of a transaction in blockchain

type KVAppendValue

type KVAppendValue struct {
	Version  *Height `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
	IsDelete bool    `protobuf:"varint,2,opt,name=is_delete,json=isDelete" json:"is_delete,omitempty"`
	Value    []byte  `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
}

KVAppendValue captures a read/write (read/update/delete) operation performed during transaction simulation

type LogUserToC

type LogUserToC struct {
	Ac_address  []byte
	A_address   []byte
	CTxId       []byte
	Value       *big.Int
	BlockNumber uint64
	BlockHash   ethcom.Hash
	TxHash      ethcom.Hash
	TxIndex     uint
	Removed     bool
}

type LogUserToCData

type LogUserToCData struct {
	Value *big.Int
}

Jump to

Keyboard shortcuts

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