|
Embedded SDK
Embedded SDK
|
#include "stdbool.h"#include "stdint.h"

Go to the source code of this file.
Classes | |
| struct | check_address_parameters_s |
| struct | get_printable_amount_parameters_s |
| struct | create_transaction_parameters_s |
| struct | libargs_s |
Macros | |
| #define | RUN_APPLICATION 1 |
| #define | SIGN_TRANSACTION 2 |
| #define | CHECK_ADDRESS 3 |
| #define | GET_PRINTABLE_AMOUNT 4 |
| #define | MAX_PRINTABLE_AMOUNT_SIZE 50 |
Typedefs | |
| typedef struct check_address_parameters_s | check_address_parameters_t |
| typedef struct get_printable_amount_parameters_s | get_printable_amount_parameters_t |
| typedef struct create_transaction_parameters_s | create_transaction_parameters_t |
| typedef struct libargs_s | libargs_t |
| #define CHECK_ADDRESS 3 |
Definition at line 21 of file swap_lib_calls.h.
| #define GET_PRINTABLE_AMOUNT 4 |
Definition at line 22 of file swap_lib_calls.h.
| #define MAX_PRINTABLE_AMOUNT_SIZE 50 |
Definition at line 32 of file swap_lib_calls.h.
| #define RUN_APPLICATION 1 |
Definition at line 19 of file swap_lib_calls.h.
| #define SIGN_TRANSACTION 2 |
Definition at line 20 of file swap_lib_calls.h.
| typedef struct check_address_parameters_s check_address_parameters_t |
| typedef struct create_transaction_parameters_s create_transaction_parameters_t |