Function libindy_sys::indy_list_payment_addresses[][src]

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

Lists all payment addresses that are stored in the wallet

#Params command_handle: command handle to map callback to context wallet_handle: wallet to search for payment_addresses in

#Returns payment_addresses_json - json array of string with json addresses