leonardocustodio / polkadart

Polkadart provides developers the ability to query a node and interact with the Polkadot or Substrate chains using Dart.
Apache License 2.0
25 stars 14 forks source link

Can the automatically generated type in polkadart_cli add a fromJson method? #364

Open BurnWW opened 10 months ago

leonardocustodio commented 10 months ago

Not a priority atm but we can definitely add to our roadmap

clangenb commented 10 months ago

I would love to see it because return values from custom RPC's are actually a serialized json, not a scale encoded value.