Function darkfi_sdk::wasm::entrypoint::deserialize

source ·
pub unsafe fn deserialize<'a>(input: *mut u8) -> (ContractId, &'a [u8])
Expand description

Deserialize a given payload in entrypoint The return values from this are the input values for the above defined functions.

§Safety