Sha256: 61568a36cdfb8458d3858de994ae0acde2e3a800ae0d17c79622cba8f3a538c7

Contents?: true

Size: 535 Bytes

Versions: 43

Compression:

Stored size: 535 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct ChangeTrustOp
#   {
#       Asset line;
#   
#       // if limit is set to 0, deletes the trust line
#       int64 limit;
#   };
#
# ===========================================================================
module Stellar
  class ChangeTrustOp < XDR::Struct
    attribute :line,  Asset
    attribute :limit, Int64
  end
end

Version data entries

43 entries across 43 versions & 3 rubygems

Version Path
stellar-base-0.1.2 generated/stellar/change_trust_op.rb
stellar-base-0.1.1 generated/stellar/change_trust_op.rb
stellar-base-0.1.0 generated/stellar/change_trust_op.rb