package
Version:
v1.22.45
Opens a new window with list of versions in this module.
Published: Dec 24, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Decision represents a consensus decision outcome
const (
DecideUndecided Decision = iota
DecideAccept
DecideReject
)
Hash represents a hash value
type Hash20 interface{ ~[20]byte }
Hash20 represents a 20-byte hash interface
type Hash32 interface{ ~[32]byte }
Hash32 represents a 32-byte hash interface
ID represents a generic identifier
NodeID represents a node identifier
Number represents numeric types for consensus operations
PrivateKey represents a private key
PublicKey represents a public key
Round represents a consensus round number
Seed represents a random seed value
Signature represents a signature
Source Files
¶
Click to show internal directories.
Click to hide internal directories.