Skip to content

Commit

Permalink
feat: add signTransaction to FuelConnectorMethods enum (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf authored Sep 8, 2024
1 parent b063c6c commit fb4815e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-ravens-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": patch
---

feat: add `signTransaction` to `FuelConnectorMethods` enum
1 change: 1 addition & 0 deletions packages/account/src/connectors/types/connector-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export enum FuelConnectorMethods {
currentAccount = 'currentAccount',
// Signature methods
signMessage = 'signMessage',
signTransaction = 'signTransaction',
sendTransaction = 'sendTransaction',
// Assets metadata methods
assets = 'assets',
Expand Down

0 comments on commit fb4815e

Please sign in to comment.