Our Go client to the InterlockLedger node REST API.
This library was developed using Go 1.18 but it should work perfectly on older versions.
To see how to use this libraty, check the code internal/main.go
as it
describes how to instantiate the client and use it to contact the node.
This code was originally genearated using the Swagger Codegen and has been manually patched to reflect the needs of the InterlockLedger API, specially regarding the client certificate authentication.
In order to retain compatibility with future versions of this code, all future releases will be manually updated as the code generator.
This library is released under a BSD-3-Clause License.