Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOrderParams<LONG>

Type parameters

  • LONG

    Generic type representing LONG type. Default to string | number. Since javascript number more than 2 ** 53 -1 cannot be precisely represented, generic type is used

Hierarchy

  • IOrderParams

Index

Properties

amount

amount: LONG

amountAsset

amountAsset: string | null

Optional expiration

expiration: undefined | number

Optional matcherFee

matcherFee: undefined | number

Optional matcherFeeAssetId

matcherFeeAssetId: string | null

matcherPublicKey

matcherPublicKey: string

orderType

orderType: "buy" | "sell"

price

price: LONG

priceAsset

priceAsset: string | null

Optional senderPublicKey

senderPublicKey: undefined | string

Optional timestamp

timestamp: undefined | number

Generated using TypeDoc