Skip to content

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

Interface: PriceDescription

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

A description of a single quote

Table of contents

Properties

Properties

amountIn

amountIn: Amount<"nat">

The amount supplied to a trade

Defined in

zoe/tools/types-ambient.js:20


amountOut

amountOut: Amount<"nat">

The quoted result of trading amountIn

Defined in

zoe/tools/types-ambient.js:22


conditions

conditions: any

Additional conditions for the quote

Defined in

zoe/tools/types-ambient.js:28


timer

timer: TimerService

The service that gave the timestamp

Defined in

zoe/tools/types-ambient.js:24


timestamp

timestamp: TimestampRecord

A timestamp according to timer for the quote

Defined in

zoe/tools/types-ambient.js:26