Interface JsonExecutionSdkParams

Hierarchy

Properties

authMethods?: AuthMethod[]

auth methods to resolve

code?: string

JS code to run on the nodes

ipfsId?: string

The IPFS ID of some JS code to run on the nodes

jsParams?: any

An object that contains params to expose to the Lit Action. These will be injected to the JS runtime before your code runs, so you can use any of these as normal variables in your Lit Action.

responseStrategy?: LitActionResponseStrategy

a strategy for proccessing reponse objects returned from the Lit Action execution context

sessionSigs: any

the session signatures to use to authorize the user with the nodes

Generated using TypeDoc