We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
struct
Now to encode a struct type it requires a dict with elements according to its specification. For example the session key struct:
dict
{'grandpa': '0x...', 'babe': '0x...', 'im_online': '0x...', 'authority_discovery': '0x...', 'parachains': '0x...'}
following its definition https://github.com/polkascan/py-scale-codec/blob/v0.10.77/scalecodec/type_registry/default.json#L2340
It should also be possible to allow raw hex-bytes as input, so it would be possible to enter the output of a author_rotateKeys RPC call.
author_rotateKeys
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now to encode a
struct
type it requires adict
with elements according to its specification. For example the session key struct:following its definition https://github.com/polkascan/py-scale-codec/blob/v0.10.77/scalecodec/type_registry/default.json#L2340
It should also be possible to allow raw hex-bytes as input, so it would be possible to enter the output of a
author_rotateKeys
RPC call.The text was updated successfully, but these errors were encountered: