pub unsafe extern "C" fn casper_load_authorization_keys(
    total_keys: *mut usize,
    result_size: *mut usize
) -> i32
Expand description

This function loads a set of authorized keys used to sign this deploy from the host. The data will be available through the host buffer and can be copied to Wasm memory through casper_read_host_buffer.

Arguments

  • total_keys: number of authorization keys used to sign this deploy
  • result_size: size of the data loaded in the host