UNPKG

107 BTypeScriptView Raw
1export declare class RpcParamsFactory {
2 exchangeKeyForValue(type: number, args: unknown[]): unknown;
3}