Graphene::Operations::T_asset_options
Inherits Graphene::Serialize::Composite < Graphene::Serialize::Pack < Struct < Value < Object
Constructors
from_graphene_json(json : JSON::Any | Nil, args) : self
Sourcenew(max_supply : Int64, market_fee_percent : UInt16, max_market_fee : Int64, issuer_permissions : UInt16, flags : UInt16, core_exchange_rate : Graphene::Operations::T_price, whitelist_authorities : Graphene::Serialize::Tm_set(Graphene::Serialize::Tm_protocol_id_type(2_i8)), blacklist_authorities : Graphene::Serialize::Tm_set(Graphene::Serialize::Tm_protocol_id_type(2_i8)), whitelist_markets : Graphene::Serialize::Tm_set(Graphene::Serialize::Tm_protocol_id_type(3_i8)), blacklist_markets : Graphene::Serialize::Tm_set(Graphene::Serialize::Tm_protocol_id_type(3_i8)), description : String, extensions : Graphene::Operations::T_asset_options::Ext)
Sourceunpack(io) : self
SourceInstance methods
blacklist_authorities
Sourceblacklist_markets
Sourcecore_exchange_rate
Sourcedescription
Sourceextensions
Sourceflags
Sourceissuer_permissions
Sourcemarket_fee_percent
Sourcemax_market_fee
Sourcemax_supply
Sourcewhitelist_authorities
Sourcewhitelist_markets
Source