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

    Type Alias GetMessagesConfiguration

    type GetMessagesConfiguration = {
        addresses?: string[];
        chains?: Blockchain[];
        channels?: string[];
        contentKeys?: string[];
        contentTypes?: string[];
        endDate?: Date;
        hashes?: string[];
        messageTypes?: MessageType[];
        page?: number;
        pagination?: number;
        refs?: string[];
        startDate?: Date;
        tags?: string[];
    }
    Index

    Properties

    addresses?: string[]
    chains?: Blockchain[]
    channels?: string[]
    contentKeys?: string[]
    contentTypes?: string[]
    endDate?: Date
    hashes?: string[]
    messageTypes?: MessageType[]
    page?: number
    pagination?: number
    refs?: string[]
    startDate?: Date
    tags?: string[]