UNPKG

fabric-network

Version:

SDK for writing node.js applications to interact with Hyperledger Fabric. This package encapsulates the APIs to connect to a Fabric network, submit transactions and perform queries against the ledger.

5 lines (4 loc) 91 B
export interface IdentityData { readonly type: string; readonly version: number; }