Sha256: 0d4fe4a158ddbc1fb9ed8e30f7a4d37309e663abce2bda0c45e804179a087ccf
Contents?: true
Size: 572 Bytes
Versions: 3
Compression:
Stored size: 572 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct AffirmFailOp # { # uint64 lotID; # string purpose<1000>; # AccountID accountID; # }; # # =========================================================================== module Stellar class AffirmFailOp < XDR::Struct attribute :lot_id, Uint64 attribute :purpose, XDR::String[1000] attribute :account_id, AccountID end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auction-ruby-base-0.1.3 | generated/stellar/affirm_fail_op.rb |
auction-ruby-base-0.1.2 | generated/stellar/affirm_fail_op.rb |
auction-ruby-base-0.1.1 | generated/stellar/affirm_fail_op.rb |