ForeignCallDefinition = object
Defined in: src/modules/types.ts:354 Definition of a foreign call

Properties

address

address: Address
Defined in: src/modules/types.ts:358 Contract address

encodedIndices

encodedIndices: ForeignCallEncodedIndex[]
Defined in: src/modules/types.ts:366 Indices for encoded parameters

function

function: string
Defined in: src/modules/types.ts:360 Function name

mappedTrackerKeyIndices

mappedTrackerKeyIndices: ForeignCallEncodedIndex[]
Defined in: src/modules/types.ts:368 Indices for mapped tracker keys

name

name: string
Defined in: src/modules/types.ts:356 Name of the foreign call

parameterTypes

parameterTypes: number[]
Defined in: src/modules/types.ts:364 Types of parameters

returnType

returnType: number
Defined in: src/modules/types.ts:362 Return type of the function