UNPKG

rubic-sdk

Version:
7 lines (6 loc) 147 B
export interface XyApiResponse { isSuccess: boolean; msg: string; status: 'Done' | 'Processing' | string; txHash: string | null; }