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

    Interface WithdrawInvitationRequestInput

    Properties required to withdraw a previously sent channel invitation request.

    WithdrawInvitationRequestInput

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

    Properties

    Properties

    channelId: ChannelId

    The identifier of the channel that an invitation was sent to.

    handleId: HandleId

    Identifier of the handle owned by this client.