/** * Interfaces for Tempo */ export interface TransactionData { } export interface TransactionOutput { address: string; amount: string; } export interface TransactionInput { } //# sourceMappingURL=iface.d.ts.map