Listener websocket server url. default: rest-gateway’s url with ”/ws” suffix. (e.g. http://localhost:3000/ws)
Return an observable of AggregateTransaction for specific address. Each time an aggregate bonded transaction is announced, it emits a new AggregateTransaction in the event stream.
address we listen when a transaction with missing signatures state
transactionHash for filtering multiple transactions
an observable stream of AggregateTransaction with missing signatures state
Returns an observable stream of Transaction Hashes for specific address. Each time an aggregate bonded transaction is announced, it emits a new message with the transaction hash in the event stream.
address we listen when a transaction is confirmed or rejected
the transaction hash filter.
an observable stream of Strings with the transaction hash
Close web socket connection.
void
Returns an observable stream of Transaction for a specific address. Each time a transaction is in confirmed state an it involves the address, it emits a new Transaction in the event stream.
address we listen when a transaction is in confirmed state
transactionHash for filtering multiple transactions
an observable stream of Transaction with state confirmed
Returns an observable stream of CosignatureSignedTransaction for specific address. Each time a cosigner signs a transaction the address initialized, it emits a new message with the cosignatory signed transaction in the even stream.
address we listen when a cosignatory is added to some transaction address sent
an observable stream of CosignatureSignedTransaction
returns a boolean that repressents the open state
a boolean
Returns an observable stream of BlockInfo. Each time a new Block is added into the blockchain, it emits a new BlockInfo in the event stream.
an observable stream of NewBlock
Open web socket connection.
Promise
Returns an observable stream of TransactionStatusError for specific address. Each time a transaction contains an error, it emits a new message with the transaction status error in the event stream.
address we listen to be notified when some error happened
transactionHash for filtering multiple transactions
an observable stream of TransactionStatusError
Returns an observable stream of Transaction for a specific address. Each time a transaction is in unconfirmed state an it involves the address, it emits a new Transaction in the event stream.
address we listen when a transaction is in unconfirmed state
transactionHash for filtering multiple transactions
an observable stream of Transaction with state unconfirmed
Returns an observable stream of Transaction Hashes for specific address. Each time a transaction with state unconfirmed changes its state, it emits a new message with the transaction hash in the event stream.
address we listen when a transaction is removed from unconfirmed state
the transaction hash filter.
an observable stream of Strings with the transaction hash
Listener service