Substrate.NET.API
Substrate.NET.API copied to clipboard
Substrate .NET API Core for substrate-based nodes
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...
``` 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...
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...
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...
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.