Files
app-ethereum/src_features/getPublicKey/feature_getPublicKey.h

9 lines
147 B
C
Raw Permalink Normal View History

#ifndef _GET_PUB_KEY_H_
#define _GET_PUB_KEY_H_
2020-06-27 13:24:04 +02:00
#include "shared_context.h"
uint32_t set_result_get_publicKey(void);
#endif // _GET_PUB_KEY_H_