UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

6 lines (5 loc) 126 B
export declare class ApiException<T> extends Error { code: number; body: T; constructor(code: number, body: T); }