Skip to main content

btck_coin_is_coinbase

Function btck_coin_is_coinbase 

Source
pub unsafe extern "C" fn btck_coin_is_coinbase(
    coin: *const btck_Coin,
) -> c_int
Expand 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.