[][src]Function indy_crypto::ffi::cl::issuer::indy_crypto_cl_credential_signature_from_json

#[no_mangle]
pub extern "C" fn indy_crypto_cl_credential_signature_from_json(
    credential_signature_json: *const c_char,
    credential_signature_p: *mut *const c_void
) -> ErrorCode

Creates and returns credential signature from json.

Note: Credential signature instance deallocation must be performed by calling indy_crypto_cl_credential_signature_free

Arguments

  • credential_signature_json - Reference that contains credential signature json.
  • credential_signature_p - Reference that will contain credential signature instance pointer.