Sha256: 9806c194fce97a9fbc5555b02e7def23ccc1f0e2aa4595fac85c8ac70f350dc4
Contents?: true
Size: 793 Bytes
Versions: 16
Compression:
Stored size: 793 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct SurveyRequestMessage # { # NodeID surveyorPeerID; # NodeID surveyedPeerID; # uint32 ledgerNum; # Curve25519Public encryptionKey; # SurveyMessageCommandType commandType; # }; # # =========================================================================== module Stellar class SurveyRequestMessage < XDR::Struct attribute :surveyor_peer_id, NodeID attribute :surveyed_peer_id, NodeID attribute :ledger_num, Uint32 attribute :encryption_key, Curve25519Public attribute :command_type, SurveyMessageCommandType end end
Version data entries
16 entries across 16 versions & 1 rubygems