|
Offline Transaction Signing (OTS) 0.1.0
|
Result structure combining handle and error. More...
#include <ots.h>

Public Attributes | ||
| union { | ||
| ots_handle_t handle | ||
| void * ptr | ||
| bool boolean | ||
| int64_t number | ||
| } | result | |
| ots_error_t | error | |
Result structure combining handle and error.
| bool ots_result_t::boolean |
Boolean result
| ots_error_t ots_result_t::error |
Error information
| ots_handle_t ots_result_t::handle |
Handle for created objects
| int64_t ots_result_t::number |
Numeric result
| void* ots_result_t::ptr |
Pointer for returned data
| union { ... } ots_result_t::result |