UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

14 lines 331 B
export interface Amount extends Issue { value: string; } export declare type RippledAmount = string | Amount; export interface TakerRequestAmount { currency: string; issuer?: string; } export interface Issue { currency: string; issuer?: string; counterparty?: string; } //# sourceMappingURL=amounts.d.ts.map