Sha256: 29351eb519bd43a7997945585f0a75aca2a6a48f2c7a44dd7f106eabccfbee5b
Contents?: true
Size: 474 Bytes
Versions: 2
Compression:
Stored size: 474 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/ledger_key/account.rb |
stellar-base-0.0.2 | generated/stellar/ledger_key/account.rb |