Sha256: 3505ce82be57cfdd016c22fdbcb520c54f4d1873469e5325935b755a6db79689
Contents?: true
Size: 594 Bytes
Versions: 10
Compression:
Stored size: 594 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # union ClaimableBalanceID switch (ClaimableBalanceIDType type) # { # case CLAIMABLE_BALANCE_ID_TYPE_V0: # Hash v0; # }; # # =========================================================================== module Stellar class ClaimableBalanceID < XDR::Union switch_on ClaimableBalanceIDType, :type switch :claimable_balance_id_type_v0, :v0 attribute :v0, Hash end end
Version data entries
10 entries across 10 versions & 1 rubygems