paritytech / capi

[WIP] A framework for crafting interactions with Substrate chains
https://docs.capi.dev
Apache License 2.0
104 stars 9 forks source link

multisig serialize+hydrate example #1125

Closed harrysolovay closed 1 year ago

harrysolovay commented 1 year ago

An example in which the multisig state is serialized and then hydrated (used to create a new multisig rune)

Can be commented like the offline signing example.

ryanleecode commented 1 year ago

this should be blocked by https://github.com/paritytech/capi/issues/976

Actually if its just serializing and hydrating on the subsequent line then it should be fine.