fix imports
This commit is contained in:
parent
6725d4620b
commit
48bfc45bcf
12 changed files with 379 additions and 287 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// @generated by protobuf-ts 2.11.1
|
||||
// @generated from protobuf file "walletkit.proto" (package "walletrpc", syntax proto3)
|
||||
// tslint:disable
|
||||
import { Transaction as Transaction$ } from "./lightning";
|
||||
import { KeyLocator } from "./signer";
|
||||
import { KeyDescriptor } from "./signer";
|
||||
import { Transaction as Transaction$ } from "./lightning.js";
|
||||
import { KeyLocator } from "./signer.js";
|
||||
import { KeyDescriptor } from "./signer.js";
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
||||
import type { IBinaryWriter } from "@protobuf-ts/runtime";
|
||||
|
|
@ -14,12 +14,12 @@ import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|||
import type { PartialMessage } from "@protobuf-ts/runtime";
|
||||
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
||||
import { MessageType } from "@protobuf-ts/runtime";
|
||||
import { TransactionDetails } from "./lightning";
|
||||
import { ChannelPoint } from "./lightning";
|
||||
import { CoinSelectionStrategy } from "./lightning";
|
||||
import { TxOut } from "./signer";
|
||||
import { OutPoint } from "./lightning";
|
||||
import { Utxo } from "./lightning";
|
||||
import { TransactionDetails } from "./lightning.js";
|
||||
import { ChannelPoint } from "./lightning.js";
|
||||
import { CoinSelectionStrategy } from "./lightning.js";
|
||||
import { TxOut } from "./signer.js";
|
||||
import { OutPoint } from "./lightning.js";
|
||||
import { Utxo } from "./lightning.js";
|
||||
/**
|
||||
* @generated from protobuf message walletrpc.ListUnspentRequest
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue