Order

Order

Order

Properties
Name Type Attributes Description
address string

Order Address

amount number

Amount in order

total number

Total of order

execution "maker" | "taker" | "market" | "both" | "execute" | "close"

Execution of order

asset Asset

Algorand Asset

price number

Asset Price

contract Object <optional>

Composed Contract State

Properties
Name Type Attributes Description
price number

Asset BaseUnit Price

amount number

Asset BaseUnit Amount

total number

Asset BaseUnit Total

N number

Numerator

D number

Denominator

params algosdk.SuggestedParams <optional>

Suggested Params

client algosdk.Algodv2 <optional>

Algosdk Client

Example

const validate = ajv.getSchema('Asset')

Members

# (static) Schema :Schema

JSON Schema Specification

Type: