BitcoinAddress overview
Added in v1.0.0
Table of contents
utils
BitcoinAddress
Signature
export declare const BitcoinAddress: t.BrandC<t.StringC, BitcoinAddressBrand>
Added in v1.0.0
BitcoinAddress (type alias)
Signature
export type BitcoinAddress = t.Branded<string, BitcoinAddressBrand>
Added in v1.0.0
BitcoinAddressBrand (interface)
Signature
export interface BitcoinAddressBrand {
readonly BitcoinAddress: unique symbol
}
Added in v1.0.0
bitcoinAddressDecoder
Signature
export declare const bitcoinAddressDecoder: <S extends string>() => D.Decoder<
S,
t.Branded<S, t.Branded<string, BitcoinAddressBrand>>
>
Added in v1.1.0