Skip to content

Commit

Permalink
Support ADT parameters passed to contract constructor #42 (#43)
Browse files Browse the repository at this point in the history
* Support ADT parameters passed to contract constructor #42

* update package version.
  • Loading branch information
saeed-zil authored Sep 27, 2023
1 parent 9d52444 commit 74398ef
Show file tree
Hide file tree
Showing 6 changed files with 13,610 additions and 15 deletions.
6 changes: 6 additions & 0 deletions contracts/ListParamToConstructor.scilla
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
scilla_version 0
contract MultiSigWallet
(
owner_list: List ByStr20,
num_of_required_signatures: Uint32
)
Loading

0 comments on commit 74398ef

Please sign in to comment.