indy 0.1.1-91

This is the official SDK for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org). The major artifact of the SDK is a c-callable library.
Documentation
#ifndef __indy__types__included__
#define __indy__types__included__

#include <stdint.h>

typedef int32_t       indy_i32_t;
typedef int32_t       indy_handle_t;
typedef unsigned int  indy_bool_t;

#endif