Sha256: 7187f08c49b28d6aead3da0e5a557005a922801f8da81070d8d9f1e806b2c661
Contents?: true
Size: 755 Bytes
Versions: 32
Compression:
Stored size: 755 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # SCPBallot commit; // c # uint32 nH; // h.n # Hash commitQuorumSetHash; // D used before EXTERNALIZE # } # # =========================================================================== module Stellar class SCPStatement class Pledges class Externalize < XDR::Struct attribute :commit, SCPBallot attribute :n_h, Uint32 attribute :commit_quorum_set_hash, Hash end end end end
Version data entries
32 entries across 32 versions & 2 rubygems