Embedded SDK
Embedded SDK
Functions
swap_entrypoints.h File Reference
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include "swap_lib_calls.h"
Include dependency graph for swap_entrypoints.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void swap_handle_check_address (check_address_parameters_t *params)
 
void swap_handle_get_printable_amount (get_printable_amount_parameters_t *params)
 
bool swap_copy_transaction_parameters (create_transaction_parameters_t *sign_transaction_params)
 
void __attribute__ ((noreturn)) swap_finalize_exchange_sign_transaction(bool is_success)
 

Function Documentation

◆ __attribute__()

void __attribute__ ( (noreturn)  )

Exit the application and go back to the dashboard.

Definition at line 38 of file main.c.

◆ swap_copy_transaction_parameters()

bool swap_copy_transaction_parameters ( create_transaction_parameters_t sign_transaction_params)

◆ swap_handle_check_address()

void swap_handle_check_address ( check_address_parameters_t params)

◆ swap_handle_get_printable_amount()

void swap_handle_get_printable_amount ( get_printable_amount_parameters_t params)