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
Click to show internal directories.
Click to hide internal directories.