TransactionBlockSubscriptionPayload
Possible responses from a subscription.
It could be one of the following:
- A successful payload from the subscription stream.
- A notice that the subscription has been lagged behind the network with the number of lost payloads.
union TransactionBlockSubscriptionPayload = TransactionBlock | Lagged
Possible types
TransactionBlockSubscriptionPayload.TransactionBlock object
TransactionBlockSubscriptionPayload.Lagged object
Notifies that the subscription consumer has fallen behind the live subscription stream and missed one or more payloads.
Returned By
transactions subscription