Sha256: 61e6b10f43d84589542882c246a29ac19fc2f4f43bb3546fa66ef3ccacd21dab
Contents?: true
Size: 637 Bytes
Versions: 11
Compression:
Stored size: 637 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 # { # SCPBallot excepted<>; // B_c # SCPBallot* prepared; // p # } # # =========================================================================== module Stellar class SCPStatement class Pledges class Prepare < XDR::Struct attribute :excepted, XDR::VarArray[SCPBallot] attribute :prepared, XDR::Option[SCPBallot] end end end end
Version data entries
11 entries across 11 versions & 1 rubygems