Sha256: 7df2a0f20a3cf2c09f12e4b8702c579bd5f3ccc39a1e491f121df37c52a83c80
Contents?: true
Size: 519 Bytes
Versions: 5
Compression:
Stored size: 519 Bytes
Contents
# Automatically generated on 2015-05-13T15:00:04-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct SCPQuorumSet # { # uint32 threshold; # Hash validators<>; # }; # # =========================================================================== module Stellar class SCPQuorumSet < XDR::Struct attribute :threshold, Uint32 attribute :validators, XDR::VarArray[Hash] end end
Version data entries
5 entries across 5 versions & 1 rubygems