Address encoding to use for a newly generated destination.
Synopsis
Declared in <outputtype.h>
enum class OutputType : int;
Members
Name |
Description |
|
Base58 pay‐to‐public‐key‐hash address (P2PKH). |
|
Base58 pay‐to‐script‐hash address wrapping a witness program (P2SH‐P2WPKH). |
|
Bech32 version‐0 witness address (P2WPKH). |
|
Bech32m version‐1 taproot address (P2TR). |
|
An address of an unrecognized or unsupported type. |
Non-Member Functions
Name |
Description |
Return the string name of an output type. |
|
Get the OutputType for a CTxDestination |
|
Parse an output type from its string name. |
Created with MrDocs