GetRequest is a request for the SyncGet operation.

interface StorageGetRequest {
    include_siblings?: boolean;
    key: Uint8Array;
    proof_version?: number;
    tree: StorageTreeID;
}

Properties

include_siblings?: boolean
key: Uint8Array
proof_version?: number

ProofVersion specifies the proof version to use. If not specified, the default (0) version is used for backwards compatibility.