Function tari_wallet_ffi::private_key_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn private_key_destroy(pk: *mut TariPrivateKey)

Frees memory for a TariPrivateKey

Arguments

pk - The pointer to a TariPrivateKey

Returns

() - Does not return a value, equivalent to void in C

Safety

None