Skip to content

Commit 5390696

Browse files
[Feature] Add imports property to transaction type
Added an optional imports property for dynamic dispatch functions. Signed-off-by: Mike Turner <mike@provable.com>
1 parent 16e5898 commit 5390696

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/aleo-types/src/transaction.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ export interface TransactionOptions {
7171
* Whether the fee is private
7272
*/
7373
privateFee?: boolean;
74+
75+
/**
76+
* List of imports for dynamic dispatch functions.
77+
*/
78+
imports?: string[];
7479
}
7580

7681
/**

0 commit comments

Comments
 (0)