paritytech / capi

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

test usage of non-sr25519 signature kinds #106

Closed harrysolovay closed 1 year ago

harrysolovay commented 2 years ago

More here.

tjjfvi commented 1 year ago

This is already supported as signers simply return a MultiSignature; other signatures are just a matter of swapping out the logic.