Sha256: 0eaba9b09976592eea5dcd52e99df49a0807d281e32b9e6f559d133d1a08f127
Contents?: true
Size: 481 Bytes
Versions: 10
Compression:
Stored size: 481 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct ClaimClaimableBalanceOp # { # ClaimableBalanceID balanceID; # }; # # =========================================================================== module Stellar class ClaimClaimableBalanceOp < XDR::Struct attribute :balance_id, ClaimableBalanceID end end
Version data entries
10 entries across 10 versions & 1 rubygems