Sha256: 2cf3f12a500dff855589664fca345e03b709f346c14080d927f40dc451d465f3
Contents?: true
Size: 464 Bytes
Versions: 48
Compression:
Stored size: 464 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # AccountID accountID; # } # # =========================================================================== module Stellar class LedgerKey class Account < XDR::Struct attribute :account_id, AccountID end end end
Version data entries
48 entries across 48 versions & 3 rubygems