
Account의 구조체 속성
{ "name": "AccountPower", "base": "", "fields": [ { "name": "last_claimed_round", "type": "uint16" }, { "name": "last_added_round", "type": "uint16" }, { "name": "rating", "type": "uint16" }, { "name": "history", "type": "uint16[]" }, { "name": "boosters", "type": "AccountBooster[]" } ] }