@affinidi-tdk/iota-client
Version:
Affinidi TDK typescript client for Affinidi IOTA
21 lines (18 loc) • 600 B
text/typescript
/* tslint:disable */
/* eslint-disable */
/**
* IotaService
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0
* Contact: info@affinidi.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from './api'
export { BASE_PATH } from './base'
export * from './configuration'
// @ts-ignore
if (typeof Buffer === 'undefined') global.Buffer = require('buffer').Buffer