Enumeration CashAddressType

The address types currently defined in the CashAddress specification. See also: CashAddressVersionByte.

Enumeration Members

p2pkh: "p2pkh"

Pay to Public Key Hash (P2PKH): 0b0000

p2pkhWithTokens: "p2pkhWithTokens"

Pay to Public Key Hash (P2PKH) with token support: 0b0010

p2sh: "p2sh"

Pay to Script Hash (P2SH): 0b0001

Note, this type is used for both CashAddressVersionByte.p2sh20 and CashAddressVersionByte.p2sh32.

p2shWithTokens: "p2shWithTokens"

Pay to Script Hash (P2SH) with token support: 0b0011

Note, this type is used for both CashAddressVersionByte.p2sh20WithTokens and CashAddressVersionByte.p2sh32WithTokens.

Generated using TypeDoc