Function libindy_sys::indy_get_pairwise[][src]

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

Gets pairwise information for specific their_did.

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

#Returns pairwise_info_json: did info associated with their did

#Errors Common* Wallet*