🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
CallRequest
Interface CallRequest
interface
CallRequest
{
   Â
request_type
:
Call
;
   Â
canister_id
:
types
.
Principal
;
   Â
method_name
:
string
;
   Â
arg
:
Uint8Array
;
   Â
sender
:
Uint8Array
<
ArrayBufferLike
>
|
types
.
Principal
;
   Â
ingress_expiry
:
utils
.
agent
.
Expiry
;
   Â
nonce
?:
utils
.
agent
.
Nonce
;
   Â
[
key
:
string
]:
any
;
}
Hierarchy
Record
<
string
,
any
>
CallRequest
Indexable
[
key
:
string
]:
any
Index
Properties
request_
type
canister_
id
method_
name
arg
sender
ingress_
expiry
nonce?
Properties
request_
type
request_type
:
Call
canister_
id
canister_id
:
types
.
Principal
method_
name
method_name
:
string
arg
arg
:
Uint8Array
sender
sender
:
Uint8Array
<
ArrayBufferLike
>
|
types
.
Principal
ingress_
expiry
ingress_expiry
:
utils
.
agent
.
Expiry
Optional
nonce
nonce
?:
utils
.
agent
.
Nonce
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request_
type
canister_
id
method_
name
arg
sender
ingress_
expiry
nonce
Example
GitHub
ic-reactor
Loading...