Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RowProof ¶
type RowProof struct { // RowRoots are the roots of the rows being proven. RowRoots []HexBytes `json:"row_roots"` // Proofs is a list of Merkle proofs where each proof proves that a row // exists in a Merkle tree with a given data root. Proofs []*merkle.Proof `json:"proofs"` StartRow uint32 `json:"start_row"` EndRow uint32 `json:"end_row"` }
RowProof is a Merkle proof that a set of rows exist in a Merkle tree with a given data root.
Click to show internal directories.
Click to hide internal directories.