Non‐owning view over a btck_Transaction.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class TransactionView
: public View<btck_Transaction>
, public TransactionApi<TransactionView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding transaction accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the number of inputs. |
|
Returns the number of outputs. |
|
Returns a single input by index. |
|
Returns the transaction locktime. |
|
Returns a single output by index. |
|
Serializes the transaction to its raw bytes. |
|
Returns the transaction id. |
|
Returns the borrowed C handle. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs