Sha256: 33d60e0e84816f5d75d352138578befac20edb47ff7ff7fbecab2fdf7e233a3f
Contents?: true
Size: 488 Bytes
Versions: 48
Compression:
Stored size: 488 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct SCPBallot # { # uint32 counter; // n # Value value; // x # }; # # =========================================================================== module Stellar class SCPBallot < XDR::Struct attribute :counter, Uint32 attribute :value, Value end end
Version data entries
48 entries across 48 versions & 3 rubygems