forc-client should support alternative signers #6559
Labels
code quality
enhancement
New feature or request
forc-client
Everything related to the `forc-client` crate.
P: critical
Should be looked at before anything else
Currently the only signer type that forc-client supports is local signing keys. This can be provided in different forms:
That was fine until now but to support more complicated signers, we should be generic over the signer type. Luckily the sdk design is nice in the sense that they have a generic
Signer
trait that we can use instead of completeWalletUnlocked
instances.The text was updated successfully, but these errors were encountered: