Sha256: 8b760fa4b825686af32d95fc3b5948b127358a666846d4a669f71cbaf0730066

Contents?: true

Size: 349 Bytes

Versions: 3

Compression:

Stored size: 349 Bytes

Contents

# frozen_string_literal: true

require_relative "flow_client/version"
require "openssl"
require "rlp"

# Collection of classes to interact with the Flow blockchain
module FlowClient
  class Error < StandardError; end
  require "flow_client/crypto"
  require "flow_client/utils"
  require "flow_client/client"
  require "flow_client/transaction"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flow_client-0.1.2 lib/flow_client.rb
flow_client-0.1.1 lib/flow_client.rb
flow_client-0.1.0 lib/flow_client.rb