Function libindy_sys::indy_list_pairwise[][src]

pub unsafe extern "C" fn indy_list_pairwise(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    cb: indy_str_cb
) -> indy_error_t

Get list of saved pairwise.

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

#Returns list_pairwise: list of saved pairwise

#Errors Common* Wallet*