Sha256: 4748c22a5c9d4092479245e80fa6b587498ccc5e608ddcf91c7cd52f67a2e3f0
Contents?: true
Size: 860 Bytes
Versions: 32
Compression:
Stored size: 860 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # SCPBallot ballot; // b # uint32 nPrepared; // p.n # uint32 nCommit; // c.n # uint32 nH; // h.n # Hash quorumSetHash; // D # } # # =========================================================================== module Stellar class SCPStatement class Pledges class Confirm < XDR::Struct attribute :ballot, SCPBallot attribute :n_prepared, Uint32 attribute :n_commit, Uint32 attribute :n_h, Uint32 attribute :quorum_set_hash, Hash end end end end
Version data entries
32 entries across 32 versions & 2 rubygems