ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
CanisterStatus
CanisterStatusOptions
Type Alias CanisterStatusOptions
type
CanisterStatusOptions
=
{
canisterId
:
types
.
Principal
;
agent
:
types
.
HttpAgent
;
paths
?:
|
utils
.
agent
.
CanisterStatus
.
Path
[]
|
Set
<
utils
.
agent
.
CanisterStatus
.
Path
>
;
blsVerify
?:
utils
.
agent
.
CreateCertificateOptions
[
"blsVerify"
]
;
}
Index
Properties
canister
Id
agent
paths?
bls
Verify?
Properties
canister
Id
canisterId
:
types
.
Principal
agent
agent
:
types
.
HttpAgent
Optional
paths
paths
?:
utils
.
agent
.
CanisterStatus
.
Path
[]
|
Set
<
utils
.
agent
.
CanisterStatus
.
Path
>
Optional
bls
Verify
blsVerify
?:
utils
.
agent
.
CreateCertificateOptions
[
"blsVerify"
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
canister
Id
agent
paths
bls
Verify
Example
GitHub
ic-reactor
Loading...