KT1が破壊されたときの新しいルールは何ですか?または、「-burn-cap」を使用してtz1 / tz2 / tz3アカウントに資金を送金する必要がある場合はどうなりますか?
2 回答
- 投票
-
- 2019-03-25
003_PsddFKi3現在:
元のアカウントは永久です. [
1 ] 暗黙のアカウントは '割り当てられます' [ 2 ] および '削除済み' [ 3 ] バランスが上に戻り、ゼロに戻る(デリゲートでない場合 [ 4 ] ).
>現在、暗黙のアカウントを割り当てるにはストレージバーンを支払う必要があり、削除時の払い戻しはありません.操作の
>storage_limit
は、この書き込みを説明します(KT1の元の書き込み、およびスクリプトのストレージの増加とともに). [ 5 ] [ 6 ] [ 7 ]--burn-cap
は、storage_limit
(バイト単位)を設定する高さ(tez単位)をクライアントに通知します.storage_limit
が正になるときはいつでも、テズを燃やす意思があることを確認するために提供する必要があります. [ 8 ]As of 003_PsddFKi3:
An originated account is forever.[1]
An implicit account is 'allocated'[2] and 'deleted'[3] as its balance goes above and back to zero (if it is not a delegate[4]).
Currently you must pay a storage burn to allocate an implicit account, and there is no refund upon deletion. The
storage_limit
for an operation accounts for this burn (along with the origination burn for KT1's, and storage growth for scripts).[5][6][7]The
--burn-cap
tells the client how high (in tez) you are willing to set thestorage_limit
(in bytes). You must provide it any time thestorage_limit
will be positive, to confirm you are willing to burn the tez.[8]-
私は上付き文字のリンクに驚いて、あなたが実際にsup htmlタグを入力するのに苦労したのを見るまで、どうやってやったのだろうと思いました:)それを行うもっと簡単な方法があるはずです!:)I was amazed by the superscript links and wondered how you did until i see you actually took the pain to type the sup html tags :) there should be an easier way to do that! :)
- 0
- 2019-03-25
- Ezy
-
-
残高が少なくなりすぎると契約が完全に消滅するというケースがあったことを覚えていますが、暗黙のアカウントはこれに苦しんでいませんでした.そして今、KT1が消えるほど排出できないようです.また、場合によっては、暗黙のアカウントに転送するために余分な `--burn-cap`がかかるようです.I do recall that used to be the case that contracts would be disappeared completely if the balance ever go too low, but that implicit accounts didnt suffer this. and now, it seems I cannot drain a KT1 such that it disappears. and also, it seems that in some cases is costs extra `--burn-cap` to transfer to an implicit account?
- 0
- 2019-03-24
- Bo Byrd
-
KT1が破壊されたときの新しいルールは何ですか?それを下回る一定のバランスはありますか?
tz1/tz2/tz3はどうですか?送金には
--burn-cap
を使用しなければならない場合があることに気づきました.なぜですか?