|
Embedded SDK
Embedded SDK
|
Data extracted from a Rename Ledger Account TLV payload. More...
#include <ledger_account.h>

Public Attributes | |
| ledger_account_t | ledger_account |
| New account (account_name = new name) | |
| char | old_account_name [ACCOUNT_NAME_LENGTH] |
| Name being replaced. | |
| uint8_t | address [IDENTIFIER_MAX_LENGTH] |
| uint8_t | address_len |
| Length of address in bytes. | |
Data extracted from a Rename Ledger Account TLV payload.
Definition at line 46 of file ledger_account.h.
| uint8_t edit_ledger_account_t::address[IDENTIFIER_MAX_LENGTH] |
Raw address derived by the coin app in handle_check_edit_ledger_account()
Definition at line 49 of file ledger_account.h.
| uint8_t edit_ledger_account_t::address_len |
Length of address in bytes.
Definition at line 51 of file ledger_account.h.
| ledger_account_t edit_ledger_account_t::ledger_account |
New account (account_name = new name)
Definition at line 47 of file ledger_account.h.
| char edit_ledger_account_t::old_account_name[ACCOUNT_NAME_LENGTH] |
Name being replaced.
Definition at line 48 of file ledger_account.h.