#[no_mangle]
pub unsafe extern "C" fn ergo_lib_verify_signature(
    address_ptr: ConstAddressPtr,
    message_ptr: *const u8,
    message_length: usize,
    signed_message_ptr: ConstSignedMessagePtr
) -> ReturnBool
Expand description

Verify that the signature is presented to satisfy SigmaProp conditions.