TopicEventRequest: Message<"virtufin.TopicEventRequest"> & {
    data: Uint8Array;
    dataContentType: string;
    id: string;
    path: string;
    pubsubName: string;
    source: string;
    specVersion: string;
    topic: string;
    type: string;
}

Type declaration

  • data: Uint8Array

    from field: bytes data = 6;

  • dataContentType: string

    from field: string data_content_type = 5;

  • id: string

    from field: string id = 1;

  • path: string

    from field: string path = 9;

  • pubsubName: string

    from field: string pubsub_name = 8;

  • source: string

    from field: string source = 2;

  • specVersion: string

    from field: string spec_version = 4;

  • topic: string

    from field: string topic = 7;

  • type: string

    from field: string type = 3;

from message virtufin.TopicEventRequest