leonardocustodio / polkadart

Polkadart provides developers the ability to query a node and interact with the Polkadot based chains using Dart.
https://polkadart.dev
Apache License 2.0
39 stars 16 forks source link

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

Open BurnWW opened 1 year ago

leonardocustodio commented 1 year ago

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

clangenb commented 1 year ago

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