Skip to main content
Version: 10.x

Type Alias: ETH_ADDRESS

ETH_ADDRESS = string

Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:12

an ethereum address represented as 40 hex digits

Pattern

^0x[a-fA-F0-9]{40}$