카운터가 성장하는 방법
1 대답
- 투표
카운터는 모든 작업에 대해 항상 1 씩 증가합니다. 차이점은 카운터가 "시작"하는 위치입니다.
암시 적 (tz *) 계정이 활성화되면 (잔액 0에서 0 이상으로) "글로벌"카운터를 채택합니다.이는 암시 적 계정이 더 이상 활성화되지 않으면 더 이상 카운터를 추적 할 필요가 없으므로 저장 공간을 절약하기위한 것입니다.암시 적 계정은 비활성 상태에서 활성 상태로 전환 된 후 여러 번 다시 돌아갈 수 있다는 점에 유의해야합니다.
원래 계정은 시작될 때 1부터 시작합니다.
The counter always increases by 1 for every operation - the difference is where the counter "starts".
When an implicit (tz*) account becomes active (goes from 0 balance to more than 0), it adopts the "global" counter. This is to save storage space, as when an implicit account is no longer active we don't need to track the counter anymore. It's important to note that an implicit account can go from inactive to active and back again many times.
Originated accounts start from 1 when they are originated.
일부 계정에서 카운터를 보았습니다.그들은 몇 번의 거래를했지만 카운터가 매우 큽니다.카운터의 초기 값은 얼마입니까?거래를 보낸 후 카운터가 얼마나 커지나요?