Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/zoe
tools/types-ambient
MutableQuote
Interface MutableQuote
interface
MutableQuote
{
cancel
:
(
(
reason
?
)
=>
void
)
;
getPromise
:
(
(
)
=>
ERef
<
PriceQuote
>
)
;
updateLevel
:
(
(
amountIn
,
amountOut
)
=>
void
)
;
}
Index
Properties
cancel
get
Promise
update
Level
Properties
cancel
cancel
:
(
(
reason
?
)
=>
void
)
Type declaration
(
reason
?
)
:
void
Parameters
Optional
reason
:
any
Returns
void
get
Promise
get
Promise
:
(
(
)
=>
ERef
<
PriceQuote
>
)
Type declaration
(
)
:
ERef
<
PriceQuote
>
Returns
ERef
<
PriceQuote
>
update
Level
update
Level
:
(
(
amountIn
,
amountOut
)
=>
void
)
Type declaration
(
amountIn
,
amountOut
)
:
void
Parameters
amountIn
:
Amount
<
"nat"
>
amountOut
:
Amount
<
"nat"
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cancel
get
Promise
update
Level
API documentation of Agoric SDK
@agoric/ertp - v0.16.2
@agoric/swingset-vat - v0.32.2
@agoric/access-token
agoric
@agoric/assert - v0.6.0
@agoric/base-zone
@agoric/benchmark
@agoric/boot
@agoric/builders
@agoric/cache
@agoric/casting
@agoric/cosmic-swingset
@agoric/create-dapp
@agoric/deploy-script-support
@agoric/deployment
@agoric/eslint-config
@agoric/governance - v0.10.3
@agoric/import-manager
@agoric/inter-protocol - v0.16.1
@agoric/internal
@agoric/kmarshal
Loading...
Generated using
TypeDoc