Offline Transaction Signing (OTS) 0.1.0
Loading...
Searching...
No Matches
ots_result_t Struct Reference

Result structure combining handle and error. More...

#include <ots.h>

Collaboration diagram for ots_result_t:

Public Attributes

union { 
 
   ots_handle_t   handle 
 
   void *   ptr 
 
   bool   boolean 
 
   int64_t   number 
 
result 
 
ots_error_t error
 

Detailed Description

Result structure combining handle and error.

Member Data Documentation

◆ boolean

bool ots_result_t::boolean

Boolean result

◆ error

ots_error_t ots_result_t::error

Error information

◆ handle

ots_handle_t ots_result_t::handle

Handle for created objects

◆ number

int64_t ots_result_t::number

Numeric result

◆ ptr

void* ots_result_t::ptr

Pointer for returned data

◆ [union]

union { ... } ots_result_t::result

The documentation for this struct was generated from the following file: