Index into the table of Base58 version prefixes for each address type.
Declared in <kernel/chainparams.h>
enum Base58Type;
| Name | Description |
|---|---|
PUBKEY_ADDRESS | Prefix for pay-to-public-key-hash addresses. |
SCRIPT_ADDRESS | Prefix for pay-to-script-hash addresses. |
SECRET_KEY | Prefix for WIF-encoded private keys. |
EXT_PUBLIC_KEY | Prefix for BIP32 extended public keys. |
EXT_SECRET_KEY | Prefix for BIP32 extended private keys. |
MAX_BASE58_TYPES | Number of Base58 prefix types; also the table size. |