UNPKG

@rsksmart/rif-communications-pubsub

Version:
9 lines (8 loc) 156 B
/// <reference types="node" /> export interface Message { from: string; to?: string; data: Buffer; seqno: Buffer; topicIDs: string[]; }