struct

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
Source
new(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)
Source
unpack(io) : self
Source

Instance methods

blacklist_authorities
Source
blacklist_markets
Source
core_exchange_rate
Source
description
Source
extensions
Source
flags
Source
issuer_permissions
Source
market_fee_percent
Source
max_market_fee
Source
max_supply
Source
whitelist_authorities
Source
whitelist_markets
Source

Nested types