|
Embedded SDK
Embedded SDK
|
Edit Contact Name flow (P1=0x02, struct type 0x2e) More...
#include <string.h>#include "os_utils.h"#include "os_apdu.h"#include "status_words.h"#include "tlv_library.h"#include "buffer.h"#include "bip32.h"#include "address_book.h"#include "address_book_entrypoints.h"#include "address_book_crypto.h"#include "address_book_common.h"#include "identity.h"#include "io.h"#include "nbgl_use_case.h"
Go to the source code of this file.
Edit Contact Name flow (P1=0x02, struct type 0x2e)
Allows changing the CONTACT_NAME of an existing Identity contact. Because HMAC_PROOF covers only (gid, name), the wallet does not need to transmit the identifier, scope, or network fields.
Flow:
Active under HAVE_ADDRESS_BOOK.
Definition in file identity_edit_contact_name.c.