chain_get_state_root_hash
This method returns a state root hash at a given Block. If you do not specify a block_identifier, you will receive the highest state root hash.
This method will use 10
Compute Units.
Reference: Here
Parameters
block_identifier
-object
the block identifier hash or height [BlockIdentifier]
Returns
api_version
-string
RPC API versionstate_root_hash
-string
hex-encoded hash digest
Last updated