Function libindy_sys::indy_build_get_ddo_request[][src]

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

Builds a request to get a DDO.

#Params command_handle: command handle to map callback to caller context. submitter_did: (Optional) DID of the read request sender (if not provided then default Libindy DID will be used). target_did: Id of Identity stored in secured Wallet. cb: Callback that takes command result as parameter.

#Returns Request result as json.

#Errors Common*