Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
edit_ledger_account_t Struct Reference

Data extracted from a Rename Ledger Account TLV payload. More...

#include <ledger_account.h>

Collaboration diagram for edit_ledger_account_t:
Collaboration graph
[legend]

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.
 

Detailed Description

Data extracted from a Rename Ledger Account TLV payload.

Definition at line 46 of file ledger_account.h.

Member Data Documentation

◆ address

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.

◆ address_len

uint8_t edit_ledger_account_t::address_len

Length of address in bytes.

Definition at line 51 of file ledger_account.h.

◆ ledger_account

ledger_account_t edit_ledger_account_t::ledger_account

New account (account_name = new name)

Definition at line 47 of file ledger_account.h.

◆ old_account_name

char edit_ledger_account_t::old_account_name[ACCOUNT_NAME_LENGTH]

Name being replaced.

Definition at line 48 of file ledger_account.h.


The documentation for this struct was generated from the following file: