Sha256: 9c283ade0fd763929e63f0ebc3a44b4dec0f830b4832c998be9b74be5c1269cb
Contents?: true
Size: 545 Bytes
Versions: 11
Compression:
Stored size: 545 Bytes
Contents
# Automatically generated on 2015-05-13T15:00:04-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # AccountID accountID; # Currency currency; # } # # =========================================================================== module Stellar class LedgerKey class TrustLine < XDR::Struct attribute :account_id, AccountID attribute :currency, Currency end end end
Version data entries
11 entries across 11 versions & 1 rubygems