Skip to content

Commit 27cecb7

Browse files
committed
bring bindings in perfect sync
1 parent 4d00ff2 commit 27cecb7

File tree

261 files changed

+518
-0
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

+518
-0
lines changed

bindings/LDK/Bindings.swift

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

88
import Foundation
9+
import LDKHeaders
910

1011
public typealias LDKTransactionOutputs = LDKC2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ
1112
public typealias LDKTxid = LDKThirtyTwoBytes

bindings/LDK/options/APIError.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/ErrorAction.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/Event.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/Fallback.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/HTLCFailChannelUpdate.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/MessageSendEvent.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/MonitorEvent.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/NetAddress.swift

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

35
private static var instanceCounter: UInt = 0

bindings/LDK/options/Option_C2Tuple_usizeTransactionZZ.swift

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

35
private static var instanceCounter: UInt = 0

0 commit comments

Comments
 (0)