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

    Interface GetMessagesInput

    Properties required to retrieve a list of messages.

    GetMessagesInput

    interface GetMessagesInput {
        handleId: HandleId;
        limit?: number;
        nextToken?: string;
        recipient: Recipient;
    }

    Hierarchy (View Summary)

    Index

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    limit?: number

    Number of items to return. Will be defaulted if omitted.

    nextToken?: string

    A token generated by a previous call.

    recipient: Recipient

    The target recipient.