Type alias RpcConfig<MS>

RpcConfig<MS>: BaseConfig & {
    provider: string | string[];
    storage: MS;
}

Type Parameters

Generated using TypeDoc