Interface ImmutableXConfiguration

interface ImmutableXConfiguration {
    apiConfiguration: ApiConfiguration;
    ethConfiguration: EthConfiguration;
}

Properties

apiConfiguration: ApiConfiguration

The configuration for the API client

ethConfiguration: EthConfiguration

The configuration for the Ethereum network