Opaque data structure for holding a transaction's spent outputs.

Synopsis

Declared in <kernel/bitcoinkernel.h>

typedef btck_TransactionSpentOutputs btck_TransactionSpentOutputs;

Description

Holds the coins consumed by a certain transaction. Retrieved through the btck_BlockSpentOutputs. The coins are in the same order as the transaction's inputs consuming them.

Created with MrDocs