iota.lib.csharp icon indicating copy to clipboard operation
iota.lib.csharp copied to clipboard

Iota.Lib.Csharp

Results 14 iota.lib.csharp issues
Sort by recently updated
recently updated
newest added
trafficstars

In JsonWebClient the using for requestStream was missing. This could lead to the error "You must write ContentLength bytes to the request stream before calling [Begin]GetResponse."

So here's what I'm doing: var iotaClient = new IotaApi("node.iotawallet.info", 14265); var seed = "..."; var a = iotaClient.GetNewAddress(seed, 0,false,1); And it generates 1 new address. However, when I login...

In the javascript library, there is a field called "Security level" which is used to tell how much effort to put into generating addresses. I couldn't find it in the...

This change set has the following: Fixed some files that did not have Windows line terminations (consistently). Minor formatting changes: added or removed lines to make the code readability consistent....