Type alias ProtocolMetadata

ProtocolMetadata: {
    author: string;
    messageCid?: string;
}

Represents metadata associated with a protocol, including the author and an optional message CID.

Type declaration

  • author: string

    The author of the protocol.

  • Optional messageCid?: string

    The Content Identifier (CID) of a ProtocolsConfigure message.

    This is an optional field, and is used by Protocol.send.