Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
FunctionExtractedData
Type alias FunctionExtractedData<T>
Function
Extracted
Data
<
T
>
:
{
canisterId
:
types
.
Principal
;
functionName
:
string
;
idlFactory
:
types
.
IDL
.
InterfaceFactory
;
args
:
[
Record
<
string
,
ArgTypeFromIDLType
<
T
>
>
]
;
}
Type Parameters
T
extends
types
.
IDL
.
Type
=
types
.
IDL
.
Type
Type declaration
canister
Id
:
types
.
Principal
function
Name
:
string
idl
Factory
:
types
.
IDL
.
InterfaceFactory
args
:
[
Record
<
string
,
ArgTypeFromIDLType
<
T
>
>
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...