Bitcoin Core
22.0.0
P2P Digital Currency
src
wallet
receive.h
Go to the documentation of this file.
1
// Copyright (c) 2021 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_WALLET_RECEIVE_H
6
#define BITCOIN_WALLET_RECEIVE_H
7
8
#include <
amount.h
>
9
#include <
wallet/ismine.h
>
10
#include <
wallet/transaction.h
>
11
#include <
wallet/wallet.h
>
12
13
struct
COutputEntry
14
{
15
CTxDestination
destination
;
16
CAmount
amount
;
17
int
vout
;
18
};
19
20
#endif // BITCOIN_WALLET_RECEIVE_H
transaction.h
wallet.h
CAmount
int64_t CAmount
Amount in satoshis (Can be negative)
Definition:
amount.h:12
ismine.h
COutputEntry::amount
CAmount amount
Definition:
receive.h:16
CTxDestination
std::variant< CNoDestination, PKHash, ScriptHash, WitnessV0ScriptHash, WitnessV0KeyHash, WitnessV1Taproot, WitnessUnknown > CTxDestination
A txout script template with a specific destination.
Definition:
standard.h:157
COutputEntry::vout
int vout
Definition:
receive.h:17
COutputEntry::destination
CTxDestination destination
Definition:
receive.h:15
amount.h
COutputEntry
Definition:
receive.h:13
Generated on Thu Sep 9 2021 12:00:00 for Bitcoin Core by
1.8.14