UNPKG

@fioprotocol/fiojs

Version:

FioJS is a Utility SDK for packing, signing and encryption functionality for the FIO blockchain. It is used by the FIO TypeScript SDK

10 lines (9 loc) 198 B
/** * @module RPC-Error */ /** Holds detailed error information */ export declare class RpcError extends Error { /** Detailed error information */ json: any; constructor(json: any); }