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