@@ -17,7 +17,7 @@ public class ChannelManagerReadArgs {
17
17
18
18
public func get_keys_manager( ) -> KeysInterface {
19
19
20
- return KeysInterface ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
20
+ return NativelyImplementedKeysInterface ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
21
21
ChannelManagerReadArgs_get_keys_manager ( this_ptrPointer)
22
22
} . pointee) ;
23
23
}
@@ -32,7 +32,7 @@ ChannelManagerReadArgs_get_keys_manager(this_ptrPointer)
32
32
33
33
public func get_fee_estimator( ) -> FeeEstimator {
34
34
35
- return FeeEstimator ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
35
+ return NativelyImplementedFeeEstimator ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
36
36
ChannelManagerReadArgs_get_fee_estimator ( this_ptrPointer)
37
37
} . pointee) ;
38
38
}
@@ -47,7 +47,7 @@ ChannelManagerReadArgs_get_fee_estimator(this_ptrPointer)
47
47
48
48
public func get_chain_monitor( ) -> Watch {
49
49
50
- return Watch ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
50
+ return NativelyImplementedWatch ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
51
51
ChannelManagerReadArgs_get_chain_monitor ( this_ptrPointer)
52
52
} . pointee) ;
53
53
}
@@ -62,7 +62,7 @@ ChannelManagerReadArgs_get_chain_monitor(this_ptrPointer)
62
62
63
63
public func get_tx_broadcaster( ) -> BroadcasterInterface {
64
64
65
- return BroadcasterInterface ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
65
+ return NativelyImplementedBroadcasterInterface ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
66
66
ChannelManagerReadArgs_get_tx_broadcaster ( this_ptrPointer)
67
67
} . pointee) ;
68
68
}
@@ -77,7 +77,7 @@ ChannelManagerReadArgs_get_tx_broadcaster(this_ptrPointer)
77
77
78
78
public func get_logger( ) -> Logger {
79
79
80
- return Logger ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
80
+ return NativelyImplementedLogger ( pointer: withUnsafePointer ( to: self . cOpaqueStruct!) { ( this_ptrPointer: UnsafePointer < LDKChannelManagerReadArgs > ) in
81
81
ChannelManagerReadArgs_get_logger ( this_ptrPointer)
82
82
} . pointee) ;
83
83
}
0 commit comments