File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
packages/cactus-plugin-satp-hermes/src/main/typescript Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export enum SupportedSigningAlgorithms {
156156 *
157157 * @description
158158 * Defines the structure for gateway identification credentials
159- * including the signing algorithm used for key generation and
159+ * including the signing algorithm used for key generation and
160160 * the respective public key.
161161 */
162162export type IdentificationCredential = {
Original file line number Diff line number Diff line change @@ -253,4 +253,4 @@ export class GatewayPersistence {
253253 }
254254 } ) ;
255255 }
256- }
256+ }
Original file line number Diff line number Diff line change @@ -178,9 +178,7 @@ export {
178178 * @see {@link INetworkOptions } for general network configuration interface
179179 * @see {@link SATPGateway } for gateway implementation supporting multiple DLTs
180180 */
181- export {
182- IBesuNetworkConfig ,
183- } from "./cross-chain-mechanisms/bridge/bridge-types" ;
181+ export { IBesuNetworkConfig } from "./cross-chain-mechanisms/bridge/bridge-types" ;
184182
185183/**
186184 * Gateway Identity Management - Gateway identification and network discovery.
You can’t perform that action at this time.
0 commit comments