UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

9 lines 296 B
import type { Address } from '@1hive/connect-types'; import { TransactionData } from '../types'; export default class Transaction { readonly data: string; readonly from: Address; readonly to: Address; constructor(data: TransactionData); } //# sourceMappingURL=Transaction.d.ts.map