BitcoinAddress overview
Added in v1.0.0
Table of contents
Model
BitcoinAddress (type alias)
Represents strings which are valid Bitcoin addresses.
Signature
export type BitcoinAddress = Branded<string, BitcoinAddressBrand>
Added in v1.0.0
Pattern
bitcoinAddress
Signature
export declare const bitcoinAddress: k.Pattern
Added in v1.0.0
String
BitcoinAddress
Represents strings which are valid Bitcoin addresses.
Signature
export declare const BitcoinAddress: Schema<Opaque<string, BitcoinAddressBrand>, Opaque<string, BitcoinAddressBrand>>
Added in v1.0.0