Genesis hash of the target chain (0x-prefixed hex string).
Optionalfallback: JsonRpcProviderOptional fallback provider (e.g., WebSocket). Passed to the host provider, which uses it when the host doesn't support the requested chain.
A host-routed JsonRpcProvider, or null if product-sdk is unavailable.
Get a PAPI-compatible JSON-RPC provider that routes through the host connection.
When running inside a Polkadot container, this wraps the chain connection via the host's
createPapiProvider, enabling shared connections and efficient routing. Returnsnullwhen@novasamatech/product-sdkis unavailable (standalone environments).