SubscribeTransactionsResponse

Response message for SubscriptionService.SubscribeTransactions.

Mirrors ListTransactionsResponse, except there is no end field: a subscription stream has no successful end.

Properties

Link copied to clipboard
Link copied to clipboard

One matching transaction. Its position within the containing checkpoint is reported by ExecutedTransaction.transaction_index.

Link copied to clipboard
abstract val watermark: Watermark

Progress watermark as of this frame. Present on every frame.

Functions

Link copied to clipboard
fun SubscribeTransactionsResponse.copy(body: <Error class: unknown class>.() -> Unit = {}): SubscribeTransactionsResponse

Copies the original message, including unknown fields.