qc_chainId
Returns the EIP-155 chain ID. Quantum Chain mainnet is20803 (0x5143).
qc_blockNumber
Returns the number of the most recent block.qc_syncing
Returnsfalse if the node is fully synced, or an object with sync progress.
qc_getBlockByNumber
Returns a block by number. SetfullTx to true to include full transaction objects instead of just hashes.
qc_getBlockByHash
Returns a block by its hash. Same parameters asqc_getBlockByNumber but accepts a block hash.