Skip to content

Commit

Permalink
update crowdfund abi
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa committed Sep 22, 2024
1 parent adcb63a commit c3a8324
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion templates/avm/protocol.crowdfund-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@
"name": "withdraw",
"params": [
{
"name": "address",
"name": "tokenIndex",
"type": "bytes"
},
{
"name": "amount",
"type": "bytes"
},
{
"name": "withdrawOutIdx",
"type": "bytes"
}
]
Expand Down

0 comments on commit c3a8324

Please sign in to comment.