UNPKG

verusd-web

Version:

A Verus Blockchain library that enables a bi-directional communication with the Verus and other Verus PBaas chains.

7 lines (6 loc) 219 B
export declare class RpcServiceConfig { private static readonly defaultAllowedMethods; static set(excludedMethods?: string[]): void; static getAllowedMethods(): string[]; private static reduceMethods; }