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

8 lines (7 loc) 227 B
import { Keypair } from '@solana/web3.js'; export declare class WalletManager { private keypair; constructor(privateKeyOrKeypair: string | Uint8Array | Keypair); getPublicKey(): string; getKeypair(): Keypair; }