File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/snaps-sdk/src/types/handlers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ export type Transaction = EIP1559Transaction | LegacyTransaction;
9191 * @param args.chainId - The CAIP-2 {@link CaipChainId} of the network the
9292 * transaction is being submitted to.
9393 * @param args.transactionOrigin - The origin of the transaction. This is the
94- * URL of the website that submitted the transaction. This is only available if
95- * the Snap has enabled the `allowTransactionOrigin` option in the
96- * `endowment:transaction-insight` permission.
94+ * URL of the website that submitted the transaction or 'metamask'.
95+ * This is only available if the Snap has enabled the `allowTransactionOrigin`
96+ * option in the `endowment:transaction-insight` permission.
9797 * @returns An object containing insights about the transaction. See
9898 * {@link OnTransactionResponse}. Can also return `null` if no insights are
9999 * available.
You can’t perform that action at this time.
0 commit comments