Sha256: 2bd0c1564fda2a369ff64f5e102e8cffaf67b9b1baa256892f2e6c0c81d42571

Contents?: true

Size: 899 Bytes

Versions: 4

Compression:

Stored size: 899 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   struct Hello
#   {
#       uint32 ledgerVersion;
#       uint32 overlayVersion;
#       Hash networkID;
#       string versionStr<100>;
#       int listeningPort;
#       NodeID peerID;
#       AuthCert cert;
#       uint256 nonce;
#   };
#
# ===========================================================================
module Stellar
  class Hello < XDR::Struct
    attribute :ledger_version,  Uint32
    attribute :overlay_version, Uint32
    attribute :network_id,      Hash
    attribute :version_str,     XDR::String[100]
    attribute :listening_port,  XDR::Int
    attribute :peer_id,         NodeID
    attribute :cert,            AuthCert
    attribute :nonce,           Uint256
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stellar-base-0.8.0 generated/stellar/hello.rb
stellar-base-0.7.0 generated/stellar/hello.rb
stellar-base-0.6.1 generated/stellar/hello.rb
stellar-base-0.6.0 generated/stellar/hello.rb