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

    Interface ArweaveGQLFilter

    interface ArweaveGQLFilter {
        ids?: string[];
        ingested_at?: { min: number };
        owner?: { address: string };
        recipients?: string[];
        tags?: { name: string; value: string }[];
    }
    Index

    Properties

    ids?: string[]
    ingested_at?: { min: number }
    owner?: { address: string }
    recipients?: string[]
    tags?: { name: string; value: string }[]