Interface RuntimeClientQueryRequest

QueryRequest is a Query request.

interface RuntimeClientQueryRequest {
    args: Uint8Array;
    component?: RuntimeBundleID;
    method: string;
    round: longnum;
    runtime_id: Uint8Array;
}

Properties

args: Uint8Array
component?: RuntimeBundleID
method: string
round: longnum
runtime_id: Uint8Array