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

    Interface GetLatestCreditNoticesParams

    Parameters for retrieving all credit notices

    interface GetLatestCreditNoticesParams {
        additionalTags?: Tags;
        cursor?: string;
        limit?: number;
        recipient?: string;
    }

    Hierarchy

    Index

    Properties

    additionalTags?: Tags

    Optional additional tags to filter by

    cursor?: string

    Cursor for pagination

    limit?: number

    Number of messages to retrieve (default: 100)

    recipient?: string

    Recipient address to filter messages by