Interface StorageGetPrefixesRequest

GetPrefixesRequest is a request for the SyncGetPrefixes operation.

interface StorageGetPrefixesRequest {
    limit: number;
    prefixes: Uint8Array[];
    proof_version?: number;
    tree: StorageTreeID;
}

Properties

limit: number
prefixes: Uint8Array[]
proof_version?: number

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