Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExchangeTransaction<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

Index

Properties

amount

amount: LONG

buyMatcherFee

buyMatcherFee: LONG

fee

fee: LONG

order1

order1: IOrder

order2

order2: IOrder

price

price: LONG

proofs

proofs: string[]

ITransaction signatures

minitems

0

maxitems

8

sellMatcherFee

sellMatcherFee: LONG

senderPublicKey

senderPublicKey: string

Account public key. This account will pay fee and this account's script will be executed if exists

timestamp

timestamp: number

type

type: EXCHANGE

version

version: number

Generated using TypeDoc