UNPKG

@fabric-es/operator

Version:
8 lines (7 loc) 217 B
import { Gateway, Wallet } from 'fabric-network'; export declare const getGateway: (option: { connectionProfile: string; identity: string; asLocalhost: boolean; wallet: Wallet; }) => Promise<Gateway>;