@suluk/agents - v0.1.6
    Preparing search index...

    Interface PaidToolPrice

    An x402 paidTool price derived from a route's declared x-suluk-cost (C026/C035).

    interface PaidToolPrice {
        priceUsd: number;
        microUsd: number;
        metered: boolean;
    }
    Index

    Properties

    priceUsd: number

    the flat per-call price in USD — the paidTool(name, desc, PRICE, …) argument.

    microUsd: number

    the same, raw micro-USD (the cost model's native unit; 1 USD = 1_000_000 µ$).

    metered: boolean

    true ⇒ ALSO has usage-metered components a fixed per-call price can't capture — the honest pointer to MPP session.