interface UnsignedMessage {
    data: Uint8Array;
    topic: string;
    type: "unsigned";
}

Properties

Properties

topic: string
type: "unsigned"