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

    Interface GetChannelInput

    Properties required to retrieve a channel.

    GetChannelInput

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

    Properties

    Properties

    channelId: ChannelId

    The identifier of the channel to retrieve.

    handleId: HandleId

    Identifier of the handle owned by this client.