Function kernel_transaction_output_copy_script_pubkey

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

@brief Copies the script pubkey of an output in the returned script pubkey opaque object.

@param[in] transaction_output Non-null. @return The data for the output’s script pubkey.