EthereumAddress overview
Added in v1.0.0
Table of contents
brands
EthereumAddress
Signature
export declare const EthereumAddress: t.BrandC<t.StringC, EthereumAddressBrand>
Added in v1.0.0
decoders
ethereumAddressDecoder
Signature
export declare const ethereumAddressDecoder: <S extends string>() => D.Decoder<S, t.Branded<S, EthereumAddressBrand>>
Added in v1.1.0
types
EthereumAddress (type alias)
Signature
export type EthereumAddress = t.Branded<string, EthereumAddressBrand>
Added in v1.0.0
EthereumAddressBrand (interface)
Signature
export interface EthereumAddressBrand {
readonly EthereumAddress: unique symbol
}
Added in v1.0.0