Sha256: 0e9eb2eea11f6ec7f8be6a3fb72cc38508de566dd05ddbd328d41bca88c3c68e
Contents?: true
Size: 582 Bytes
Versions: 2
Compression:
Stored size: 582 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-07:00 # 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/scp_envelope.rb |
stellar-base-0.0.2 | generated/stellar/scp_envelope.rb |