Sha256: 359495019c1ebbf741a69af32511f5cdfc5c6e0ba395898375b670f896e13cdd

Contents?: true

Size: 560 Bytes

Versions: 22

Compression:

Stored size: 560 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct TransactionEnvelope
#   {
#       Transaction tx;
#       DecoratedSignature signatures<20>;
#   };
#
# ===========================================================================
module Stellar
  class TransactionEnvelope < XDR::Struct
    attribute :tx,         Transaction
    attribute :signatures, XDR::VarArray[DecoratedSignature, 20]
  end
end

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
stellar-base-0.0.20 generated/stellar/transaction_envelope.rb
stellar-base-0.0.19 generated/stellar/transaction_envelope.rb