Message Type
Response Wrappers
StreamResponse
message StreamResponse {
bytes data = 1; // Serialized event data
}MessageWrapper
message MessageWrapper {
oneof event_message {
SubscribeUpdateAccountInfo account_update = 1;
SlotStatusEvent slot = 2;
TransactionEventWrapper transaction = 3;
}
}