We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf6703 commit 9ca68bbCopy full SHA for 9ca68bb
projects/orakle-nft-marketplace-app-contracts/smart_contracts/nft_marketplace/contract.py
@@ -153,7 +153,7 @@ def buy(
153
- 메서드 호출자(Txn.sender)가 앱의 생성자(Global.creator_address)인지 체크해야합니다.
154
155
# 2단계: withdraw_and_delete 메서드는 아래 기능들을 수행합니다.
156
- 1. 앱 계정에 있는 에셋(ASA)을 앱 계정으로 전송합니다. (AssetTransfer Transaction)
+ 1. 앱 계정에 있는 에셋(ASA)을 앱 호출자 계정으로 전송합니다. (AssetTransfer Transaction)
157
이때 asset_close_to 패러미터를 앱 생성자(판매자)로 설정하여
158
앱 계정에 남아있는 에섯 전부를 앱 생성자(판매자)에게 보냅니다.
159
에셋의 수량과 무관하게 전 수량 송금되기 때문에 에셋 수량(asset_amount)은 설정하지 않으셔도 됩니다.
0 commit comments