Sha256: 5edab67a7cc8b3630ddd4c1dcca3e661686e5c11c83b192d8c72da31fd2350ed
Contents?: true
Size: 1011 Bytes
Versions: 32
Compression:
Stored size: 1011 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # Hash quorumSetHash; // D # SCPBallot ballot; // b # SCPBallot* prepared; // p # SCPBallot* preparedPrime; // p' # uint32 nC; // c.n # uint32 nH; // h.n # } # # =========================================================================== module Stellar class SCPStatement class Pledges class Prepare < XDR::Struct attribute :quorum_set_hash, Hash attribute :ballot, SCPBallot attribute :prepared, XDR::Option[SCPBallot] attribute :prepared_prime, XDR::Option[SCPBallot] attribute :n_c, Uint32 attribute :n_h, Uint32 end end end end
Version data entries
32 entries across 32 versions & 2 rubygems