Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

get state-update

Get the state update for the given block.

<BLOCK_ID>

Optional.

Block identifier on which the state update should be fetched. Possible values: pre_confirmed, latest, block hash (0x prefixed string), and block number (u64). pre_confirmed is used as a default value.

--url, -u <RPC_URL>

Optional.

Starknet RPC node url address.

Overrides url from snfoundry.toml.

--network <NETWORK>

Optional.

Use predefined network with public provider

Possible values: mainnet, sepolia, devnet.

Overrides network from snfoundry.toml.