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

    Type Alias GetMessagesParams

    type GetMessagesParams = {
        addresses?: string;
        chains?: string;
        channels?: string;
        contentKeys?: string;
        contentTypes?: string;
        endDate?: number;
        hashes?: string;
        msgTypes?: string;
        page?: number;
        pagination?: number;
        refs?: string;
        startDate?: number;
        tags?: string;
    }
    Index

    Properties

    addresses?: string
    chains?: string
    channels?: string
    contentKeys?: string
    contentTypes?: string
    endDate?: number
    hashes?: string
    msgTypes?: string
    page?: number
    pagination?: number
    refs?: string
    startDate?: number
    tags?: string