UNPKG

openraas

Version:

Open Robot-as-a-Service Protocol - A comprehensive TypeScript library for building and consuming RaaS applications with X402 payment support on Solana

11 lines (10 loc) 325 B
import { Robot } from '../core/types'; export declare class RaaSServer { private transport; private robot; private paymentMiddleware; constructor(robot: Robot, port?: number); enableX402(receiverAddress: string, mint: string, price: string): void; start(): Promise<void>; private handleMessage; }