Sha256: 82724644464663da8464d63a661c553391e9da4341770b2fa2359a06a9adb152
Contents?: true
Size: 687 Bytes
Versions: 15
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 TransactionV0Envelope # { # TransactionV0 tx; # /* Each decorated signature is a signature over the SHA256 hash of # * a TransactionSignaturePayload */ # DecoratedSignature signatures<20>; # }; # # =========================================================================== module Stellar class TransactionV0Envelope < XDR::Struct attribute :tx, TransactionV0 attribute :signatures, XDR::VarArray[DecoratedSignature, 20] end end
Version data entries
15 entries across 15 versions & 1 rubygems