Show / Hide Table of Contents

Interface IPublishedMessage

A published message.

Inherited Members
IDataBlock.DataBytes
IDataBlock.DataStream
IDataBlock.Id
IDataBlock.Size
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IPublishedMessage : IDataBlock
Remarks

The IPubSubApi is used to publish and subsribe to a message.

Properties

| Improve this Doc View Source

Sender

The sender of the message.

Declaration
Peer Sender { get; }
Property Value
Type Description
Peer

The peer that sent the message.

| Improve this Doc View Source

SequenceNumber

The sequence number of the message.

Declaration
byte[] SequenceNumber { get; }
Property Value
Type Description
Byte[]

A sender unique id for the message.

| Improve this Doc View Source

Topics

The topics of the message.

Declaration
IEnumerable<string> Topics { get; }
Property Value
Type Description
IEnumerable<String>

All topics related to this message.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX