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}$
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
^0x[a-fA-F0-9]{40}$