Subscribe Transactions Response
interface 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
Returns the field-presence view for this SubscribeTransactionsResponse instance.
Link copied to clipboard
One matching transaction. Its position within the containing checkpoint is reported by ExecutedTransaction.transaction_index.
Functions
Link copied to clipboard
Link copied to clipboard
fun SubscribeTransactionsResponse.copy(body: <Error class: unknown class>.() -> Unit = {}): SubscribeTransactionsResponse
Copies the original message, including unknown fields.