Function libindy_sys::indy_build_pool_restart_request[][src]

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

Builds a POOL_RESTART request.

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

#Returns Request result as json.

#Errors Common*