interface SuiTransportRequestOptions {
    method: string;
    params: unknown[];
}

Properties

Properties

method: string
params: unknown[]