Sha256: f62195aedbb6122e768269019813ff35025104ebb1bc45ae406b866f044772fc
Contents?: true
Size: 474 Bytes
Versions: 11
Compression:
Stored size: 474 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; # } # # =========================================================================== module Stellar class LedgerKey class Account < XDR::Struct attribute :account_id, AccountID end end end
Version data entries
11 entries across 11 versions & 1 rubygems