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

    Interface WithdrawChannelInvitationInput

    Properties required to withdraw a previously sent channel invitation.

    WithdrawChannelInvitationInput

    interface WithdrawChannelInvitationInput {
        channelId: ChannelId;
        handleId: HandleId;
        targetHandleId: HandleId;
    }
    Index

    Properties

    channelId: ChannelId

    The identifier of the channel in which an invitation was sent.

    handleId: HandleId

    Identifier of the handle owned by this client.

    targetHandleId: HandleId

    A handle identifier for the handle that is intended to have their invitation withdrawn.