Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncodedBlockCert ¶
type EncodedBlockCert struct {
Block sdk.Block `codec:"block"`
Certificate map[string]interface{} `codec:"cert"`
// contains filtered or unexported fields
}
EncodedBlockCert contains the encoded block and the corresponding encoded certificate
type SpecialAddresses ¶
SpecialAddresses holds addresses with nonstandard properties.
type ValidatedBlock ¶
type ValidatedBlock struct {
Block sdk.Block `codec:"Blk"`
Delta sdk.LedgerStateDelta
}
A ValidatedBlock represents an Block that has been successfully validated and can now be recorded in the ledger.
Click to show internal directories.
Click to hide internal directories.