[][src]Function indy_sys::ledger::indy_build_get_auth_rule_request

#[no_mangle]
pub unsafe extern "C" fn indy_build_get_auth_rule_request(
    command_handle: CommandHandle,
    submitter_did: CString,
    txn_type: CString,
    action: CString,
    field: CString,
    old_value: CString,
    new_value: CString,
    cb: Option<ResponseStringCB>
) -> Error