/** * The transaction data returned from the toJson() function of a transaction */ export interface TxData { id: string; } //# sourceMappingURL=iface.d.ts.map