Sha256: 3652e243685404490b325b8fb74e88782490bdcda19e8b67e18c1f560984bda6

Contents?: true

Size: 487 Bytes

Versions: 6

Compression:

Stored size: 487 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct ClawbackClaimableBalanceOp
#   {
#       ClaimableBalanceID balanceID;
#   };
#
# ===========================================================================
module Stellar
  class ClawbackClaimableBalanceOp < XDR::Struct
    attribute :balance_id, ClaimableBalanceID
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/clawback_claimable_balance_op.rb
stellar-base-0.31.0 generated/stellar/clawback_claimable_balance_op.rb
stellar-base-0.30.0 generated/stellar/clawback_claimable_balance_op.rb
stellar-base-0.29.0 generated/stellar/clawback_claimable_balance_op.rb
stellar-base-0.28.0 generated/stellar/clawback_claimable_balance_op.rb
stellar-base-0.27.0 generated/stellar/clawback_claimable_balance_op.rb