Substrate.NET.API icon indicating copy to clipboard operation
Substrate.NET.API copied to clipboard

Substrate .NET API Core for substrate-based nodes

Results 11 Substrate.NET.API issues
Sort by recently updated
recently updated
newest added

``` var address = "unixuHLc4UoAjwLpkQHUWy2NpT5LV4tUqJFnFVNyLaeqBfq22"; var publicKey = Utils.GetPublicKeyFrom(address); var value = new U256(); int p = 0; value.Decode(publicKey.Reverse().ToArray(), ref p); Console.WriteLine(value.Value); // -26843990603843339315797176730311565364345939525783601353920003531657203886725 ``` U256 should never be negative.

enhancement