#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
|
bool | swap_str_to_u64 (const uint8_t *src, size_t length, uint64_t *result) |
|
bool | swap_parse_config (const uint8_t *config, uint8_t config_len, char *ticker, uint8_t ticker_buf_len, uint8_t *decimals) |
|
◆ swap_parse_config()
bool swap_parse_config |
( |
const uint8_t * |
config, |
|
|
uint8_t |
config_len, |
|
|
char * |
ticker, |
|
|
uint8_t |
ticker_buf_len, |
|
|
uint8_t * |
decimals |
|
) |
| |
◆ swap_str_to_u64()
bool swap_str_to_u64 |
( |
const uint8_t * |
src, |
|
|
size_t |
length, |
|
|
uint64_t * |
result |
|
) |
| |
◆ G_called_from_swap
volatile bool G_called_from_swap |
|
extern |
◆ G_swap_response_ready
volatile bool G_swap_response_ready |
|
extern |
◆ G_swap_signing_return_value_address
volatile uint8_t* G_swap_signing_return_value_address |
|
extern |