CRTP mixin adding transaction accessors shared by the view and owning types.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class TransactionApi;
Member Functions
Name |
Description |
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. |
|
Returns a range over all inputs. |
|
Returns a range over all outputs. |
|
Serializes the transaction to its raw bytes. |
|
Returns the transaction id. |
Derived Classes
Name |
Description |
Owning wrapper over a |
|
Non‐owning view over a |
Created with MrDocs