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

    Type Alias GetMessagesSocketConfiguration

    type GetMessagesSocketConfiguration = {
        addresses?: string[];
        apiServer?: string;
        chains?: Blockchain[];
        channels?: string[];
        contentKeys?: string[];
        contentTypes?: string[];
        endDate?: Date;
        hashes?: string[];
        history?: number;
        messageType?: MessageType;
        refs?: string[];
        startDate?: Date;
        tags?: string[];
    }
    Index

    Properties

    addresses?: string[]
    apiServer?: string
    chains?: Blockchain[]
    channels?: string[]
    contentKeys?: string[]
    contentTypes?: string[]
    endDate?: Date
    hashes?: string[]
    history?: number
    messageType?: MessageType
    refs?: string[]
    startDate?: Date
    tags?: string[]