Sha256: 87d04cea2317c94472749dafc392610fca19280d831a11c85d6b98dc16c2df74
Contents?: true
Size: 687 Bytes
Versions: 2
Compression:
Stored size: 687 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; # /* Each decorated signature is a signature over the SHA256 hash of # * a TransactionSignaturePayload */ # DecoratedSignature # signatures<20>; # }; # # =========================================================================== module Stellar class TransactionEnvelope < XDR::Struct attribute :tx, Transaction attribute :signatures, XDR::VarArray[DecoratedSignature, 20] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.13.0 | generated/stellar/transaction_envelope.rb |
stellar-base-0.12.0 | generated/stellar/transaction_envelope.rb |