Documentation ¶
Index ¶
Constants ¶
View Source
const HEXTYPE = "INTERNAL"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { ID BlockID Time int64 PrevRootHash []byte Hash []byte ValidatorAddr string TransactionIDs map[string]Transaction.Transaction }
type BlockchainIterator ¶
type BlockchainIterator struct { CurrentBlock *Block CurrentHeader *Header *storage.LocalStorage }
type InvalidSnapShots ¶
type ValidatedSnapShots ¶
Click to show internal directories.
Click to hide internal directories.