Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MerkleProof ¶
type MerkleProof struct { Mtype MerkleProofType.Type `json:"merkle_proof_type"` ChainId string `json:"chain_id"` StorageHash []byte `json:"storage_hash"` Key []byte `json:"key"` Value []byte `json:"value"` }
func AddMerkleProof ¶
func AddMerkleProof(byteJson []byte) (*MerkleProof, error)
Click to show internal directories.
Click to hide internal directories.