Skip to content

Commit

Permalink
Update processing-validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ttech authored Jan 2, 2025
1 parent b972755 commit 2f2966b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/serverless-signing/processing-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ You can call Lit Actions from inside Lit Actions and any signatures or decryptio
You do this by passing an IPFS ID to the Lit.Actions.call() function like so: 

```jsx
Lit.Actions.call({ ipfsId: "Qmb2sJtVLXiNNXnerWB7zjSpAhoM8AxJF2uZsU2iednTtT", params: {}) 
Lit.Actions.call({ ipfsId: "QmRwN9GKHvCn4Vk7biqtr6adjXMs7PzzYPCzNCRjPFiDjm", params: {}) 
```
which would call the Lit Action at the given IPFS ID with the params you pass in to the `params` key.
Check out that action code here to see how it works: https://ipfs.io/ipfs/Qmb2sJtVLXiNNXnerWB7zjSpAhoM8AxJF2uZsU2iednTtT
Check out that action code here to see how it works: https://ipfs.io/ipfs/QmRwN9GKHvCn4Vk7biqtr6adjXMs7PzzYPCzNCRjPFiDjm
Below is an action that takes a function name to run, and runs a "child" Lit Action accordingly. This example only has 1 function ("signEcdsa") but it could have many.
Expand Down

0 comments on commit 2f2966b

Please sign in to comment.