module Fabric

Hyperledger Fabric Gateway SDK

Adapted from: github.com/kirshin/hyperledger-fabric-sdk/blob/95a5a1a37001852312df25946e960a9ff149207e/lib/fabric/crypto_suite.rb

Adapted from: github.com/kirshin/hyperledger-fabric-sdk/blob/95a5a1a37001852312df25946e960a9ff149207e/lib/fabric/identity.rb

Constants

VERSION

Public Class Methods

crypto_suite(opts = {}) click to toggle source
# File lib/fabric.rb, line 56
def self.crypto_suite(opts = {})
  @crypto_suite ||= Fabric::ECCryptoSuite.new opts
end