generated/stellar/scp_envelope.rb in stellar-base-0.0.18 vs generated/stellar/scp_envelope.rb in stellar-base-0.0.19
- old
+ new
@@ -1,22 +1,20 @@
-# Automatically generated on 2015-05-13T15:00:04-07:00
+# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten
-
+
require 'xdr'
# === xdr source ============================================================
#
# struct SCPEnvelope
# {
-# uint256 nodeID; // v
# SCPStatement statement;
# Signature signature;
# };
#
# ===========================================================================
module Stellar
class SCPEnvelope < XDR::Struct
- attribute :node_id, Uint256
attribute :statement, SCPStatement
attribute :signature, Signature
end
end