update README links (#754)
This commit is contained in:
parent
2611b61153
commit
a99949ccc2
|
@ -7,10 +7,11 @@ signing middleware.
|
||||||
|
|
||||||
Supported signers:
|
Supported signers:
|
||||||
|
|
||||||
- [Private key](./type.LocalWallet.html)
|
- [Private key](./src/wallet)
|
||||||
- [Ledger](./struct.Ledger.html)
|
- [Ledger](./src/ledger)
|
||||||
- [YubiHSM2](./struct.Yubi.html)
|
- [Trezor](./src/trezor)
|
||||||
- [AWS KMS](./struct.AwsSigner.html)
|
- [YubiHSM2](./src/wallet/yubi.rs)
|
||||||
|
- [AWS KMS](./src/aws)
|
||||||
|
|
||||||
```no_run
|
```no_run
|
||||||
# use ethers_signers::{LocalWallet, Signer};
|
# use ethers_signers::{LocalWallet, Signer};
|
||||||
|
|
Loading…
Reference in New Issue