package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Aug 20, 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
¶
Package jetdrop represents Jet Drops (Blocks) of a blockchain.
EncodeJetDrop serializes jet drop
type JetDrop struct {
PrevHash []byte
RecordHashes [][]byte
}
JetDrop is a blockchain block. It contains hashes from all records from slot.
DecodeJetDrop deserializes jet drop
Hash calculates jet drop hash. Raw data for hash should contain previous hash and merkle tree hash from records.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.