UNPKG

@ln-markets/sdk

Version:
11 lines 408 B
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