interface QueryStaticCallRequest {
    data: Uint8Array;
    to: string;
}

Properties

Properties

data: Uint8Array
to: string