@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
11 lines • 408 B
TypeScript
import type { KyInstance } from 'ky';
import type { User } from './types.js';
export declare const createUpdateUser: (instance: KyInstance) => (body: {
autoWithdrawEnabled?: boolean;
autoWithdrawLightningAddress?: boolean;
nostrPubkey?: string;
showLeaderboard?: boolean;
username?: string;
useTaprootAddresses?: boolean;
}) => Promise<User>;
//# sourceMappingURL=update-user.d.ts.map