
이 계약에 의해 정의된 데이터 구조입니다.
-
{ "name": "balance", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "amount", "type": "uint64" } ] } -
{ "name": "define", "base": "", "fields": [ { "name": "snapshot_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "snapshot_block", "type": "uint64" }, { "name": "expire_block", "type": "uint64" } ] } -
{ "name": "remove", "base": "", "fields": [ { "name": "snapshot_id", "type": "uint64" }, { "name": "count", "type": "uint32" } ] } setbalance의 액션 파라미터
{ "name": "setbalance", "base": "", "fields": [ { "name": "snapshot_id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "amount", "type": "uint64" } ] }-
{ "name": "snapshot", "base": "", "fields": [ { "name": "snapshot_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "snapshot_block", "type": "uint64" }, { "name": "expire_block", "type": "uint64" }, { "name": "last_updated", "type": "uint32" }, { "name": "max_supply", "type": "uint64" } ] }