Function kernel_script_pubkey_create

Source
pub unsafe extern "C" fn kernel_script_pubkey_create(
    script_pubkey: *const c_uchar,
    script_pubkey_len: usize,
) -> *mut kernel_ScriptPubkey
Expand description

@brief Create a script pubkey from serialized data. @param[in] script_pubkey Non-null. @param[in] script_pubkey_len Length of the script pubkey data. @return The script pubkey.