Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunMerkleProofTests ¶
func RunMerkleProofTests(t *testing.T, config, forkOrPhase string, unmarshaller ssz_static.Unmarshaller)
Types ¶
type SingleMerkleProof ¶
type SingleMerkleProof struct { Leaf string `json:"leaf"` LeafIndex uint64 `json:"leaf_index"` Branch []string `json:"branch"` }
SingleMerkleProof is the format used to read spectest Merkle Proof test data.
Click to show internal directories.
Click to hide internal directories.