ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
QueryRequest
Interface QueryRequest
interface
QueryRequest
{
request_type
:
Query
;
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
>
QueryRequest
Indexable
[
key
:
string
]:
any
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
:
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...