Sha256: 7a364eefc5cd7673cf87bcfa1c02b4fd7539ebb5b10ab15db05e91cd4fa55fbd
Contents?: true
Size: 619 Bytes
Versions: 48
Compression:
Stored size: 619 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct SCPNomination # { # Hash quorumSetHash; // D # Value votes<>; // X # Value accepted<>; // Y # }; # # =========================================================================== module Stellar class SCPNomination < XDR::Struct attribute :quorum_set_hash, Hash attribute :votes, XDR::VarArray[Value] attribute :accepted, XDR::VarArray[Value] end end
Version data entries
48 entries across 48 versions & 3 rubygems