보관 수수료, 베이커 수수료 및 할당 수수료
-
-
질문 끝에 JSON의 출처는 무엇입니까?노드 RPC?What's the source of the JSON in the end of your question? The node RPC?
- 0
- 2020-02-18
- arvidj
-
1 대답
- 투표
-
- 2020-02-18
-
당신이 언급 한 저장 및 할당 비용은 누구에게도 전송되지 않으므로 소각 이라고해야합니다. 이는 발신자의 계정에서만 제거됩니다. 블록 체인의 크기가 커질 때 적용됩니다. 베이커 수수료와 같은 수수료 는 누군가 (이 경우 베이커)에게 지불됩니다.
-
거래로 인해 블록 체인 컨텍스트의 규모가 커지면 발신자는 소각을 지불해야합니다. 특히,계약의 저장량이 증가하거나 (저장소 소각) 새로운 계약이 체인에 추가 될 때 (할당 소각),공개 키 해시에 해당하는 공개 키가 공개되는 경우도 있습니다. revelation 이라고하는이 후자의 작업은 다른 참가자가 해당 공개 키로 서명 된 작업을 확인하기 위해 필요합니다. 계시의 고정 비용은 0.257tz입니다.
-
예,맞습니다. 귀하의 경우 스토리지 소각은 0이고 할당은 특정 수신자에 대한 일회성 비용입니다.
The storage and allocations costs you mentions should rather be referred to as burn as they are not sent to anyone: they are only removed from the account of the sender. They are applied when the size of the blockchain increases. Fees, such as the baker fee, are payed to someone, in this case the baker.
When the size of the context of the blockchain increases due to a transaction, the sender must pay a burn. Notably, when the storage of a contract increases (storage burn) or when a new contract is put on the chain (allocation burn) but also when the public key corresponding to a public key hash is revealed. This latter operation, called a revelation, is necessary in order for other participants to verify operations signed by that public key. The revelation has a fixed cost of 0.257 tz.
Yes, that is correct. Note that the storage burn in your case is 0 and that the allocation is a one-time cost for a specific recipient.
-
나는 당신이 언급 한 첫 번째 포인트가 보낸 사람의 계정에서 할당 소각이 제거되고 세 번째 포인트에서 언급 된 할당 비용이 특정 수신자에 대해 한 번이라고 언급 한 것과 같이 귀하의 1 및 3 점에 약간 혼란 스럽습니다.설명해 주 시겠어요i am slightly confused on the 1 and 3rd point of yours like in the first point you mentioned the allocation burn are removed from account of sender and in 3rd point its mentioned allocation cost is one time for specific recipient . could you explain
- 0
- 2020-02-18
- user3759202
-
할당은 계정에서받은 첫 번째 트랜잭션에 대해 보낸 사람이 지불하는 일회성 소각입니다.The allocation is a one time burn, payed by the sender, for the first transaction received by an account.
- 2
- 2020-02-18
- arvidj
할당 수수료와 베이커 수수료가 언급 된 거래는 아래와 같습니다.
누구나 이해를 도울 수 있습니까?
어떤 시나리오에 적용 되나요?
이 수수료는 발신자 계정 또는 대상 계정에 영향을 미칩니다.
발신자 계정 잔액은 다음과 같습니다.
발신자 계정 잔액=발신자 계정 잔액-(보낸 금액 + 보관 수수료 + 할당 수수료 + 베이커 수수료)
<사전> <코드> { "유형": "거래", "id": 11817188, "레벨": 489537, "timestamp": "2019-06-21T09 : 11 : 37Z", "hash": "onwGMCNu3BKsJ4TDXur25Q7FAkdWpskgaDs5RExua7V6Qo1ZWFL", "카운터": 1505040, "sender": { "주소": "tz1RVjS45cLxJHbQNQfvEf9u8ASkv5CC4hmp" }, "gasLimit": 10300, "gasUsed": 10200, "storageLimit": 277, "storageUsed": 0, "bakerFee": 1284, "storageFee": 0, "allocationFee": 257000, "표적": { "주소": "tz1Nm5kshYha1PaUqaDR4T9HnciyfiBM7rd6" }, "금액": 300000, "상태": "적용됨", "hasInternals": 거짓 }