UNPKG

nodana

Version:
11 lines (10 loc) 314 B
#!/usr/bin/env node import { WalletClient } from "./clients"; import { NodanaSettings } from "./types"; import { NodanaConfig } from "./utils"; export declare class Nodana { readonly config: NodanaConfig; readonly wallet: WalletClient; constructor(settings: NodanaSettings); } export * from "./types";