@keystonehq/react-native-keystone-wallet-core 0.1.1 → 0.1.3-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,9 +7,7 @@ import Foundation
|
|
|
7
7
|
// Depending on the consumer's build setup, the low-level FFI code
|
|
8
8
|
// might be in a separate module, or it might be compiled inline into
|
|
9
9
|
// this module. This is a bit of light hackery to work with both.
|
|
10
|
-
|
|
11
|
-
import keystone_wallet_coreFFI
|
|
12
|
-
#endif
|
|
10
|
+
import KeystoneWalletCoreFFI
|
|
13
11
|
|
|
14
12
|
private extension RustBuffer {
|
|
15
13
|
// Allocate a new buffer, copying the contents of a `UInt8` array.
|
package/package.json
CHANGED