Skip to content

TariMethodDefinition

Defined in: ootle/src/builder.ts:48

A method that can be called on a component.

optional args?: NamedArg[]

Defined in: ootle/src/builder.ts:50


optional componentAddress?: string

Defined in: ootle/src/builder.ts:52

Call by component address. Mutually exclusive with fromWorkspace.


optional fromWorkspace?: string

Defined in: ootle/src/builder.ts:54

Call the component stored under this workspace key. Mutually exclusive with componentAddress.


methodName: string

Defined in: ootle/src/builder.ts:49