PHP WebShell
Текущая директория: /opt/BitGoJS/modules/express/dist/lightning
Просмотр файла: lightningSignerRoutes.d.ts
import * as express from 'express';
import { GetWalletStateResponse } from './codecs';
/**
* Handle the request to initialise remote signer LND for a wallet.
*/
export declare function handleInitLightningWallet(req: express.Request): Promise<unknown>;
/**
* Handle the request to create a signer macaroon from remote signer LND for a wallet.
*/
export declare function handleCreateSignerMacaroon(req: express.Request): Promise<unknown>;
/**
* Handle the request to get the state of a wallet from the signer.
*/
export declare function handleGetLightningWalletState(req: express.Request): Promise<GetWalletStateResponse>;
/**
* Handle the request to unlock a wallet in the signer.
*/
export declare function handleUnlockLightningWallet(req: express.Request): Promise<{
message: string;
}>;
//# sourceMappingURL=lightningSignerRoutes.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!