Sha256: 4a3a2e6861c8cb0ed81d528b4df0805879c4ea6d7644da93e6920e2f1892617a
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 Bytes
Contents
# license Copyright 2011-2019 BitPay, Inc., MIT License # see http://opensource.org/licenses/MIT # or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE libdir = File.dirname(__FILE__) $LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir) require 'bitpay/key_utils' require 'bitpay/key_version' module BitPay MISSING_PEM = 'No pem file specified. Pass pem string' class BitPayError < StandardError; end class ArgumentError < ArgumentError; end class ConnectionError < Errno::ECONNREFUSED; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitpay-key-utils-2.2.1905 | lib/bitpay_key_utils.rb |