polkascan / py-substrate-interface

Python Substrate Interface
https://polkascan.github.io/py-substrate-interface/
Apache License 2.0
240 stars 116 forks source link

use_remote_preset type #73

Closed vnavascues closed 3 years ago

vnavascues commented 3 years ago

Hi arjan!

The new SubstrateInterface argument use_remote_preset accepts any truthy/falsy value. I'm not sure if you want to control that.

Thanks

arjanz commented 3 years ago

Yes you are right.. In fact I have some overall technical debt regarding type hinting as well, I will make this check more explicit, thanks for the feedback!