struct Graphene::Operations::T_authority

Included Modules

Defined in:

bitshares-crystal/new_serializer.cr

Constructors

Instance Method Summary

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

__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_authority)

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_authority)

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(weight_threshold : UInt32, account_auths : Graphene::Serialize::Tm_map(Graphene::Serialize::Tm_protocol_id_type(2_i8), UInt16), key_auths : Graphene::Serialize::Tm_map(Secp256k1Zkp::PublicKey, UInt16), address_auths : Graphene::Serialize::Tm_map(Secp256k1Zkp::Address, UInt16)) #

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

[View source]

Instance Method Detail

def account_auths : Tm_map(Tm_protocol_id_type(ObjectType::Account), UInt16) #

[View source]
def address_auths : Tm_map(Secp256k1Zkp::Address, UInt16) #

[View source]
def key_auths : Tm_map(Secp256k1Zkp::PublicKey, UInt16) #

[View source]
def weight_threshold : UInt32 #

[View source]