interface ExecuteJsAdvancedOptions {
    ipfsOptions?: IpfsOptions;
    responseStrategy?: LitActionResponseStrategy;
    useSingleNode?: boolean;
}

Hierarchy (view full)

Properties

ipfsOptions?: IpfsOptions

Allow overriding the default code property in the JsonExecutionSdkParams

responseStrategy?: LitActionResponseStrategy

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

useSingleNode?: boolean

Only run the action on a single node; this will only work if all code in your action is non-interactive