Sha256: 866bc89c15832e17ca35853bc35e61ca336e6ab1b83a1ae23d150b01fb7c67c6
Contents?: true
Size: 530 Bytes
Versions: 27
Compression:
Stored size: 530 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; # string64 dataName; # } # # =========================================================================== module Stellar class LedgerKey class Data < XDR::Struct attribute :account_id, AccountID attribute :data_name, String64 end end end
Version data entries
27 entries across 27 versions & 1 rubygems