Sha256: c55a5ec50296aacf31a5287264c5b7df64bb9a3c5599f914917228196b9a00ef
Contents?: true
Size: 551 Bytes
Versions: 11
Compression:
Stored size: 551 Bytes
Contents
# Automatically generated on 2015-05-13T15:00:04-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct ChangeTrustOp # { # Currency line; # # // if limit is set to 0, deletes the trust line # int64 limit; # }; # # =========================================================================== module Stellar class ChangeTrustOp < XDR::Struct attribute :line, Currency attribute :limit, Int64 end end
Version data entries
11 entries across 11 versions & 1 rubygems