api/interfaces/icall
Globals / ICall
Interface: ICall<T>
Type parameters
Name | Type | Default |
---|---|---|
T | unknown[] | unknown[] |
Hierarchy
- ICall
Index
Properties
Methods
Properties
i1
• i1: T
Defined in packages/core/lib/main/Instructions.ts:28
tag
• tag: Call
Defined in packages/core/lib/main/Instructions.ts:29
Methods
i0
▸ i0(...t
: T): Instruction
Defined in packages/core/lib/main/Instructions.ts:30
Parameters:
Name | Type |
---|---|
...t | T |
Returns: Instruction