Skip to main content

btck_coin_get_output

Function btck_coin_get_output 

Source
pub unsafe extern "C" fn btck_coin_get_output(
    coin: *const btck_Coin,
) -> *const btck_TransactionOutput
Expand description

@brief Return the transaction output of a coin. The returned pointer is unowned and only valid for the lifetime of the coin.

@param[in] coin Non-null. @return A transaction output pointer.