indy_list_pairwise

Function indy_list_pairwise 

Source
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
Expand description

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*