x402-chainlink
    Preparing search index...

    Type Alias Result<T>

    Result: { ok: true; value: T } | { error: X402Error; ok: false }

    Result type for APIs that prefer explicit error handling over exceptions. Use this for workflows where exceptions are undesirable.

    Type Parameters

    • T