Skip to main content

66 docs tagged with "schema"

View all tags

address

Schema definition for address.

Block

Schema definition for Block.

BlockTag

`earliest`: The lowest numbered block the client has available; `finalized`: The most recent crypto-economically secure block, cannot be re-orged outside of manual intervention driven by community coordination; `safe`: The most recent block that is safe from re-orgs under honest majority and certain synchronicity assumptions; `latest`: The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions; `pending`: A sample next block built by the client on top of `latest` and containing the set of transactions usually taken from local mempool. Before the merge transition is finalized, any call querying for `finalized` or `safe` block MUST be responded to with `-39001: Unknown block` error

byte

Schema definition for byte.

bytes

Schema definition for bytes.

bytes32

Schema definition for bytes32.

bytes48

Schema definition for bytes48.

bytes65

Schema definition for bytes65.

bytes8

Schema definition for bytes8.

bytes96

Schema definition for bytes96.

Filter

Schema definition for Filter.

hash32

Schema definition for hash32.

Log

Schema definition for Log.

ratio

Schema definition for ratio.

uint

Schema definition for uint.

uint256

Schema definition for uint256.

uint64

Schema definition for uint64.