Vana SDK - v4.1.0
    Preparing search index...

    Interface JobQuote

    The price of one delivered read, as GET /v1/jobs/quote reports it.

    interface JobQuote {
        price: string;
        payable: boolean;
        enforced: boolean;
    }
    Index

    Properties

    price: string

    uint256 decimal; "0" when this chain charges nothing.

    payable: boolean

    False when the fee is disabled or zero, so no payment is needed.

    enforced: boolean

    Whether the Gateway refuses an unpaid submission today.