Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
types.h File Reference
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wallet::CreatedTransactionResult

Namespaces

namespace  wallet

Enumerations

enum class  wallet::AddressPurpose { wallet::RECEIVE , wallet::SEND , wallet::REFUND }
 Address purpose field that has been been stored with wallet sending and receiving addresses since BIP70 payment protocol support was added in https://github.com/bitcoin/bitcoin/pull/2539. More...

Detailed Description

is a home for public enum and struct type definitions that are used by internally by wallet code, but also used externally by node or GUI code.

This file is intended to define only simple types that do not have external dependencies. More complicated public wallet types like CCoinControl should be defined in dedicated header files.

Definition in file types.h.