interface MessagePush {
    pubsubTopic?: string;
    wakuMessage?: proto_filter_v2.WakuMessage;
}

Properties

pubsubTopic?: string

Generated using TypeDoc