ic-reactor
Example
GitHub
Preparing search index...
visitor
types
FunctionExtractedData
Type Alias FunctionExtractedData<T>
type
FunctionExtractedData
<
T
extends
types
.
IDL
.
Type
=
types
.
IDL
.
Type
>
=
{
canisterId
:
types
.
Principal
;
functionName
:
string
;
idlFactory
:
types
.
IDL
.
InterfaceFactory
;
args
:
[
Record
<
string
,
ArgTypeFromIDLType
<
T
>
>
]
;
}
Type Parameters
T
extends
types
.
IDL
.
Type
=
types
.
IDL
.
Type
Index
Properties
canister
Id
function
Name
idl
Factory
args
Properties
canister
Id
canisterId
:
types
.
Principal
function
Name
functionName
:
string
idl
Factory
idlFactory
:
types
.
IDL
.
InterfaceFactory
args
args
:
[
Record
<
string
,
ArgTypeFromIDLType
<
T
>
>
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
canister
Id
function
Name
idl
Factory
args
Example
GitHub
ic-reactor
Loading...