Users who do not want to expose a SURI can now pass in a remote signer function to the api. Every time the api needs to sign, it will invoke this function giving the user full control on how to sign and where to store the private keys.
This will also facilitate third party wallet integration with the api.
This is a breaking change release
Introduces a
remote signer
capability to the api.Users who do not want to expose a SURI can now pass in a remote signer function to the api. Every time the api needs to sign, it will invoke this function giving the user full control on how to sign and where to store the private keys. This will also facilitate third party wallet integration with the api.