Constructs an output from a script pubkey and amount.
Declared in <kernel/bitcoinkernel_wrapper.h>
explicit
TransactionOutput(
ScriptPubkey const& script_pubkey,
int64_t amount);
| Name | Description |
|---|---|
| script_pubkey | The output's locking script. |
| amount | The output value in satoshis. |