-
Notifications
You must be signed in to change notification settings - Fork 78
Objects and IDS
zhuliting edited this page Jun 4, 2018
·
2 revisions
In contrast to most cryptocurrency wallets, GXB-Core has a different model to represent the blockchain, its transactions and accounts.
On the GXB-Core blockchains there are no addresses, but objects identified by a uniqueid, antypeand aspacein the form:
space.type.id |
---|
ID | Object Type |
---|---|
1.1.x | base object |
1.2.x | account object |
1.3.x | asset object |
1.5.x | committee member object |
1.6.x | witness object |
1.10.x | proposal object |
1.11.x | operation history object |
1.13.x | vesting balance object |
1.14.x | worker object |
1.15.x | balance object |
1.25.x | lock_balance object |
2.0.x | global_property_object |
2.1.x | dynamic_global_property_object |
2.3.x | asset_dynamic_object |
2.5.x | account_balance_object |
2.6.x | account_statistics_object |
2.7.x | transaction_object |
2.8.x | block_summary_object |
2.9.x | account_transaction_history_object |
2.10.x | blinded_balance_object |
2.11.x | chain_property_object |
2.12.x | witness_schedule_object |
2.13.x | budget_record_object |
2.14.x | special_authority_object |
To get a feeling about what these objects do, we recomment to obtain these examplary objects:
- 2.0.0 (global blockchain parameters)
- 2.1.0 (current blockchain data)
- 1.2.0 (committee-account details)
- 1.3.0 (core asset details)