KT1이 파괴되면 새로운 규칙은 무엇입니까?또는 tz1 / tz2 / tz3 계좌로 자금을 송금하기 위해 "--burn-cap"을 사용해야하는 경우?
2 대답
- 투표
-
- 2019-03-25
003_PsddFKi3 기준 :
원래 계정은 영원합니다. [ 1 ]
암시 적 계정이 '할당 됨' [ 2 ] 및 '삭제됨' [ 3 ] 잔액이 0을 초과하고 0으로 돌아갈 때 (대리자가 아닌 경우) [ 4 ] ). >
현재 암시 적 계정을 할당하려면 스토리지 소각 비용을 지불해야하며 삭제시 환불되지 않습니다. 작업의
storage_limit
는이 번을 설명합니다 (KT1의 원래 번 및 스크립트의 저장소 증가와 함께). [ 5 ] [ 6 ] ] "https://gitlab.com/tezos/tezos/blob/366f64f3df266cf02a06412d6760f73626d0a2bf/src/proto_003_PsddFKi3/lib_protocol/src/fees_storage.ml#L82"rel="noreferrer"> 7 ]--burn-cap
은 클라이언트에게storage_limit
(바이트)를 설정할 수있는 높이 (tez)를 알려줍니다.storage_limit
가 양수일 때마다이를 제공하여tez를 태울 의사가 있음을 확인해야합니다. [ 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
을 사용하여 자금을 송금해야한다는 것을 알게되었습니다.왜 그렇습니까?