XYO Platform SDK - v3.10.6
    Preparing search index...
    interface QueryFields {
        address?: Lowercase<string> | Lowercase<string>[];
        budget?: number;
        maxFrequency?:
            | "once"
            | "second"
            | "minute"
            | "hour"
            | "day"
            | "week"
            | "month"
            | "year";
        minBid?: number;
    }
    Index

    Properties

    address?: Lowercase<string> | Lowercase<string>[]

    The addresses of the intended handlers

    budget?: number

    The maximum XYO that can be spent executing the query

    maxFrequency?:
        | "once"
        | "second"
        | "minute"
        | "hour"
        | "day"
        | "week"
        | "month"
        | "year"

    The frequency on which this query can be rerun

    minBid?: number

    The starting point for the bidding on the query