Last updated 2 years ago
Was this helpful?
> >
Generic provider settings.
Signature:
export declare type SSXGenericProvider = { service: SSXRPCProviders; url?: string | ConnectionInfo; network?: providers.Networkish; apiKey?: string | SSXInfuraProviderProjectSettings; };
References: ,