x402-chainlink
    Preparing search index...

    Interface RegisterResourceResponse

    Resource registration response

    interface RegisterResourceResponse {
        error?: string;
        resourceId?: string;
        success: boolean;
    }
    Index

    Properties

    error?: string

    Error message if failed

    resourceId?: string

    Resource identifier if successful

    success: boolean

    Whether registration was successful