Skip to content
On this page

Types

Abi

Type matching the Contract ABI Specification

Re-exported from ABIType.

AbiError

ABI Error type.

Re-exported from ABIType.

AbiEvent

ABI Event type.

Re-exported from ABIType.

AbiFunction

ABI Function type.

Re-exported from ABIType.

AbiParameter

inputs and ouputs item for ABI functions, events, and errors.

Re-exported from ABIType.

AbiParameterToPrimitiveTypes

Converts AbiParameter to corresponding TypeScript primitive type.

See more

AbiParametersToPrimitiveTypes

Converts array of AbiParameter to corresponding TypeScript primitive types.

See more

AccessList

An access list.

Address

An address.

Re-exported from ABIType.

Block

A type for a Block.

See Type

Chain

A type for a Chain.

Re-exported from @wagmi/chains

FeeHistory

A type for fee history.

See Type

Filter

A type for a Filter.

See Type

Hash

Type for a hashed value โ€“ a "0x"-prefixed string: "0x${string}"

Hex

Type for a hex value โ€“ a "0x"-prefixed string: "0x${string}"

Log

A type for Event Logs.

See Type

Transaction

A type for Transactions.

See Type

TransactionReceipt

A type for Transaction Receipts.

See Type

Transport

A type for Transports.

See Type

WalletPermission

A type for wallet (JSON-RPC Account) permissions.

See Type

Released under the MIT License.