UNPKG

ordinalsbot

Version:
9 lines 210 B
import { Store, Wallet } from "l402"; export interface ClientOptions { useL402?: boolean; l402Config?: { wallet: Wallet; tokenStore: Store; }; } //# sourceMappingURL=options.d.ts.map