pub unsafe extern "C" fn btck_transaction_output_get_amount(
transaction_output: *const btck_TransactionOutput,
) -> i64Expand description
@brief Get the amount in the output.
@param[in] transaction_output Non-null. @return The amount.
pub unsafe extern "C" fn btck_transaction_output_get_amount(
transaction_output: *const btck_TransactionOutput,
) -> i64@brief Get the amount in the output.
@param[in] transaction_output Non-null. @return The amount.