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