Skip to content

API documentation of Agoric SDK / Exports / @agoric/zoe / tools/types-ambient / MutableQuote

Interface: MutableQuote

@agoric/zoe.tools/types-ambient.MutableQuote

Table of contents

Properties

Properties

cancel

cancel: (reason?: any) => void

Type declaration

▸ (reason?): void

Parameters
NameType
reason?any
Returns

void

Defined in

zoe/tools/types-ambient.js:56


getPromise

getPromise: () => ERef<PriceQuote>

Type declaration

▸ (): ERef<PriceQuote>

Returns

ERef<PriceQuote>

Defined in

zoe/tools/types-ambient.js:58


updateLevel

updateLevel: (amountIn: Amount<"nat">, amountOut: Amount<"nat">) => void

Type declaration

▸ (amountIn, amountOut): void

Parameters
NameType
amountInAmount<"nat">
amountOutAmount<"nat">
Returns

void

Defined in

zoe/tools/types-ambient.js:57