M
— A multi-sig address for mainnet (starting with SM
)
P
— A single-sig address for mainnet (starting with SP
)
N
— A multi-sig address for testnet (starting with SN
)
T
— A single-sig address for testnet (starting with ST
)
Generated using TypeDoc
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.