Options required for an Wrapper invocation.

Hierarchy

Properties

args?: Uint8Array | Record<string, unknown>

Arguments for the method, structured as a map, removing the chance of incorrectly ordered arguments.

env?: Record<string, unknown>

Env variables for the wrapper invocation.

method: string

Method to be executed.

resolutionContext?: IUriResolutionContext

A Uri resolution context

uri: Uri

The Wrapper's URI

Generated using TypeDoc