🚀
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
ReadStateRequest
Interface ReadStateRequest
interface
ReadStateRequest
{
   Â
request_type
:
ReadState
;
   Â
paths
:
Uint8Array
<
ArrayBufferLike
>
[]
[]
;
   Â
ingress_expiry
:
utils
.
agent
.
Expiry
;
   Â
sender
:
Uint8Array
<
ArrayBufferLike
>
|
types
.
Principal
;
   Â
[
key
:
string
]:
any
;
}
Hierarchy
Record
<
string
,
any
>
ReadStateRequest
Indexable
[
key
:
string
]:
any
Index
Properties
request_
type
paths
ingress_
expiry
sender
Properties
request_
type
request_type
:
ReadState
paths
paths
:
Uint8Array
<
ArrayBufferLike
>
[]
[]
ingress_
expiry
ingress_expiry
:
utils
.
agent
.
Expiry
sender
sender
:
Uint8Array
<
ArrayBufferLike
>
|
types
.
Principal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request_
type
paths
ingress_
expiry
sender
Example
GitHub
ic-reactor
Loading...