![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| Block (const std::span< const std::byte > raw_block) | |
| Block (btck_Block *block) | |
| size_t | CountTransactions () const |
| TransactionView | GetTransaction (size_t index) const |
| BlockHash | GetHash () const |
| std::vector< std::byte > | ToBytes () const |
Public Member Functions inherited from btck::Handle< btck_Block, btck_block_copy, btck_block_destroy > | |
| Handle (btck_Block *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_Block * | get () |
| const btck_Block * | get () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_Block, btck_block_copy, btck_block_destroy > | |
| btck_Block * | m_ptr |
Definition at line 704 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 707 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 712 of file bitcoinkernel_wrapper.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 731 of file bitcoinkernel_wrapper.h.