Embedded SDK
Embedded SDK
Classes | Macros | Typedefs
swap_lib_calls.h File Reference
#include "stdbool.h"
#include "stdint.h"
Include dependency graph for swap_lib_calls.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ CHECK_ADDRESS

#define CHECK_ADDRESS   3

Definition at line 16 of file swap_lib_calls.h.

◆ GET_PRINTABLE_AMOUNT

#define GET_PRINTABLE_AMOUNT   4

Definition at line 18 of file swap_lib_calls.h.

◆ MAX_PRINTABLE_AMOUNT_SIZE

#define MAX_PRINTABLE_AMOUNT_SIZE   50

Definition at line 28 of file swap_lib_calls.h.

◆ RUN_APPLICATION

#define RUN_APPLICATION   1

Definition at line 12 of file swap_lib_calls.h.

◆ SIGN_TRANSACTION

#define SIGN_TRANSACTION   2

Definition at line 14 of file swap_lib_calls.h.

Typedef Documentation

◆ check_address_parameters_t

◆ create_transaction_parameters_t

◆ get_printable_amount_parameters_t

◆ libargs_t

typedef struct libargs_s libargs_t