Interface IProvider

Represents a provider.

See

  • url - url of the provider
  • type - type of the provider
interface IProvider {
    type: ProviderType;
    url: string;
}

Properties

Properties

url: string

Generated using TypeDoc