lightningdevkit
Version:
Lightning Development Kit
12 lines • 402 B
JavaScript
import { CommonBase } from './CommonBase.mjs';
import * as bindings from '../bindings.mjs';
/**
* The main server-side object allowing to send and receive bLIP-50 / LSPS0 messages.
*/
export class LSPS0ServiceHandler extends CommonBase {
/* @internal */
constructor(_dummy, ptr) {
super(ptr, bindings.LSPS0ServiceHandler_free);
}
}
//# sourceMappingURL=LSPS0ServiceHandler.mjs.map