1
1
// This file was autogenerated by some hot garbage in the `uniffi` crate.
2
2
// Trust me, you don't want to mess with it!
3
3
import Foundation
4
+ import SystemConfiguration
4
5
5
6
// Depending on the consumer's build setup, the low-level FFI code
6
7
// might be in a separate module, or it might be compiled inline into
@@ -2994,6 +2995,7 @@ public func FfiConverterTypeAddress_lower(_ value: Address) -> RustBuffer {
2994
2995
}
2995
2996
2996
2997
2998
+
2997
2999
/**
2998
3000
* Typealias from the type name used in the UDL file to the builtin type. This
2999
3001
* is needed because the UDL type name is used in function/method signatures.
@@ -3027,6 +3029,7 @@ public func FfiConverterTypeBolt11Invoice_lower(_ value: Bolt11Invoice) -> RustB
3027
3029
}
3028
3030
3029
3031
3032
+
3030
3033
/**
3031
3034
* Typealias from the type name used in the UDL file to the builtin type. This
3032
3035
* is needed because the UDL type name is used in function/method signatures.
@@ -3060,6 +3063,7 @@ public func FfiConverterTypeChannelId_lower(_ value: ChannelId) -> RustBuffer {
3060
3063
}
3061
3064
3062
3065
3066
+
3063
3067
/**
3064
3068
* Typealias from the type name used in the UDL file to the builtin type. This
3065
3069
* is needed because the UDL type name is used in function/method signatures.
@@ -3093,6 +3097,7 @@ public func FfiConverterTypeMnemonic_lower(_ value: Mnemonic) -> RustBuffer {
3093
3097
}
3094
3098
3095
3099
3100
+
3096
3101
/**
3097
3102
* Typealias from the type name used in the UDL file to the builtin type. This
3098
3103
* is needed because the UDL type name is used in function/method signatures.
@@ -3126,6 +3131,7 @@ public func FfiConverterTypePaymentHash_lower(_ value: PaymentHash) -> RustBuffe
3126
3131
}
3127
3132
3128
3133
3134
+
3129
3135
/**
3130
3136
* Typealias from the type name used in the UDL file to the builtin type. This
3131
3137
* is needed because the UDL type name is used in function/method signatures.
@@ -3159,6 +3165,7 @@ public func FfiConverterTypePaymentPreimage_lower(_ value: PaymentPreimage) -> R
3159
3165
}
3160
3166
3161
3167
3168
+
3162
3169
/**
3163
3170
* Typealias from the type name used in the UDL file to the builtin type. This
3164
3171
* is needed because the UDL type name is used in function/method signatures.
@@ -3192,6 +3199,7 @@ public func FfiConverterTypePaymentSecret_lower(_ value: PaymentSecret) -> RustB
3192
3199
}
3193
3200
3194
3201
3202
+
3195
3203
/**
3196
3204
* Typealias from the type name used in the UDL file to the builtin type. This
3197
3205
* is needed because the UDL type name is used in function/method signatures.
@@ -3225,6 +3233,7 @@ public func FfiConverterTypePublicKey_lower(_ value: PublicKey) -> RustBuffer {
3225
3233
}
3226
3234
3227
3235
3236
+
3228
3237
/**
3229
3238
* Typealias from the type name used in the UDL file to the builtin type. This
3230
3239
* is needed because the UDL type name is used in function/method signatures.
@@ -3258,6 +3267,7 @@ public func FfiConverterTypeSocketAddress_lower(_ value: SocketAddress) -> RustB
3258
3267
}
3259
3268
3260
3269
3270
+
3261
3271
/**
3262
3272
* Typealias from the type name used in the UDL file to the builtin type. This
3263
3273
* is needed because the UDL type name is used in function/method signatures.
@@ -3291,6 +3301,7 @@ public func FfiConverterTypeTxid_lower(_ value: Txid) -> RustBuffer {
3291
3301
}
3292
3302
3293
3303
3304
+
3294
3305
/**
3295
3306
* Typealias from the type name used in the UDL file to the builtin type. This
3296
3307
* is needed because the UDL type name is used in function/method signatures.
@@ -3323,6 +3334,7 @@ public func FfiConverterTypeUserChannelId_lower(_ value: UserChannelId) -> RustB
3323
3334
return FfiConverterTypeUserChannelId . lower ( value)
3324
3335
}
3325
3336
3337
+
3326
3338
public func generateEntropyMnemonic( ) -> Mnemonic {
3327
3339
return try ! FfiConverterTypeMnemonic . lift (
3328
3340
try ! rustCall ( ) {
@@ -3539,4 +3551,4 @@ private func uniffiEnsureInitialized() {
3539
3551
case . apiChecksumMismatch:
3540
3552
fatalError ( " UniFFI API checksum mismatch: try cleaning and rebuilding your project " )
3541
3553
}
3542
- }
3554
+ }
0 commit comments