@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface DeleteChannelInput

    Properties required to delete an existing channel.

    DeleteChannelInput

    interface DeleteChannelInput {
        channelId: ChannelId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    channelId: ChannelId
    handleId: HandleId

    Identifier of the handle owned by this client.