transaction

package
v0.0.0-...-168a7d3 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const DBPath = "/transactions"
View Source
const MessagePrefix = byte('t')

Variables

View Source
var (
	TxOutCountPrefix = []byte("TOC_")

	TxTotalCountPrefix = []byte("TTC_")

	TxHistoryPrefix = []byte("TH_")
)
View Source
var StaticCostMapping = map[im.TransactionType]uint64{
	im.TransactionType_Normal:     150000,
	im.TransactionType_Unrecorded: 100000,
}

Functions

This section is empty.

Types

type ConfirmTx

type ConfirmTx struct {
	im.Transaction

	Time uint32 `json:"Time"`
}

type MergeWriter

type MergeWriter interface {
	AVdbComm.VDBCacheServices
	// contains filtered or unexported methods
}

type Services

type Services interface {
	AVdbComm.VDBSerices
	// contains filtered or unexported methods
}

func CreateServices

func CreateServices(ind *core.IpfsNode, idxServices indexes.IndexesServices) Services

Jump to

Keyboard shortcuts

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