pub unsafe extern "C" fn kernel_get_transaction_output_amount(
transaction_output: *mut kernel_TransactionOutput,
) -> i64Expand description
@brief Gets the amount associated with this transaction output
@param[in] transaction_output Non-null. @return The amount.