generated/stellar/transaction_envelope.rb in stellar-base-0.11.0 vs generated/stellar/transaction_envelope.rb in stellar-base-0.12.0
- old
+ new
@@ -6,10 +6,13 @@
# === xdr source ============================================================
#
# struct TransactionEnvelope
# {
# Transaction tx;
-# DecoratedSignature signatures<20>;
+# /* Each decorated signature is a signature over the SHA256 hash of
+# * a TransactionSignaturePayload */
+# DecoratedSignature
+# signatures<20>;
# };
#
# ===========================================================================
module Stellar
class TransactionEnvelope < XDR::Struct