UNPKG

@zebec-network/exchange-card-sdk

Version:
11 lines (10 loc) 263 B
export declare class ZebecCardAPIService { readonly apiUrl: string; private readonly api; constructor(sandbox?: boolean); ping(): Promise<boolean>; fetchVault(symbol: string): Promise<{ address: string; tag?: string; }>; }