Owning wrapper over a btck_Block, a full block with its transactions.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Base Classes
Name |
Description |
|
Owning RAII handle for a copyable C object of type |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Runs the requested consensus checks on the block. |
|
Returns the number of transactions in the block. |
|
Returns the block hash. |
|
Returns the block header. |
|
Returns a single transaction by index. |
|
Serializes the block to its raw bytes. |
|
Returns a range over all transactions in the block. |
|
Returns the owned C handle. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs