scs / substrate-api-client

Library for connecting to substrate API over WebSockets
Apache License 2.0
261 stars 124 forks source link

Extrinsic: change metadata check to actual value #806

Open haerdib opened 1 month ago

haerdib commented 1 month ago

FIXME: Parity uses Mode, but this is only available in frame (no no-std compatible as far as I remember). Question to be answered: Use bool or use self defined Mode?