Enumeration CashAddressTypeBits

The address type bits currently defined in the CashAddress specification. These map to: CashAddressType.

Enumeration Members

p2pkh: 0

Pay to Public Key Hash (P2PKH)

p2pkhWithTokens: 2

Pay to Public Key Hash (P2PKH) with token support

p2sh: 1

Pay to Script Hash (P2SH)

p2shWithTokens: 3

Pay to Script Hash (P2SH) with token support

Generated using TypeDoc