-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Signer interface to support multiple Signers
In addition to the existing secp256k1 local signer, we can allow any provider/api that has signature generation capability to implement the Signer interface and use firefly-signer's transaction signing Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>
- Loading branch information
Vinod Damle
committed
Aug 10, 2022
1 parent
482aadf
commit a2f3444
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters