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

    Interface LeaveChannelInput

    Properties required when removing a handle from an existing channel.

    LeaveChannelInput

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

    Properties

    Properties

    channelId: ChannelId

    The identifier of the desired channel to leave.

    handleId: HandleId

    Identifier of the handle owned by this client.