Skip to content

Commit

Permalink
contract question update
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed May 30, 2024
1 parent adf6703 commit 9ca68bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def buy(
- 메서드 호출자(Txn.sender)가 앱의 생성자(Global.creator_address)인지 체크해야합니다.
# 2단계: withdraw_and_delete 메서드는 아래 기능들을 수행합니다.
1. 앱 계정에 있는 에셋(ASA)을 앱 계정으로 전송합니다. (AssetTransfer Transaction)
1. 앱 계정에 있는 에셋(ASA)을 앱 호출자 계정으로 전송합니다. (AssetTransfer Transaction)
이때 asset_close_to 패러미터를 앱 생성자(판매자)로 설정하여
앱 계정에 남아있는 에섯 전부를 앱 생성자(판매자)에게 보냅니다.
에셋의 수량과 무관하게 전 수량 송금되기 때문에 에셋 수량(asset_amount)은 설정하지 않으셔도 됩니다.
Expand Down

0 comments on commit 9ca68bb

Please sign in to comment.