Get the raw PolkadotClient for a connected chain by its descriptor.
PolkadotClient
The chain must have been initialized via createChainClient or getChainAPI first. Alternatively, use client.raw.<name> on the returned ChainClient.
client.raw.<name>
If the chain has not been connected yet.
Get the raw
PolkadotClientfor a connected chain by its descriptor.The chain must have been initialized via createChainClient or getChainAPI first. Alternatively, use
client.raw.<name>on the returned ChainClient.