Sha256: 4660a887e350f0aa107f0a1177b826d5a2416aca26c29c5f6d1068cbf66addd7

Contents?: true

Size: 707 Bytes

Versions: 15

Compression:

Stored size: 707 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct FeeBumpTransactionEnvelope
#   {
#       FeeBumpTransaction tx;
#       /* Each decorated signature is a signature over the SHA256 hash of
#        * a TransactionSignaturePayload */
#       DecoratedSignature signatures<20>;
#   };
#
# ===========================================================================
module Stellar
  class FeeBumpTransactionEnvelope < XDR::Struct
    attribute :tx,         FeeBumpTransaction
    attribute :signatures, XDR::VarArray[DecoratedSignature, 20]
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.31.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.30.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.29.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.28.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.27.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.26.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.25.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.24.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.24.0.pre.1 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.23.1 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.23.0 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.23.0.rc2 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.23.0.rc1 generated/stellar/fee_bump_transaction_envelope.rb
stellar-base-0.23.0.pre1 generated/stellar/fee_bump_transaction_envelope.rb