Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [blockIdentifier, startKey, maxResults, context?].Positional parameters for
debug_accountRange:params[0]: Block number or hash at which to inspect state (hex quantity or 32-byte hash).params[1]: Hex-encoded start account key (inclusive).params[2]: Maximum number of accounts to return.params[3]: Optional context returned from a previous call to continue iteration.
Returns
Account range response including account details and continuation token.