interface StorageProof {
    key: string;
    proof: Proof;
    value: string;
}

Properties

Properties

key: string
proof: Proof
value: string