UNPKG

js-lnurl

Version:

tools for doing lnurl stuff in a lightning wallet.

4 lines (3 loc) 155 B
/** @format */ import { LNURLPaySuccessAction } from '../types'; export declare function decipherAES(sa: LNURLPaySuccessAction, preimage: string): string;