x402-chainlink
    Preparing search index...

    Interface CreateExtensionDataOptions

    Options for creating extension data

    interface CreateExtensionDataOptions {
        info: unknown;
        name: string;
        validate?: boolean;
    }
    Index

    Properties

    Properties

    info: unknown

    Extension-specific information

    name: string

    Extension name

    validate?: boolean

    Whether to validate against schema