pub unsafe extern "C" fn btck_transaction_count_inputs(
transaction: *const btck_Transaction,
) -> usizeExpand description
@brief Get the number of inputs of a transaction.
@param[in] transaction Non-null. @return The number of inputs.
pub unsafe extern "C" fn btck_transaction_count_inputs(
transaction: *const btck_Transaction,
) -> usize@brief Get the number of inputs of a transaction.
@param[in] transaction Non-null. @return The number of inputs.