UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

10 lines (9 loc) • 190 B
export interface Api0xErrorResponse { code: number; reason: string; validationErrors?: { field: string; code: number; reason: string; }[]; }