[#CChainParams-Base58Type] = xref:CChainParams.adoc[CChainParams]::Base58Type :relfileprefix: ../ :mrdocs: Index into the table of Base58 version prefixes for each address type. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Base58Type; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#