package
Version:
v0.0.0-...-a0055f1
Opens a new window with list of versions in this module.
Published: Aug 6, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
UTXOexistsButNotSpendable = byte(0x00)
UTXOisReadyForSpending = byte(0x01)
)
View Source
var (
DepositIndexPrefix = []byte("deposit")
UtxoIndexPrefix = []byte("utxo")
TransactionIndexPrefix = []byte("ctr")
BlockNumberKey = []byte("blockNumber")
TransactionNumberKey = []byte("txNumber")
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.