![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| Coin (btck_Coin *coin) | |
| Coin (const CoinView &view) | |
Public Member Functions inherited from btck::Handle< btck_Coin, btck_coin_copy, btck_coin_destroy > | |
| Handle (btck_Coin *ptr) | |
| Handle (const Handle &other) | |
| Handle (Handle &&other) noexcept | |
| Handle (const ViewType &view) | |
| Handle & | operator= (const Handle &other) |
| Handle & | operator= (Handle &&other) noexcept |
| ~Handle () | |
| btck_Coin * | get () |
| const btck_Coin * | get () const |
Public Member Functions inherited from btck::CoinApi< Coin > | |
| uint32_t | GetConfirmationHeight () const |
| bool | IsCoinbase () const |
| TransactionOutputView | GetOutput () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_Coin, btck_coin_copy, btck_coin_destroy > | |
| btck_Coin * | m_ptr |
Definition at line 1034 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 1037 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 1039 of file bitcoinkernel_wrapper.h.