Sha256: 6b5a57cad40bbc5471cc58fbd0704e5df94c1fd875dec5213822258bcd68ff99
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 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 StellarBallotValue # { # Hash txSetHash; # uint64 closeTime; # uint32 baseFee; # }; # # =========================================================================== module Stellar class StellarBallotValue < XDR::Struct attribute :tx_set_hash, Hash attribute :close_time, Uint64 attribute :base_fee, Uint32 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/stellar_ballot_value.rb |
stellar-base-0.0.2 | generated/stellar/stellar_ballot_value.rb |