Hierarchy

  • WSMessage

Properties

clientId?: string
error?: Error
networkInfo?: Partial<NetworkInfoResponses>
requestId?: number
responseTo?: number
syncing?: boolean
transactions?: HydratedTx[]
txsByAddresses?: {
    addresses: PaymentAddress[];
    lower: BlockNo;
}

Type declaration

utxos?: HydratedTx[]

Generated using TypeDoc