Documentation
¶
Overview ¶
These data structures allow core and mediorum to communicate for Proof of Storage challenges.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoSRequest ¶
type PoSRequest struct {
Hash []byte
Height int64
Response chan PoSResponse
// Hosts, when non-nil, override Mediorum's internal peer list for rendezvous hashing.
// Used by Core to derive the replicaset from core_validators (chain state) for deterministic PoS validation.
Hosts []string
}
type PoSResponse ¶
Click to show internal directories.
Click to hide internal directories.