- createClients(channelUrl: string, channelPort: number, secure: boolean): {
gsc: GlobalStateServiceClient<{}>;
msc: MeshServiceClient<{}>;
txc: TransactionServiceClient<{}>;
}
-
Parameters
-
channelUrl: string
-
channelPort: number
-
secure: boolean
Returns {
gsc: GlobalStateServiceClient<{}>;
msc: MeshServiceClient<{}>;
txc: TransactionServiceClient<{}>;
}
-
gsc: GlobalStateServiceClient<{}>
-
msc: MeshServiceClient<{}>
-
txc: TransactionServiceClient<{}>