Interface Message

Represents a message in the Streamr Network.

Hierarchy

  • Message

Properties

content: unknown

The message contents / payload.

msgChainId: string

Identifies the message chain the message was published to.

publisherId: EthereumAddress

Publisher of message.

sequenceNumber: number

Tiebreaker used to determine order in the case of multiple messages within a message chain having the same exact timestamp.

signature: string

Signature of message signed by publisher.

streamId: StreamID

Identifies the stream the message was published to.

streamPartition: number

The partition number the message was published to.

timestamp: number

The timestamp of when the message was published.

Generated using TypeDoc