![]() |
Bitcoin Core 32.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| Wtxid (const WtxidView &view) | |
Public Member Functions inherited from btck::Handle< btck_Wtxid, btck_wtxid_copy, btck_wtxid_destroy > | |
| Handle (btck_Wtxid *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_Wtxid * | get () |
| const btck_Wtxid * | get () const |
Public Member Functions inherited from btck::WtxidApi< Wtxid > | |
| bool | operator== (const WtxidApi &other) const |
| bool | operator!= (const WtxidApi &other) const |
| std::array< std::byte, 32 > | ToBytes () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_Wtxid, btck_wtxid_copy, btck_wtxid_destroy > | |
| btck_Wtxid * | m_ptr |
Definition at line 567 of file bitcoinkernel_wrapper.h.
|
inline |