Skip to content

Commit

Permalink
make signTransaction optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Oct 1, 2024
1 parent 5429380 commit 2676f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/wallet/wallet.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ interface BaseWalletBehaviour {
* Signs one or more NEAR Actions which can be broadcasted to the network.
* The user must be signed in to call this method.
*/
signTransaction(
signTransaction?(
params: SignTransactionParams | SignTransactionActionsParams
): Promise<[Uint8Array, SignedTransaction]>;
}
Expand Down

0 comments on commit 2676f27

Please sign in to comment.