Type alias ProtocolsConfigureRequest

ProtocolsConfigureRequest: {
    message: Omit<DwnMessageParams[DwnInterface.ProtocolsConfigure], "signer">;
}

Represents the request payload for configuring a protocol on a Decentralized Web Node (DWN).

This request type is used to specify the configuration options for the protocol.

Type declaration

  • message: Omit<DwnMessageParams[DwnInterface.ProtocolsConfigure], "signer">

    Configuration options for the protocol.

Generated using TypeDoc