btck::Coin::Coin

Constructors

Synopses

Declared in <kernel/bitcoinkernel_wrapper.h>

Constructs an owning copy from a view.

Coin(CoinView const& view);
» more...

Takes ownership of an existing C coin.

Coin(btck_Coin* coin);
» more...

Parameters

NameDescription
viewThe view to copy.
coinThe C handle to own.