starknet_getNonce
Get the nonce associated with the given address in the given block
Parameters:
block_id - The hash of the requested block, or number (height) of the requested block, or a block tag
contract_address - The address of the contract whose nonce we're seeking
Returns:
The contract's nonce at the requested state
Example:
Last updated