Function casper_contract::ext_ffi::casper_new_dictionary[][src]

pub unsafe extern "C" fn casper_new_dictionary(
    output_size_ptr: *mut usize
) -> i32
Expand description

Creates new URef that points to a dictionary partition of global state.

Arguments

  • output_size - pointer to a value where host will write size of bytes of created URef.