enum
BitShares::Blockchain::ImplObjectType
Defined in:
bitshares-crystal/define.crEnum Members
-
Global_property =
0_i8
-
Dynamic_global_property =
1_i8
-
Index_meta =
2_i8
-
Asset_dynamic_data =
3_i8
-
Asset_bitasset_data =
4_i8
-
Account_balance =
5_i8
-
Account_statistics =
6_i8
-
Transaction =
7_i8
-
Block_summary =
8_i8
-
Account_transaction_history =
9_i8
-
Blinded_balance =
10_i8
-
Chain_property =
11_i8
-
Witness_schedule =
12_i8
-
Budget_record =
13_i8
Instance Method Summary
-
#account_balance?
Returns
true
if this enum value equalsAccount_balance
-
#account_statistics?
Returns
true
if this enum value equalsAccount_statistics
-
#account_transaction_history?
Returns
true
if this enum value equalsAccount_transaction_history
-
#asset_bitasset_data?
Returns
true
if this enum value equalsAsset_bitasset_data
-
#asset_dynamic_data?
Returns
true
if this enum value equalsAsset_dynamic_data
-
#blinded_balance?
Returns
true
if this enum value equalsBlinded_balance
-
#block_summary?
Returns
true
if this enum value equalsBlock_summary
-
#budget_record?
Returns
true
if this enum value equalsBudget_record
-
#chain_property?
Returns
true
if this enum value equalsChain_property
-
#dynamic_global_property?
Returns
true
if this enum value equalsDynamic_global_property
-
#global_property?
Returns
true
if this enum value equalsGlobal_property
-
#index_meta?
Returns
true
if this enum value equalsIndex_meta
-
#transaction?
Returns
true
if this enum value equalsTransaction
-
#witness_schedule?
Returns
true
if this enum value equalsWitness_schedule
Instance methods inherited from struct Enum
pack(io)
pack,
to_json(json : JSON::Builder) : Nil
to_json
Constructor methods inherited from struct Enum
from_graphene_json(json : JSON::Any | Nil, args) : self
from_graphene_json,
unpack(io) : self
unpack
Instance methods inherited from module Graphene::Serialize::Pack(Enum)
pack(io : BinaryIO)pack pack, to_graphene_json(graphene_address_prefix = "") : String to_graphene_json
Class methods inherited from module Graphene::Serialize::Pack(Enum)
from_graphene_json(data : JSON::Any | Nil, graphene_address_prefix = "")
from_graphene_json,
unpack(data : Bytes)
unpack
Instance Method Detail
Returns true
if this enum value equals Account_transaction_history