ProofResponse is a response for requests that produce proofs.

interface StorageProofResponse {
    proof: StorageProof;
}

Properties

Properties