• Parameters

    • channelUrl: string
    • channelPort: number
    • secure: boolean

    Returns {
        gsc: GlobalStateServiceClient<{}>;
        msc: MeshServiceClient<{}>;
        txc: TransactionServiceClient<{}>;
    }

    • gsc: GlobalStateServiceClient<{}>
    • msc: MeshServiceClient<{}>
    • txc: TransactionServiceClient<{}>