Sha256: 8db900c49958de41011997de1e9603a0041a2f1469c4176dfeb18a476d8aef3b
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
# Automatically generated on 2015-04-07T10:52:07-07:00 # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.1 | generated/stellar/transaction_envelope.rb |