Sha256: fa78bf02b10fc968707de8339861206dd7a9d9611858afdb54fb0d7959710db0

Contents?: true

Size: 1.38 KB

Versions: 48

Compression:

Stored size: 1.38 KB

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   struct SetOptionsOp
#   {
#       AccountID* inflationDest; // sets the inflation destination
#   
#       uint32* clearFlags; // which flags to clear
#       uint32* setFlags;   // which flags to set
#   
#       // account threshold manipulation
#       uint32* masterWeight; // weight of the master account
#       uint32* lowThreshold;
#       uint32* medThreshold;
#       uint32* highThreshold;
#   
#       string32* homeDomain; // sets the home domain
#   
#       // Add, update or remove a signer for the account
#       // signer is deleted if the weight is 0
#       Signer* signer;
#   };
#
# ===========================================================================
module Stellar
  class SetOptionsOp < XDR::Struct
    attribute :inflation_dest, XDR::Option[AccountID]
    attribute :clear_flags,    XDR::Option[Uint32]
    attribute :set_flags,      XDR::Option[Uint32]
    attribute :master_weight,  XDR::Option[Uint32]
    attribute :low_threshold,  XDR::Option[Uint32]
    attribute :med_threshold,  XDR::Option[Uint32]
    attribute :high_threshold, XDR::Option[Uint32]
    attribute :home_domain,    XDR::Option[String32]
    attribute :signer,         XDR::Option[Signer]
  end
end

Version data entries

48 entries across 48 versions & 3 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/set_options_op.rb
stellar-base-0.31.0 generated/stellar/set_options_op.rb
stellar-base-0.30.0 generated/stellar/set_options_op.rb
stellar-base-0.29.0 generated/stellar/set_options_op.rb
stellar-base-0.28.0 generated/stellar/set_options_op.rb
stellar-base-0.27.0 generated/stellar/set_options_op.rb
stellar-base-0.26.0 generated/stellar/set_options_op.rb
stellar-base-0.25.0 generated/stellar/set_options_op.rb
stellar-base-0.24.0 generated/stellar/set_options_op.rb
stellar-base-0.24.0.pre.1 generated/stellar/set_options_op.rb
stellar-base-0.23.1 generated/stellar/set_options_op.rb
stellar-base-0.23.0 generated/stellar/set_options_op.rb
stellar-base-0.23.0.rc2 generated/stellar/set_options_op.rb
stellar-base-0.23.0.rc1 generated/stellar/set_options_op.rb
stellar-base-0.23.0.pre1 generated/stellar/set_options_op.rb
stellar-base-0.22.0 generated/stellar/set_options_op.rb
stellar-base-0.21.0 generated/stellar/set_options_op.rb
stellar-base-0.20.0 generated/stellar/set_options_op.rb
stellar-base-0.19.0 generated/stellar/set_options_op.rb
stellar-base-0.18.0 generated/stellar/set_options_op.rb