Interface RuntimeClientQueryResponse

QueryResponse is a response to the runtime query.

interface RuntimeClientQueryResponse {
    data: Uint8Array;
}

Properties

Properties

data: Uint8Array