Function kernel_transaction_output_get_amount

Source
pub unsafe extern "C" fn kernel_transaction_output_get_amount(
    transaction_output: *mut kernel_TransactionOutput,
) -> i64
Expand description

@brief Gets the amount associated with this transaction output

@param[in] transaction_output Non-null. @return The amount.