getStateUpdate

abstract fun getStateUpdate(blockTag: BlockTag): Request<StateUpdate>

Get block state information.

Get the information about the result of executing the requested block.

Parameters

blockTag

a tag of the requested block

Throws


abstract fun getStateUpdate(blockHash: Felt): Request<StateUpdate>

Get block state information.

Get the information about the result of executing the requested block.

Parameters

blockHash

a hash of the requested block

Throws


abstract fun getStateUpdate(blockNumber: Int): Request<StateUpdate>

Get block state information.

Get the information about the result of executing the requested block.

Parameters

blockNumber

a number of the requested block

Throws