Function libindy_sys::indy_multi_sign_request[][src]

pub unsafe extern "C" fn indy_multi_sign_request(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    submitter_did: *const c_char,
    request_json: *const c_char,
    str: indy_str_cb
) -> indy_error_t

Multi signs request message.

Adds submitter information to passed request json, signs it with submitter sign key (see wallet_sign).

#Params command_handle: command handle to map callback to caller context. wallet_handle: wallet handle (created by open_wallet). submitter_did: Id of Identity stored in secured Wallet. request_json: Request data json. cb: Callback that takes command result as parameter.

#Returns Signed request json.

#Errors Common* Wallet* Ledger* Crypto*