[][src]Function indy_crypto::ffi::cl::indy_crypto_cl_nonce_to_json

#[no_mangle]
pub extern "C" fn indy_crypto_cl_nonce_to_json(
    nonce: *const c_void,
    nonce_json_p: *mut *const c_char
) -> ErrorCode

Returns json representation of nonce.

Arguments

  • nonce - Reference that contains nonce instance pointer.
  • nonce_json_p - Reference that will contain nonce json.