#include "os_types.h"
#include "address_book.h"
#include "bip32.h"
#include "identity.h"
Go to the source code of this file.
◆ ACCOUNT_NAME_LENGTH
| #define ACCOUNT_NAME_LENGTH 33 |
◆ TYPE_EDIT_LEDGER_ACCOUNT
| #define TYPE_EDIT_LEDGER_ACCOUNT 0x30 |
◆ TYPE_PROVIDE_LEDGER_ACCOUNT_CONTACT
| #define TYPE_PROVIDE_LEDGER_ACCOUNT_CONTACT 0x34 |
◆ TYPE_REGISTER_LEDGER_ACCOUNT
| #define TYPE_REGISTER_LEDGER_ACCOUNT 0x2f |
◆ edit_ledger_account()
| bolos_err_t edit_ledger_account |
( |
uint8_t * |
buffer_in, |
|
|
size_t |
buffer_in_length |
|
) |
| |
◆ provide_ledger_account_contact()
| bolos_err_t provide_ledger_account_contact |
( |
uint8_t * |
buffer_in, |
|
|
size_t |
buffer_in_length |
|
) |
| |
◆ register_ledger_account()
| bolos_err_t register_ledger_account |
( |
uint8_t * |
buffer_in, |
|
|
size_t |
buffer_in_length |
|
) |
| |