UNPKG

@abcpros/bitcore-wallet-service

Version:
11 lines 240 B
export interface EtokenSupportPrice { coin: string; rate: number; } export interface Etoken { etokenSupportPrice: EtokenSupportPrice[]; } export interface Config { etoken: Etoken; } //# sourceMappingURL=config-model.d.ts.map