UNPKG

freelii-passkey-kit

Version:

A helper library for creating and using smart wallet accounts on the Stellar blockchain.

7 lines (6 loc) 191 B
import { Server } from "@stellar/stellar-sdk/minimal/rpc"; export declare class PasskeyBase { rpcUrl: string | undefined; rpc: Server | undefined; constructor(rpcUrl?: string); }