Type Alias PubsubSubscribeResponse
PubsubSubscribeResponse: Message<"virtufin.PubsubSubscribeResponse"> & {
data: Uint8Array;
messageId: string;
metadata: { [key: string]: string };
timestamp: string;
topic: string;
}
Type declaration
data: Uint8Array
messageId: string
metadata: { [key: string]: string }
timestamp: string
topic: string
Generated
from field: bytes data = 2;