Hierarchy

  • WSMessage

Properties

clientId?: string

The client id assigned by the server.

error?: Error

The error on server while performing a request.

networkInfo?: Partial<NetworkInfoResponses>

Latest value(s) for the NetworkInfoProvider methods.

requestId?: number

The request id from client to server.

responseTo?: number

This message is the response to the message with this id.

syncing?: boolean

The server is still syncing.

transactions?: HydratedTx[]

The transactions.

txsByAddresses?: {
    addresses: PaymentAddress[];
    lower: BlockNo;
}

The addresses the client subscribes.

Type declaration

utxos?: HydratedTx[]

The partial transactions for UTXOs.

Generated using TypeDoc