sovrin-client 0.1.1-15

Sovrin client with c-callable interface
1
2
3
4
5
6
7
8
9
10
#ifndef __sovrin__types__included__
#define __sovrin__types__included__

#include <stdint.h>

typedef int32_t       sovrin_i32_t;     
typedef int32_t       sovrin_handle_t;
typedef unsigned int  sovrin_bool_t;

#endif