interface NetworkConfig {
    authUrl: string;
    gatewayUrl: string;
    walletUrl: string;
}

Properties

authUrl: string
gatewayUrl: string
walletUrl: string

Generated using TypeDoc, the 1/11/2024 at 4:00:22 PM