UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

12 lines (11 loc) 288 B
import { Wallet } from 'fabric-network'; export declare const registerUser: (option: { enrollmentId: string; enrollmentSecret: string; connectionProfile: string; wallet: Wallet; caName: string; caAdmin: string; caAdminPW: string; mspId: string; }) => any;