Search
Preparing search index...
The search index is not available
@dfinity/agent
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@dfinity/agent
ActorMethodExtended
Interface ActorMethodExtended<Args, Ret>
Type Parameters
Args
extends
unknown
[]
=
unknown
[]
Ret =
unknown
Hierarchy
ActorMethod
ActorMethodExtended
Callable
Actor
Method
Extended
(
...
args
:
Args
)
:
Promise
<
{
certificate
?:
Certificate
;
httpDetails
?:
HttpDetailsResponse
;
result
:
Ret
}
>
Actor
Method
Extended
(
...
args
:
unknown
[]
)
:
Promise
<
unknown
>
An actor method type, defined for each methods of the actor service.
Parameters
Rest
...
args:
Args
Returns
Promise
<
{
certificate
?:
Certificate
;
httpDetails
?:
HttpDetailsResponse
;
result
:
Ret
}
>
An actor method type, defined for each methods of the actor service.
Parameters
Rest
...
args:
unknown
[]
Returns
Promise
<
unknown
>
Index
Methods
with
Options
Methods
with
Options
with
Options
(
options
:
CallConfig
)
:
(
(
...
args
:
unknown
[]
)
=>
Promise
<
unknown
>
)
Parameters
options:
CallConfig
Returns
(
(
...
args
:
unknown
[]
)
=>
Promise
<
unknown
>
)
(
...
args
:
unknown
[]
)
:
Promise
<
unknown
>
Parameters
Rest
...
args:
unknown
[]
Returns
Promise
<
unknown
>
Exports
Canister
Status
Cbor
polling
Actor
Method
Extended
with
Options
Generated using
TypeDoc
An actor method type, defined for each methods of the actor service.