struct Graphene::Operations::T_bitasset_options

Included Modules

Defined in:

bitshares-crystal/new_serializer.cr

Constructors

Instance Method Summary

Instance methods inherited from module Graphene::Serialize::Composite(Graphene::Operations::T_bitasset_options)

__all_instance_vars_from_graphene_json(json, args) __all_instance_vars_from_graphene_json, __all_instance_vars_unpack(io) __all_instance_vars_unpack, pack(io) pack, to_json(json : JSON::Builder) : Nil to_json

Instance methods inherited from module Graphene::Serialize::Pack(Graphene::Operations::T_bitasset_options)

pack(io : BinaryIO)
pack
pack
, to_graphene_json(graphene_address_prefix = "") : String to_graphene_json

Class methods inherited from module Graphene::Serialize::Pack(Graphene::Operations::T_bitasset_options)

from_graphene_json(data : JSON::Any | Nil, graphene_address_prefix = "") from_graphene_json, unpack(data : Bytes) unpack

Constructor Detail

def self.from_graphene_json(json : JSON::Any | Nil, args) : self #

[View source]
def self.new(feed_lifetime_sec : UInt32, minimum_feeds : UInt8, force_settlement_delay_sec : UInt32, force_settlement_offset_percent : UInt16, maximum_force_settlement_volume : UInt16, short_backing_asset : Graphene::Serialize::Tm_protocol_id_type(3_i8), extensions : Graphene::Operations::T_bitasset_options::Ext) #

[View source]
def self.unpack(io) : self #

[View source]

Instance Method Detail

def extensions : Ext #

[View source]
def feed_lifetime_sec : UInt32 #

[View source]
def force_settlement_delay_sec : UInt32 #

[View source]
def force_settlement_offset_percent : UInt16 #

[View source]
def maximum_force_settlement_volume : UInt16 #

[View source]
def minimum_feeds : UInt8 #

[View source]
def short_backing_asset : Tm_protocol_id_type(ObjectType::Asset) #

[View source]