This commit is contained in:
boufni95 2024-11-25 20:24:41 +00:00
parent bd433c1259
commit 862059015f
11 changed files with 312 additions and 282 deletions

View file

@ -1,9 +1,9 @@
// @generated by protobuf-ts 2.8.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";
@ -15,12 +15,12 @@ import type { PartialMessage } from "@protobuf-ts/runtime";
import { reflectionMergePartial } from "@protobuf-ts/runtime";
import { MESSAGE_TYPE } 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
*/