UNPKG

@fabric-es/operator

Version:
10 lines (9 loc) 232 B
import { Wallet } from 'fabric-network'; export declare type EnrollAdminOption = { enrollmentID: string; enrollmentSecret: string; mspId: string; connectionProfile: string; wallet: Wallet; caName: string; };