Type alias ProtocolsConfigureResponseBeta

ProtocolsConfigureResponse: DwnResponseStatus & {
    protocol?: Protocol;
}

Encapsulates the response from a protocol configuration request to a Decentralized Web Node (DWN).

This response type combines the general operation status with the details of the protocol that was configured, if the operation was successful.

Type declaration

  • Optional protocol?: Protocol

    The configured protocol, if successful.

Generated using TypeDoc