Sha256: 227b5c99a1d97335d55cdda6a410ff0d5ee9862c7dce25a7da7431d13b28a0d0

Contents?: true

Size: 987 Bytes

Versions: 4

Compression:

Stored size: 987 Bytes

Contents

module GenesisRuby
  module Api
    module Constants
      module Transactions
        module Parameters
          # Mpi Protocol Versions allowed values
          class MpiProtocolSubVersions

            extend Mixins::Constants::Common

            # Sub-protocol Version 1
            PROTOCOL_SUB_VERSION_1 = 1

            # Sub-protocol Version 2
            PROTOCOL_SUB_VERSION_2 = 2

            # Sub-protocol Version 3
            PROTOCOL_SUB_VERSION_3 = 3

            # Sub-protocol Version 4
            PROTOCOL_SUB_VERSION_4 = 4

            # Sub-protocol Version 5
            PROTOCOL_SUB_VERSION_5 = 5

            # Sub-protocol Version 6
            PROTOCOL_SUB_VERSION_6 = 6

            # Sub-protocol Version 7
            PROTOCOL_SUB_VERSION_7 = 7

            # Sub-protocol Version 8
            PROTOCOL_SUB_VERSION_8 = 8

            # Sub-protocol Version 9
            PROTOCOL_SUB_VERSION_9 = 9

          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
genesis_ruby-0.2.0 lib/genesis_ruby/api/constants/transactions/parameters/mpi_protocol_sub_versions.rb
genesis_ruby-0.1.9 lib/genesis_ruby/api/constants/transactions/parameters/mpi_protocol_sub_versions.rb
genesis_ruby-0.1.8 lib/genesis_ruby/api/constants/transactions/parameters/mpi_protocol_sub_versions.rb
genesis_ruby-0.1.7 lib/genesis_ruby/api/constants/transactions/parameters/mpi_protocol_sub_versions.rb