Owning wrapper over a btck_TransactionOutPoint.

Synopsis

Base Classes

Name

Description

Handle<btck_TransactionOutPoint, btck_transaction_out_point_copy, btck_transaction_out_point_destroy>

Owning RAII handle for a copyable C object of type CType.

OutPointApi<OutPoint>

CRTP mixin adding out‐point accessors shared by the view and owning types.

Member Functions

Name

Description

OutPoint [constructor]

Constructs an owning copy from a view.

operator=

Assignment operators

Txid

Returns the referenced transaction id.

get

Returns the owned C handle.

index

Returns the referenced output index within its transaction.

Protected Data Members

Name

Description

m_ptr

The owned C handle.

Created with MrDocs