Skip to content

Commit 022c978

Browse files
committed
Dangle OutPoint objects in chain_sync_completed
1 parent a36947a commit 022c978

File tree

261 files changed

+7
-524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+7
-524
lines changed

bindings/LDK/Bindings.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77

88
import Foundation
9-
import LDKHeaders
109

1110
public typealias LDKTransactionOutputs = LDKC2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ
1211
public typealias LDKTxid = LDKThirtyTwoBytes

bindings/LDK/options/APIError.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class APIError: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/ErrorAction.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class ErrorAction: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/Event.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class Event: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/Fallback.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class Fallback: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/HTLCFailChannelUpdate.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class HTLCFailChannelUpdate: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/MessageSendEvent.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class MessageSendEvent: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/MonitorEvent.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class MonitorEvent: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/NetAddress.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class NetAddress: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

bindings/LDK/options/Option_C2Tuple_usizeTransactionZZ.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import LDKHeaders
2-
31
public class Option_C2Tuple_usizeTransactionZZ: NativeTypeWrapper {
42

53
private static var instanceCounter: UInt = 0

0 commit comments

Comments
 (0)