Sha256: daad1e49e0026344709551eb1ad323c8934dc19abbdfb5d780553d3fca33df3a

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 Bytes

Contents

module CryptoconditionsRuby
  CONDITION = 'condition'.freeze
  FULFILLMENT = 'fulfillment'.freeze

  module Types
    class InvertedThresholdSha256Fulfillment < ThresholdSha256Fulfillment
      TYPE_ID = 98
      FEATURE_BITMASK = 0x09

      def validate(message: nil, **kwargs)
        !super
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cryptoconditions_ruby-0.5.2 lib/cryptoconditions_ruby/types/inverted_threshold_sha_256_fulfillment.rb
cryptoconditions_ruby-0.5.1 lib/cryptoconditions_ruby/types/inverted_threshold_sha_256_fulfillment.rb