Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Nicola Debiasi <[email protected]>
  • Loading branch information
lucanicoladebiasi authored Feb 13, 2025
1 parent 68dc209 commit 35e3abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-kms-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import {
You can also use delegation to sign your transactions. In this example the source of the delegation is a gasPayer which key is in KMS so requires a `KMSVeChainProvider`.

```ts
import {type KMSClientParameters, KMSVeChainProvider, KMSVeChainSigner} from '@vechain/sdk-aws-kms-adapter';
import { type KMSClientParameters, KMSVeChainProvider, KMSVeChainSigner } from '@vechain/sdk-aws-kms-adapter';
import {
THOR_SOLO_URL,
ThorClient
Expand Down

0 comments on commit 35e3abd

Please sign in to comment.