Index into the table of Base58 version prefixes for each address type.

Synopsis

Declared in <kernel/chainparams.h>

enum Base58Type;

Members

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.

Created with MrDocs