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

It would be good to show the Method contents so that the users can be sure what he is signing. It would be able to Decode the `pallet name`, `call...

enhancement

``` Newtonsoft.Json.JsonSerializationException: Deserializing JSON-RPC result to type Properties failed with JsonReaderException: Error reading integer. Unexpected token: StartArray. Path 'result.tokenDecimals'. ---> Newtonsoft.Json.JsonReaderException: Error reading integer. Unexpected token: StartArray. Path 'result.tokenDecimals'. at...

bug

We should consider adding interface abstraction to BaseType. This would apply to classes like BaseTuple, BaseVec, and BaseEnumExt etc., which handle values with genericity. Genericity force on manipulate concrete type,...

### Description Since signed extras is handled inside the NET API, and it's static, we can't use different signed extras in the SDK for different nodes, this is causing currently...

enhancement

Problem: I am currently unable to inform users in my application about the connection status of the SubstrateClient. Solution: Introduce `EventHandler`s that are fired whenever client connects, disconnects, or is...

enhancement

implemetation -> implementation

When creating a U128 or U256 number with BigInteger, the additional sign byte causes an error when the full byte array is used for data processing.