Function indy::api::ledger::indy_build_nym_request [] [src]

#[no_mangle]
pub extern "C" fn indy_build_nym_request(
    command_handle: i32,
    submitter_did: *const c_char,
    target_did: *const c_char,
    verkey: *const c_char,
    alias: *const c_char,
    role: *const c_char,
    cb: Option<extern "C" fn(_: i32, _: ErrorCode, _: *const c_char)>
) -> ErrorCode

Builds a NYM request.

Params

command_handle: command handle to map callback to caller context. submitter_did: Id of Identity stored in secured Wallet. target_did: Id of Identity stored in secured Wallet. verkey: verification key alias role: Role of a user NYM record cb: Callback that takes command result as parameter.

Returns

Request result as json.

Errors

Common*