Function libindy_sys::indy_build_get_validator_info_request[][src]

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

Builds a GET_VALIDATOR_INFO request.

#Params command_handle: command handle to map callback to caller context. submitter_did: Id of Identity stored in secured Wallet. cb: Callback that takes command result as parameter.

#Returns Request result as json.

#Errors Common*