Sha256: 41e891abb1428905971ba4638531b17603b5b19ced7a1b95b927447138f64750
Contents?: true
Size: 889 Bytes
Versions: 15
Compression:
Stored size: 889 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct FeeBumpTransaction # { # MuxedAccount feeSource; # int64 fee; # union switch (EnvelopeType type) # { # case ENVELOPE_TYPE_TX: # TransactionV1Envelope v1; # } # innerTx; # union switch (int v) # { # case 0: # void; # } # ext; # }; # # =========================================================================== module Stellar class FeeBumpTransaction < XDR::Struct include XDR::Namespace autoload :InnerTx autoload :Ext attribute :fee_source, MuxedAccount attribute :fee, Int64 attribute :inner_tx, InnerTx attribute :ext, Ext end end
Version data entries
15 entries across 15 versions & 1 rubygems