ao-js-sdk - v0.0.9
    Preparing search index...

    Interface GetLatestMessagesParams

    Parameters for general message queries

    interface GetLatestMessagesParams {
        cursor?: string;
        limit?: number;
        owner?: string;
        recipient?: string;
        tags?: Tags;
    }

    Hierarchy

    • BaseMessageQueryParams
      • GetLatestMessagesParams
    Index

    Properties

    cursor?: string

    Cursor for pagination

    limit?: number

    Number of messages to retrieve (default: 100)

    owner?: string

    Owner address to filter messages by

    recipient?: string

    Recipient address to filter messages by

    tags?: Tags

    Tags to filter messages by