pub unsafe extern "C" fn btck_coin_is_coinbase(
coin: *const btck_Coin,
) -> c_intExpand description
@brief Returns whether the containing transaction was a coinbase.
@param[in] coin Non-null. @return 1 if the coin is a coinbase coin, 0 otherwise.