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

    Interface GetChannelMembershipInput

    Properties required to query for the membership state of the current handle in the channel.

    GetChannelMembershipInput

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

    Properties

    Properties

    channelId: ChannelId

    The identifier of the channel to query.

    handleId: HandleId

    Identifier of the handle owned by this client.