The section required to make the chain query (eg. "system")
The call depending on the section (eg. "account")
Array of args for the call
Optional
callback: ((result) => void)Callback function to enable subscription, if not given, no subscription will be made
Result of the query storage call
Generated using TypeDoc
Name
query
Summary
Generic function to make a chain query.
Example