Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
utils
agent
QueryRequest
Interface QueryRequest
interface
QueryRequest
{
request_type
:
Query
;
canister_id
:
types
.
Principal
;
method_name
:
string
;
arg
:
ArrayBuffer
;
sender
:
types
.
Principal
|
Uint8Array
;
ingress_expiry
:
utils
.
agent
.
Expiry
;
nonce
?:
utils
.
agent
.
Nonce
;
}
Hierarchy
Record
<
string
,
any
>
QueryRequest
Index
Properties
request_
type
canister_
id
method_
name
arg
sender
ingress_
expiry
nonce?
Properties
request_
type
request_
type
:
Query
canister_
id
canister_
id
:
types
.
Principal
method_
name
method_
name
:
string
arg
arg
:
ArrayBuffer
sender
sender
:
types
.
Principal
|
Uint8Array
ingress_
expiry
ingress_
expiry
:
utils
.
agent
.
Expiry
Optional
nonce
nonce
?:
utils
.
agent
.
Nonce
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
request_
type
canister_
id
method_
name
arg
sender
ingress_
expiry
nonce
ic-reactor
Loading...