Constructors

Synopses

Declared in <kernel/bitcoinkernel_wrapper.h>

Constructs an owning copy from a view.

Coin(CoinView const& view);

Takes ownership of an existing C coin.

Coin(btck_Coin* coin);

Parameters

Name

Description

view

The view to copy.

coin

The C handle to own.

Created with MrDocs