Enumeration AddressVersion

Address versions for identifying address types in an encoded Stacks address. The address version is a single byte, indicating the address type. Every Stacks address starts with S followed by a single character indicating the address version. The second character is the c32-encoded AddressVersion byte.

Enumeration Members

MainnetMultiSig: 20

M — A multi-sig address for mainnet (starting with SM)

MainnetSingleSig: 22

P — A single-sig address for mainnet (starting with SP)

TestnetMultiSig: 21

N — A multi-sig address for testnet (starting with SN)

TestnetSingleSig: 26

T — A single-sig address for testnet (starting with ST)

Generated using TypeDoc