We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4deb47c + f728f31 commit 56e1aabCopy full SHA for 56e1aab
src/content/developers/docs/apis/json-rpc/index.md
@@ -75,6 +75,8 @@ The following options are possible for the defaultBlock parameter:
75
- `HEX String` - an integer block number
76
- `String "earliest"` for the earliest/genesis block
77
- `String "latest"` - for the latest mined block
78
+- `String "safe"` - for the latest safe head block
79
+- `String "finalized"` - for the latest finalized block
80
- `String "pending"` - for the pending state/transactions
81
82
## Examples
0 commit comments