Sha256: cb679605d154c905a26959fae19520906b0d814020c79c18f072e55c970a6b24
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
# Automatically generated on 2015-04-07T10:52:07-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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.1 | generated/stellar/ledger_key/account.rb |