Interface OrderBookStream

When you subscribe to one or more order books with the books field, you get back any transactions that affect those order books. Has the same format as a TransactionStream but the transaction can have a owner_funds field.

Hierarchy

  • BaseStream
    • OrderBookStream

Properties

engine_result: string
engine_result_code: number
engine_result_message: string
ledger_current_index?: number
ledger_hash?: string
ledger_index?: number
status: string
transaction: Object
type: "transaction"
validated: boolean

Generated using TypeDoc