Sha256: 84bd75e36d17a20dfcb1f70ae1abf6c59cca22b009b2e43d828240d8218a16c6
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
# Automatically generated on 2015-04-07T10:52:07-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct ISOCurrencyIssuer # { # opaque currencyCode[4]; # AccountID issuer; # }; # # =========================================================================== module Stellar class ISOCurrencyIssuer < XDR::Struct attribute :currency_code, XDR::Opaque[4] attribute :issuer, AccountID end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.1 | generated/stellar/iso_currency_issuer.rb |