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

    Interface ArweaveGQLFilter

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

    Properties

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