up
This commit is contained in:
parent
8621e9dfea
commit
35c7e8bcf6
2 changed files with 10 additions and 10 deletions
|
|
@ -3,16 +3,16 @@
|
||||||
// tslint:disable
|
// tslint:disable
|
||||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||||
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
||||||
import { WalletUnlocker } from "./walletunlocker";
|
import { WalletUnlocker } from "./walletunlocker.js";
|
||||||
import type { ChangePasswordResponse } from "./walletunlocker";
|
import type { ChangePasswordResponse } from "./walletunlocker.js";
|
||||||
import type { ChangePasswordRequest } from "./walletunlocker";
|
import type { ChangePasswordRequest } from "./walletunlocker.js";
|
||||||
import type { UnlockWalletResponse } from "./walletunlocker";
|
import type { UnlockWalletResponse } from "./walletunlocker.js";
|
||||||
import type { UnlockWalletRequest } from "./walletunlocker";
|
import type { UnlockWalletRequest } from "./walletunlocker.js";
|
||||||
import type { InitWalletResponse } from "./walletunlocker";
|
import type { InitWalletResponse } from "./walletunlocker.js";
|
||||||
import type { InitWalletRequest } from "./walletunlocker";
|
import type { InitWalletRequest } from "./walletunlocker.js";
|
||||||
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
||||||
import type { GenSeedResponse } from "./walletunlocker";
|
import type { GenSeedResponse } from "./walletunlocker.js";
|
||||||
import type { GenSeedRequest } from "./walletunlocker";
|
import type { GenSeedRequest } from "./walletunlocker.js";
|
||||||
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
||||||
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ import type { PartialMessage } from "@protobuf-ts/runtime";
|
||||||
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
||||||
import { MESSAGE_TYPE } from "@protobuf-ts/runtime";
|
import { MESSAGE_TYPE } from "@protobuf-ts/runtime";
|
||||||
import { MessageType } from "@protobuf-ts/runtime";
|
import { MessageType } from "@protobuf-ts/runtime";
|
||||||
import { ChanBackupSnapshot } from "./lightning";
|
import { ChanBackupSnapshot } from "./lightning.js";
|
||||||
/**
|
/**
|
||||||
* @generated from protobuf message lnrpc.GenSeedRequest
|
* @generated from protobuf message lnrpc.GenSeedRequest
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue