Embedded SDK
Embedded SDK
|
#include <swap_lib_calls.h>
Public Attributes | |
unsigned int | id |
unsigned int | command |
unsigned int | unused |
union { | |
check_address_parameters_t * check_address | |
create_transaction_parameters_t * create_transaction | |
get_printable_amount_parameters_t * get_printable_amount | |
}; | |
Definition at line 71 of file swap_lib_calls.h.
union { ... } |
check_address_parameters_t* libargs_s::check_address |
Definition at line 76 of file swap_lib_calls.h.
unsigned int libargs_s::command |
Definition at line 73 of file swap_lib_calls.h.
create_transaction_parameters_t* libargs_s::create_transaction |
Definition at line 77 of file swap_lib_calls.h.
get_printable_amount_parameters_t* libargs_s::get_printable_amount |
Definition at line 78 of file swap_lib_calls.h.
unsigned int libargs_s::id |
Definition at line 72 of file swap_lib_calls.h.
unsigned int libargs_s::unused |
Definition at line 74 of file swap_lib_calls.h.