@aleph-sdk/monorepo
    Preparing search index...

    Type Alias GetMessagesConfiguration

    type GetMessagesConfiguration = {
        addresses?: string[];
        chains?: Blockchain[];
        channels?: string[];
        contentFormat?: ContentFormat;
        contentHashes?: string[];
        contentKeys?: string[];
        contentTypes?: string[];
        endBlock?: number;
        endDate?: Date;
        hashes?: string[];
        messageStatuses?: MessageStatus[];
        messageTypes?: MessageType[];
        owners?: string[];
        page?: number;
        pagination?: number;
        paymentTypes?: PaymentType[];
        refs?: string[];
        sortBy?: SortBy;
        sortOrder?: SortOrder;
        startBlock?: number;
        startDate?: Date;
        tags?: string[];
    }
    Index

    Properties

    addresses?: string[]
    chains?: Blockchain[]
    channels?: string[]
    contentFormat?: ContentFormat
    contentHashes?: string[]
    contentKeys?: string[]
    contentTypes?: string[]
    endBlock?: number
    endDate?: Date
    hashes?: string[]
    messageStatuses?: MessageStatus[]
    messageTypes?: MessageType[]
    owners?: string[]
    page?: number
    pagination?: number
    paymentTypes?: PaymentType[]
    refs?: string[]
    sortBy?: SortBy
    sortOrder?: SortOrder
    startBlock?: number
    startDate?: Date
    tags?: string[]