FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bitshares/bitsharesbase/objecttypes.py at develop · BTS-CM/python-bitshares · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
BTS-CM
/
python-bitshares
Public
forked from
bitshares/python-bitshares
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-bitshares
/
bitsharesbase
/
objecttypes.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 570 Bytes
Breadcrumbs
python-bitshares
/
bitsharesbase
/
objecttypes.py
Copy path
File metadata and controls
19 lines (19 loc) · 570 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#: Object types for object ids
object_type
=
{}
object_type
[
"null"
]
=
0
object_type
[
"base"
]
=
1
object_type
[
"account"
]
=
2
object_type
[
"asset"
]
=
3
object_type
[
"force_settlement"
]
=
4
object_type
[
"committee_member"
]
=
5
object_type
[
"witness"
]
=
6
object_type
[
"limit_order"
]
=
7
object_type
[
"call_order"
]
=
8
object_type
[
"custom"
]
=
9
object_type
[
"proposal"
]
=
10
object_type
[
"operation_history"
]
=
11
object_type
[
"withdraw_permission"
]
=
12
object_type
[
"vesting_balance"
]
=
13
object_type
[
"worker"
]
=
14
object_type
[
"balance"
]
=
15
object_type
[
"OBJECT_TYPE_COUNT"
]
=
16
Back
|
FazBrowse Home
|
New Git URL