Returns whether the containing transaction was a coinbase.
Declared in <kernel/bitcoinkernel.h>
<kernel/bitcoinkernel.h>
[[__nonnull__]] int btck_coin_is_coinbase(btck_Coin const* coin);
1 if the coin is a coinbase coin, 0 otherwise.