EthereumAddress overview

Added in v1.0.0


Table of contents


Model

EthereumAddress (type alias)

Represents strings which are valid Ethereum addresses.

Signature

export type EthereumAddress = Branded<string, EthereumAddressBrand>

Added in v1.0.0

Pattern

ethereumAddress

Signature

export declare const ethereumAddress: k.Pattern

Added in v1.0.0

String

EthereumAddress

Represents strings which are valid Ethereum addresses.

Signature

export declare const EthereumAddress: Schema<Opaque<string, EthereumAddressBrand>, Opaque<string, EthereumAddressBrand>>

Added in v1.0.0