An output of a transaction. It contains the public key that the next input must be able to sign with to claim it.
Synopsis
Declared in <primitives/transaction.h>
class CTxOut;
Member Functions
Data Members
Name |
Description |
Amount of value carried by this output, in satoshis. |
|
Script defining the conditions required to spend this output. |
Friends
Name |
Description |
Compares two outputs for equality. |
Non-Member Functions
Name |
Description |
Compute the minimum output value below which an output is considered dust. |
|
Test whether an output is dust at the given relay fee rate. |
|
Get the marginal bytes if spending the specified output from this transaction. Use CoinControl to determine whether to expect signature grinding when calculating the size of the input spend. |
|
Get the marginal bytes if spending the specified output, using an explicit signing provider. |
|
Find non‐change parent output. |
Created with MrDocs