Function libindy_sys::indy_is_pairwise_exists[][src]

pub unsafe extern "C" fn indy_is_pairwise_exists(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    their_did: *const c_char,
    cb: indy_bool_cb
) -> indy_error_t

Check if pairwise is exists.

#Params wallet_handle: wallet handler (created by open_wallet). command_handle: command handle to map callback to user context. their_did: encrypted DID cb: Callback that takes command result as parameter.

#Returns exists: true - if pairwise is exists, false - otherwise

#Errors Common* Wallet*