@buildonspark/spark-sdk 0.1.40 → 0.1.41
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.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/dist/{RequestLightningSendInput-DfmfqzZo.d.cts → RequestLightningSendInput-DXcLoiCe.d.cts} +10 -2
- package/dist/{RequestLightningSendInput-CJtcHOnu.d.ts → RequestLightningSendInput-mXUWn_cp.d.ts} +10 -2
- package/dist/address/index.cjs +138 -6
- package/dist/address/index.d.cts +18 -6
- package/dist/address/index.d.ts +18 -6
- package/dist/address/index.js +5 -2
- package/dist/{chunk-FWQPAPXK.js → chunk-2ZXXLPG2.js} +1 -1
- package/dist/{chunk-S7KD6DDL.js → chunk-6YVPOQ2A.js} +41 -20
- package/dist/{chunk-ZUVYYR5T.js → chunk-7EFSUADA.js} +1 -0
- package/dist/{chunk-NS4UZRQ7.js → chunk-ABZA6R5S.js} +1 -1
- package/dist/{chunk-57XLH3ZR.js → chunk-ATEHMLKP.js} +23 -23
- package/dist/{chunk-5MNQB2T4.js → chunk-J5W5Q2ZP.js} +336 -71
- package/dist/{chunk-LHT4QTFK.js → chunk-KKSU7OZO.js} +137 -49
- package/dist/{chunk-C5LTJBI7.js → chunk-M6A4KFIG.js} +125 -226
- package/dist/{chunk-A74XSEW3.js → chunk-MIVX3GHD.js} +1 -1
- package/dist/{chunk-I4JI6TYN.js → chunk-ROKY5KS4.js} +21 -1
- package/dist/{chunk-2CDJZQN4.js → chunk-TM4TOEOX.js} +24 -6
- package/dist/{chunk-RFCXPGDM.js → chunk-UKT6OFLO.js} +99 -31
- package/dist/chunk-VA7MV4MZ.js +1073 -0
- package/dist/{chunk-ED3ZAFDI.js → chunk-YEZDPUFY.js} +61 -5
- package/dist/{chunk-W2VXS35Y.js → chunk-ZXDE2XMU.js} +5 -2
- package/dist/graphql/objects/index.cjs +6 -3
- package/dist/graphql/objects/index.d.cts +4 -4
- package/dist/graphql/objects/index.d.ts +4 -4
- package/dist/graphql/objects/index.js +1 -1
- package/dist/{index-CLdtdMU4.d.cts → index-CFh4uWzi.d.cts} +22 -5
- package/dist/{index-BDEYgYxP.d.ts → index-OSDtPMmC.d.ts} +22 -5
- package/dist/index.cjs +2299 -940
- package/dist/index.d.cts +8 -7
- package/dist/index.d.ts +8 -7
- package/dist/index.js +30 -24
- package/dist/index.node.cjs +2299 -940
- package/dist/index.node.d.cts +9 -8
- package/dist/index.node.d.ts +9 -8
- package/dist/index.node.js +30 -24
- package/dist/native/index.cjs +2303 -944
- package/dist/native/index.d.cts +436 -256
- package/dist/native/index.d.ts +436 -256
- package/dist/native/index.js +2150 -795
- package/dist/{network-CCgyIsGl.d.ts → network-BF2GYPye.d.ts} +1 -1
- package/dist/{network-B10hBoHp.d.cts → network-BiwBmoOg.d.cts} +1 -1
- package/dist/proto/lrc20.d.cts +1 -1
- package/dist/proto/lrc20.d.ts +1 -1
- package/dist/proto/lrc20.js +2 -2
- package/dist/proto/spark.cjs +125 -226
- package/dist/proto/spark.d.cts +1 -1
- package/dist/proto/spark.d.ts +1 -1
- package/dist/proto/spark.js +3 -5
- package/dist/proto/spark_token.cjs +1364 -0
- package/dist/proto/spark_token.d.cts +209 -0
- package/dist/proto/spark_token.d.ts +209 -0
- package/dist/proto/spark_token.js +32 -0
- package/dist/{sdk-types-BuVMn2rX.d.cts → sdk-types-CfhdFnsA.d.cts} +1 -1
- package/dist/{sdk-types-BeI6DM_M.d.ts → sdk-types-MnQrHolg.d.ts} +1 -1
- package/dist/services/config.cjs +35 -28
- package/dist/services/config.d.cts +5 -4
- package/dist/services/config.d.ts +5 -4
- package/dist/services/config.js +6 -6
- package/dist/services/connection.cjs +1108 -306
- package/dist/services/connection.d.cts +9 -4
- package/dist/services/connection.d.ts +9 -4
- package/dist/services/connection.js +3 -2
- package/dist/services/index.cjs +1686 -489
- package/dist/services/index.d.cts +5 -4
- package/dist/services/index.d.ts +5 -4
- package/dist/services/index.js +14 -12
- package/dist/services/lrc-connection.d.cts +4 -4
- package/dist/services/lrc-connection.d.ts +4 -4
- package/dist/services/lrc-connection.js +3 -3
- package/dist/services/token-transactions.cjs +636 -246
- package/dist/services/token-transactions.d.cts +18 -7
- package/dist/services/token-transactions.d.ts +18 -7
- package/dist/services/token-transactions.js +5 -4
- package/dist/services/wallet-config.cjs +1 -0
- package/dist/services/wallet-config.d.cts +5 -4
- package/dist/services/wallet-config.d.ts +5 -4
- package/dist/services/wallet-config.js +1 -1
- package/dist/signer/signer.cjs +99 -29
- package/dist/signer/signer.d.cts +2 -2
- package/dist/signer/signer.d.ts +2 -2
- package/dist/signer/signer.js +8 -4
- package/dist/{signer-CYwn7h9U.d.cts → signer-BhLS7SYR.d.cts} +31 -13
- package/dist/{signer-C5h1DpjF.d.ts → signer-CylxIujU.d.ts} +31 -13
- package/dist/{spark-DXYE9gMM.d.cts → spark-DjR1b3TC.d.cts} +13 -21
- package/dist/{spark-DXYE9gMM.d.ts → spark-DjR1b3TC.d.ts} +13 -21
- package/dist/types/index.cjs +130 -227
- package/dist/types/index.d.cts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/types/index.js +3 -3
- package/dist/utils/index.cjs +279 -2
- package/dist/utils/index.d.cts +10 -6
- package/dist/utils/index.d.ts +10 -6
- package/dist/utils/index.js +17 -12
- package/package.json +6 -2
- package/src/address/address.ts +41 -6
- package/src/graphql/client.ts +15 -0
- package/src/graphql/objects/Transfer.ts +7 -0
- package/src/graphql/queries/Transfer.ts +10 -0
- package/src/proto/spark.ts +215 -337
- package/src/proto/spark_token.ts +1407 -0
- package/src/services/config.ts +4 -0
- package/src/services/connection.ts +37 -1
- package/src/services/token-transactions.ts +425 -74
- package/src/services/wallet-config.ts +2 -0
- package/src/signer/signer.ts +143 -43
- package/src/spark-wallet/spark-wallet.ts +81 -3
- package/src/tests/integration/transfer.test.ts +186 -214
- package/src/tests/signer.test.ts +34 -0
- package/src/tests/transaction.test.ts +12 -0
- package/src/tests/xchain-address.test.ts +28 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/transaction.ts +30 -2
- package/src/utils/xchain-address.ts +36 -0
- package/android/build/.transforms/040d8fa2b9716b9d83b2ee652456153b/results.bin +0 -1
- package/android/build/.transforms/040d8fa2b9716b9d83b2ee652456153b/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/.transforms/2d0f5d3b1e10a4215d771884270da0bd/results.bin +0 -1
- package/android/build/.transforms/2d0f5d3b1e10a4215d771884270da0bd/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/results.bin +0 -1
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/BuildConfig.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostPackage.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$ErrorHandler.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$Spark.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter$DefaultImpls.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterBoolean.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterByteArray.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringByteArray.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterOptionalByteArray.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterSequenceString.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterString.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeDummyTx.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeError.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeKeyPackage.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeNonceResult.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningCommitment.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningNonce.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeTransactionResult.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUInt.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterULong.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUShort.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes$ByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/InternalException.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NoPointer.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByReference.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBufferByReference.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Spark_frostKt.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiCallbackInterfaceFree.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF32.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF64.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI16.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI32.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI64.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI8.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompletePointer.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU16.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU32.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU64.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU8.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureFree.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiHandleMap.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$ByValue.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$Companion.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustFutureContinuationCallback.dex +0 -0
- package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/results.bin +0 -1
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/BuildConfig.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostPackage.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$ErrorHandler.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$Spark.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter$DefaultImpls.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterBoolean.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterByteArray.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringByteArray.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterOptionalByteArray.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterSequenceString.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterString.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeDummyTx.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeError.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeKeyPackage.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeNonceResult.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningCommitment.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningNonce.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeTransactionResult.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUInt.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterULong.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUShort.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes$ByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/InternalException.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NoPointer.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByReference.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBufferByReference.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Spark_frostKt.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiCallbackInterfaceFree.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF32.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF64.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI16.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI32.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI64.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI8.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompletePointer.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU16.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU32.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU64.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU8.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureFree.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiHandleMap.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$ByValue.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$Companion.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustFutureContinuationCallback.dex +0 -0
- package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
- package/android/build/generated/source/buildConfig/debug/com/sparkfrost/BuildConfig.java +0 -10
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -7
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
- package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
- package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
- package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/buildonspark_spark-sdk_debug.kotlin_module +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sparkfrost/BuildConfig.class +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libspark_frost.so +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libspark_frost.so +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libspark_frost.so +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libspark_frost.so +0 -0
- package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -2
- package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -7
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/arm64-v8a/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/arm64-v8a/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/armeabi-v7a/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/armeabi-v7a/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86_64/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86_64/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -7
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libspark_frost.so +0 -0
- package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libuniffi_spark_frost.so +0 -0
- package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/buildonspark_spark-sdk_debug.kotlin_module +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/BuildConfig.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/SparkFrostModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/SparkFrostModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/SparkFrostPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Disposable$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Disposable.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/DummyTx$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/DummyTx.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Exception$ErrorHandler.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Exception$Spark.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Exception.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverter$DefaultImpls.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverter.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterBoolean.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterByteArray.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterMapStringByteArray.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterOptionalByteArray.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterRustBuffer.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterSequenceString.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterString.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeDummyTx.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeError.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeKeyPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeNonceResult.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeSigningCommitment.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeSigningNonce.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeTransactionResult.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterUInt.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterULong.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterUShort.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/ForeignBytes$ByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/ForeignBytes.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/InternalException.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/KeyPackage$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/KeyPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/NoPointer.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/NonceResult$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/NonceResult.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer$ByReference.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer$ByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBufferByReference.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningCommitment$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningCommitment.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningNonce$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningNonce.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Spark_frostKt.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/TransactionResult$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/TransactionResult.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiCallbackInterfaceFree.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFuture.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteF32.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteF64.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI16.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI32.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI64.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI8.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompletePointer.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU16.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU32.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU64.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU8.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureFree.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF32.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF64.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI16.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI32.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI64.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI8.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructPointer.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU16.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU32.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU64.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU8.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructVoid.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiHandleMap.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiLib$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiLib.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatus$ByValue.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatus$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatus.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustFutureContinuationCallback.class +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -1
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.s +0 -1
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -16
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/kotlin-classes/debug/META-INF/buildonspark_spark-sdk_debug.kotlin_module +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/sparkfrost/SparkFrostModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/sparkfrost/SparkFrostModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/sparkfrost/SparkFrostPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Disposable$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Disposable.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/DummyTx$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/DummyTx.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Exception$ErrorHandler.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Exception$Spark.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Exception.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverter$DefaultImpls.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverter.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterBoolean.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterByteArray.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterMapStringByteArray.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterOptionalByteArray.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterRustBuffer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterSequenceString.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterString.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeDummyTx.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeError.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeKeyPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeNonceResult.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeSigningCommitment.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeSigningNonce.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeTransactionResult.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterUInt.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterULong.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterUShort.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/ForeignBytes$ByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/ForeignBytes.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/InternalException.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/KeyPackage$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/KeyPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/NoPointer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/NonceResult$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/NonceResult.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer$ByReference.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer$ByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBufferByReference.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningCommitment$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningCommitment.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningNonce$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningNonce.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Spark_frostKt.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/TransactionResult$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/TransactionResult.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiCallbackInterfaceFree.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFuture.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteF32.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteF64.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI16.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI32.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI64.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI8.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompletePointer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU16.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU32.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU64.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU8.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureFree.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF32.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF64.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI16.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI32.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI64.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI8.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructPointer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU16.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU32.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU64.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU8.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructVoid.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiHandleMap.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiLib$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiLib.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatus$ByValue.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatus$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatus.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustFutureContinuationCallback.class +0 -0
- /package/{android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt → dist/chunk-L3EHBOUX.js} +0 -0
package/dist/utils/index.cjs
CHANGED
|
@@ -42,6 +42,7 @@ __export(utils_exports, {
|
|
|
42
42
|
bigIntToPrivateKey: () => bigIntToPrivateKey,
|
|
43
43
|
calculateAvailableTokenAmount: () => calculateAvailableTokenAmount,
|
|
44
44
|
checkIfSelectedOutputsAreAvailable: () => checkIfSelectedOutputsAreAvailable,
|
|
45
|
+
checkIfValidSequence: () => checkIfValidSequence,
|
|
45
46
|
collectResponses: () => collectResponses,
|
|
46
47
|
computeTaprootKeyNoScript: () => computeTaprootKeyNoScript,
|
|
47
48
|
computerLagrangeCoefficients: () => computerLagrangeCoefficients,
|
|
@@ -76,6 +77,7 @@ __export(utils_exports, {
|
|
|
76
77
|
getRandomSigningNonce: () => getRandomSigningNonce,
|
|
77
78
|
getSigHashFromTx: () => getSigHashFromTx,
|
|
78
79
|
getSigningCommitmentFromNonce: () => getSigningCommitmentFromNonce,
|
|
80
|
+
getSparkAddressFromTaproot: () => getSparkAddressFromTaproot,
|
|
79
81
|
getTransactionSequence: () => getTransactionSequence,
|
|
80
82
|
getTransferPackageSigningPayload: () => getTransferPackageSigningPayload,
|
|
81
83
|
getTxFromRawTxBytes: () => getTxFromRawTxBytes,
|
|
@@ -665,6 +667,172 @@ var TreeNode = {
|
|
|
665
667
|
return message;
|
|
666
668
|
}
|
|
667
669
|
};
|
|
670
|
+
function createBaseSparkAddress() {
|
|
671
|
+
return { identityPublicKey: new Uint8Array(0), paymentIntentFields: void 0 };
|
|
672
|
+
}
|
|
673
|
+
var SparkAddress = {
|
|
674
|
+
encode(message, writer = new import_wire4.BinaryWriter()) {
|
|
675
|
+
if (message.identityPublicKey.length !== 0) {
|
|
676
|
+
writer.uint32(10).bytes(message.identityPublicKey);
|
|
677
|
+
}
|
|
678
|
+
if (message.paymentIntentFields !== void 0) {
|
|
679
|
+
PaymentIntentFields.encode(message.paymentIntentFields, writer.uint32(18).fork()).join();
|
|
680
|
+
}
|
|
681
|
+
return writer;
|
|
682
|
+
},
|
|
683
|
+
decode(input, length) {
|
|
684
|
+
const reader = input instanceof import_wire4.BinaryReader ? input : new import_wire4.BinaryReader(input);
|
|
685
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
686
|
+
const message = createBaseSparkAddress();
|
|
687
|
+
while (reader.pos < end) {
|
|
688
|
+
const tag = reader.uint32();
|
|
689
|
+
switch (tag >>> 3) {
|
|
690
|
+
case 1: {
|
|
691
|
+
if (tag !== 10) {
|
|
692
|
+
break;
|
|
693
|
+
}
|
|
694
|
+
message.identityPublicKey = reader.bytes();
|
|
695
|
+
continue;
|
|
696
|
+
}
|
|
697
|
+
case 2: {
|
|
698
|
+
if (tag !== 18) {
|
|
699
|
+
break;
|
|
700
|
+
}
|
|
701
|
+
message.paymentIntentFields = PaymentIntentFields.decode(reader, reader.uint32());
|
|
702
|
+
continue;
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
706
|
+
break;
|
|
707
|
+
}
|
|
708
|
+
reader.skip(tag & 7);
|
|
709
|
+
}
|
|
710
|
+
return message;
|
|
711
|
+
},
|
|
712
|
+
fromJSON(object) {
|
|
713
|
+
return {
|
|
714
|
+
identityPublicKey: isSet(object.identityPublicKey) ? bytesFromBase64(object.identityPublicKey) : new Uint8Array(0),
|
|
715
|
+
paymentIntentFields: isSet(object.paymentIntentFields) ? PaymentIntentFields.fromJSON(object.paymentIntentFields) : void 0
|
|
716
|
+
};
|
|
717
|
+
},
|
|
718
|
+
toJSON(message) {
|
|
719
|
+
const obj = {};
|
|
720
|
+
if (message.identityPublicKey.length !== 0) {
|
|
721
|
+
obj.identityPublicKey = base64FromBytes(message.identityPublicKey);
|
|
722
|
+
}
|
|
723
|
+
if (message.paymentIntentFields !== void 0) {
|
|
724
|
+
obj.paymentIntentFields = PaymentIntentFields.toJSON(message.paymentIntentFields);
|
|
725
|
+
}
|
|
726
|
+
return obj;
|
|
727
|
+
},
|
|
728
|
+
create(base) {
|
|
729
|
+
return SparkAddress.fromPartial(base ?? {});
|
|
730
|
+
},
|
|
731
|
+
fromPartial(object) {
|
|
732
|
+
const message = createBaseSparkAddress();
|
|
733
|
+
message.identityPublicKey = object.identityPublicKey ?? new Uint8Array(0);
|
|
734
|
+
message.paymentIntentFields = object.paymentIntentFields !== void 0 && object.paymentIntentFields !== null ? PaymentIntentFields.fromPartial(object.paymentIntentFields) : void 0;
|
|
735
|
+
return message;
|
|
736
|
+
}
|
|
737
|
+
};
|
|
738
|
+
function createBasePaymentIntentFields() {
|
|
739
|
+
return { id: new Uint8Array(0), assetIdentifier: void 0, assetAmount: new Uint8Array(0), memo: void 0 };
|
|
740
|
+
}
|
|
741
|
+
var PaymentIntentFields = {
|
|
742
|
+
encode(message, writer = new import_wire4.BinaryWriter()) {
|
|
743
|
+
if (message.id.length !== 0) {
|
|
744
|
+
writer.uint32(10).bytes(message.id);
|
|
745
|
+
}
|
|
746
|
+
if (message.assetIdentifier !== void 0) {
|
|
747
|
+
writer.uint32(18).bytes(message.assetIdentifier);
|
|
748
|
+
}
|
|
749
|
+
if (message.assetAmount.length !== 0) {
|
|
750
|
+
writer.uint32(26).bytes(message.assetAmount);
|
|
751
|
+
}
|
|
752
|
+
if (message.memo !== void 0) {
|
|
753
|
+
writer.uint32(34).string(message.memo);
|
|
754
|
+
}
|
|
755
|
+
return writer;
|
|
756
|
+
},
|
|
757
|
+
decode(input, length) {
|
|
758
|
+
const reader = input instanceof import_wire4.BinaryReader ? input : new import_wire4.BinaryReader(input);
|
|
759
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
760
|
+
const message = createBasePaymentIntentFields();
|
|
761
|
+
while (reader.pos < end) {
|
|
762
|
+
const tag = reader.uint32();
|
|
763
|
+
switch (tag >>> 3) {
|
|
764
|
+
case 1: {
|
|
765
|
+
if (tag !== 10) {
|
|
766
|
+
break;
|
|
767
|
+
}
|
|
768
|
+
message.id = reader.bytes();
|
|
769
|
+
continue;
|
|
770
|
+
}
|
|
771
|
+
case 2: {
|
|
772
|
+
if (tag !== 18) {
|
|
773
|
+
break;
|
|
774
|
+
}
|
|
775
|
+
message.assetIdentifier = reader.bytes();
|
|
776
|
+
continue;
|
|
777
|
+
}
|
|
778
|
+
case 3: {
|
|
779
|
+
if (tag !== 26) {
|
|
780
|
+
break;
|
|
781
|
+
}
|
|
782
|
+
message.assetAmount = reader.bytes();
|
|
783
|
+
continue;
|
|
784
|
+
}
|
|
785
|
+
case 4: {
|
|
786
|
+
if (tag !== 34) {
|
|
787
|
+
break;
|
|
788
|
+
}
|
|
789
|
+
message.memo = reader.string();
|
|
790
|
+
continue;
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
794
|
+
break;
|
|
795
|
+
}
|
|
796
|
+
reader.skip(tag & 7);
|
|
797
|
+
}
|
|
798
|
+
return message;
|
|
799
|
+
},
|
|
800
|
+
fromJSON(object) {
|
|
801
|
+
return {
|
|
802
|
+
id: isSet(object.id) ? bytesFromBase64(object.id) : new Uint8Array(0),
|
|
803
|
+
assetIdentifier: isSet(object.assetIdentifier) ? bytesFromBase64(object.assetIdentifier) : void 0,
|
|
804
|
+
assetAmount: isSet(object.assetAmount) ? bytesFromBase64(object.assetAmount) : new Uint8Array(0),
|
|
805
|
+
memo: isSet(object.memo) ? globalThis.String(object.memo) : void 0
|
|
806
|
+
};
|
|
807
|
+
},
|
|
808
|
+
toJSON(message) {
|
|
809
|
+
const obj = {};
|
|
810
|
+
if (message.id.length !== 0) {
|
|
811
|
+
obj.id = base64FromBytes(message.id);
|
|
812
|
+
}
|
|
813
|
+
if (message.assetIdentifier !== void 0) {
|
|
814
|
+
obj.assetIdentifier = base64FromBytes(message.assetIdentifier);
|
|
815
|
+
}
|
|
816
|
+
if (message.assetAmount.length !== 0) {
|
|
817
|
+
obj.assetAmount = base64FromBytes(message.assetAmount);
|
|
818
|
+
}
|
|
819
|
+
if (message.memo !== void 0) {
|
|
820
|
+
obj.memo = message.memo;
|
|
821
|
+
}
|
|
822
|
+
return obj;
|
|
823
|
+
},
|
|
824
|
+
create(base) {
|
|
825
|
+
return PaymentIntentFields.fromPartial(base ?? {});
|
|
826
|
+
},
|
|
827
|
+
fromPartial(object) {
|
|
828
|
+
const message = createBasePaymentIntentFields();
|
|
829
|
+
message.id = object.id ?? new Uint8Array(0);
|
|
830
|
+
message.assetIdentifier = object.assetIdentifier ?? void 0;
|
|
831
|
+
message.assetAmount = object.assetAmount ?? new Uint8Array(0);
|
|
832
|
+
message.memo = object.memo ?? void 0;
|
|
833
|
+
return message;
|
|
834
|
+
}
|
|
835
|
+
};
|
|
668
836
|
function bytesFromBase64(b64) {
|
|
669
837
|
if (globalThis.Buffer) {
|
|
670
838
|
return Uint8Array.from(globalThis.Buffer.from(b64, "base64"));
|
|
@@ -1151,6 +1319,7 @@ var BASE_CONFIG = {
|
|
|
1151
1319
|
threshold: 2,
|
|
1152
1320
|
signingOperators: getLocalSigningOperators(),
|
|
1153
1321
|
tokenSignatures: "SCHNORR",
|
|
1322
|
+
tokenTransactionVersion: "V0",
|
|
1154
1323
|
electrsUrl: getElectrsUrl("LOCAL"),
|
|
1155
1324
|
expectedWithdrawBondSats: 1e4,
|
|
1156
1325
|
expectedWithdrawRelativeBlockLocktime: 1e3,
|
|
@@ -1774,17 +1943,35 @@ function getTransactionSequence(currSequence) {
|
|
|
1774
1943
|
const timelock = getCurrentTimelock(currSequence);
|
|
1775
1944
|
return 1 << 30 | timelock;
|
|
1776
1945
|
}
|
|
1946
|
+
function checkIfValidSequence(currSequence) {
|
|
1947
|
+
const TIME_LOCK_ACTIVE = (currSequence || 0) & 2147483648;
|
|
1948
|
+
if (TIME_LOCK_ACTIVE !== 0) {
|
|
1949
|
+
throw new ValidationError("Timelock not active", {
|
|
1950
|
+
field: "currSequence",
|
|
1951
|
+
value: currSequence
|
|
1952
|
+
});
|
|
1953
|
+
}
|
|
1954
|
+
const RELATIVE_TIME_LOCK_ACTIVE = (currSequence || 0) & 4194304;
|
|
1955
|
+
if (RELATIVE_TIME_LOCK_ACTIVE !== 0) {
|
|
1956
|
+
throw new ValidationError("Block based timelock not active", {
|
|
1957
|
+
field: "currSequence",
|
|
1958
|
+
value: currSequence
|
|
1959
|
+
});
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1777
1962
|
function getNextTransactionSequence(currSequence, forRefresh) {
|
|
1963
|
+
checkIfValidSequence(currSequence);
|
|
1778
1964
|
const currentTimelock = getCurrentTimelock(currSequence);
|
|
1779
1965
|
const nextTimelock = currentTimelock - TIME_LOCK_INTERVAL;
|
|
1966
|
+
checkIfValidSequence(nextTimelock);
|
|
1780
1967
|
if (forRefresh && nextTimelock <= 100 && currentTimelock > 0) {
|
|
1781
1968
|
return {
|
|
1782
1969
|
nextSequence: 1 << 30 | nextTimelock,
|
|
1783
1970
|
needRefresh: true
|
|
1784
1971
|
};
|
|
1785
1972
|
}
|
|
1786
|
-
if (nextTimelock <
|
|
1787
|
-
throw new ValidationError("timelock interval is less than
|
|
1973
|
+
if (nextTimelock < 100) {
|
|
1974
|
+
throw new ValidationError("timelock interval is less than 100", {
|
|
1788
1975
|
field: "nextTimelock",
|
|
1789
1976
|
value: nextTimelock
|
|
1790
1977
|
});
|
|
@@ -2245,6 +2432,94 @@ function constructFeeBumpTx(txHex, utxos, feeRate, previousFeeBumpTx) {
|
|
|
2245
2432
|
correctedParentTx: correctedTxHex !== txHex ? correctedTxHex : void 0
|
|
2246
2433
|
};
|
|
2247
2434
|
}
|
|
2435
|
+
|
|
2436
|
+
// src/address/address.ts
|
|
2437
|
+
var import_secp256k16 = require("@noble/curves/secp256k1");
|
|
2438
|
+
var import_utils9 = require("@noble/hashes/utils");
|
|
2439
|
+
var import_base2 = require("@scure/base");
|
|
2440
|
+
var import_uuidv7 = require("uuidv7");
|
|
2441
|
+
var import_utils10 = require("@noble/curves/abstract/utils");
|
|
2442
|
+
var AddressNetwork = {
|
|
2443
|
+
MAINNET: "sp",
|
|
2444
|
+
TESTNET: "spt",
|
|
2445
|
+
REGTEST: "sprt",
|
|
2446
|
+
SIGNET: "sps",
|
|
2447
|
+
LOCAL: "spl"
|
|
2448
|
+
};
|
|
2449
|
+
function encodeSparkAddress(payload) {
|
|
2450
|
+
try {
|
|
2451
|
+
isValidPublicKey(payload.identityPublicKey);
|
|
2452
|
+
let paymentIntentFields;
|
|
2453
|
+
if (payload.paymentIntentFields) {
|
|
2454
|
+
paymentIntentFields = payload.paymentIntentFields;
|
|
2455
|
+
}
|
|
2456
|
+
const sparkAddressProto = SparkAddress.create({
|
|
2457
|
+
identityPublicKey: (0, import_utils9.hexToBytes)(payload.identityPublicKey),
|
|
2458
|
+
paymentIntentFields
|
|
2459
|
+
});
|
|
2460
|
+
const serializedPayload = SparkAddress.encode(sparkAddressProto).finish();
|
|
2461
|
+
const words = import_base2.bech32m.toWords(serializedPayload);
|
|
2462
|
+
return import_base2.bech32m.encode(
|
|
2463
|
+
AddressNetwork[payload.network],
|
|
2464
|
+
words,
|
|
2465
|
+
500
|
|
2466
|
+
);
|
|
2467
|
+
} catch (error) {
|
|
2468
|
+
throw new ValidationError(
|
|
2469
|
+
"Failed to encode Spark address",
|
|
2470
|
+
{
|
|
2471
|
+
field: "publicKey",
|
|
2472
|
+
value: payload.identityPublicKey
|
|
2473
|
+
},
|
|
2474
|
+
error
|
|
2475
|
+
);
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
function isValidPublicKey(publicKey) {
|
|
2479
|
+
try {
|
|
2480
|
+
const point = import_secp256k16.secp256k1.ProjectivePoint.fromHex(publicKey);
|
|
2481
|
+
point.assertValidity();
|
|
2482
|
+
} catch (error) {
|
|
2483
|
+
throw new ValidationError(
|
|
2484
|
+
"Invalid public key",
|
|
2485
|
+
{
|
|
2486
|
+
field: "publicKey",
|
|
2487
|
+
value: publicKey
|
|
2488
|
+
},
|
|
2489
|
+
error
|
|
2490
|
+
);
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
// src/utils/xchain-address.ts
|
|
2495
|
+
var btc4 = __toESM(require("@scure/btc-signer"), 1);
|
|
2496
|
+
var networkByType = {
|
|
2497
|
+
MAINNET: btc4.NETWORK,
|
|
2498
|
+
TESTNET: btc4.TEST_NETWORK,
|
|
2499
|
+
REGTEST: {
|
|
2500
|
+
...btc4.TEST_NETWORK,
|
|
2501
|
+
bech32: "bcrt"
|
|
2502
|
+
}
|
|
2503
|
+
};
|
|
2504
|
+
function getSparkAddressFromTaproot(taprootAddress) {
|
|
2505
|
+
for (const networkType of ["MAINNET", "TESTNET", "REGTEST"]) {
|
|
2506
|
+
try {
|
|
2507
|
+
const result = btc4.Address(networkByType[networkType]).decode(taprootAddress);
|
|
2508
|
+
if (result.type === "tr") {
|
|
2509
|
+
const outputPublicKey = result.pubkey;
|
|
2510
|
+
return encodeSparkAddress({
|
|
2511
|
+
identityPublicKey: import_buffer.Buffer.concat([
|
|
2512
|
+
import_buffer.Buffer.from([2]),
|
|
2513
|
+
outputPublicKey
|
|
2514
|
+
]).toString("hex"),
|
|
2515
|
+
network: networkType
|
|
2516
|
+
});
|
|
2517
|
+
}
|
|
2518
|
+
} catch (_) {
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
throw new ValidationError("Invalid taproot address");
|
|
2522
|
+
}
|
|
2248
2523
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2249
2524
|
0 && (module.exports = {
|
|
2250
2525
|
DEFAULT_FEE_SATS,
|
|
@@ -2259,6 +2534,7 @@ function constructFeeBumpTx(txHex, utxos, feeRate, previousFeeBumpTx) {
|
|
|
2259
2534
|
bigIntToPrivateKey,
|
|
2260
2535
|
calculateAvailableTokenAmount,
|
|
2261
2536
|
checkIfSelectedOutputsAreAvailable,
|
|
2537
|
+
checkIfValidSequence,
|
|
2262
2538
|
collectResponses,
|
|
2263
2539
|
computeTaprootKeyNoScript,
|
|
2264
2540
|
computerLagrangeCoefficients,
|
|
@@ -2293,6 +2569,7 @@ function constructFeeBumpTx(txHex, utxos, feeRate, previousFeeBumpTx) {
|
|
|
2293
2569
|
getRandomSigningNonce,
|
|
2294
2570
|
getSigHashFromTx,
|
|
2295
2571
|
getSigningCommitmentFromNonce,
|
|
2572
|
+
getSparkAddressFromTaproot,
|
|
2296
2573
|
getTransactionSequence,
|
|
2297
2574
|
getTransferPackageSigningPayload,
|
|
2298
2575
|
getTxFromRawTxBytes,
|
package/dist/utils/index.d.cts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as btc from '@scure/btc-signer';
|
|
2
2
|
import { Transaction } from '@scure/btc-signer';
|
|
3
3
|
import { TransactionOutput, TransactionInput } from '@scure/btc-signer/psbt';
|
|
4
|
-
import { N as Network } from '../network-
|
|
5
|
-
export { L as LRC_WALLET_NETWORK, c as LRC_WALLET_NETWORK_TYPE, b as NetworkToProto, a as NetworkType, g as getNetwork, d as getNetworkFromAddress, e as getNetworkFromString } from '../network-
|
|
6
|
-
import { i as SigningNonce, h as SigningCommitment } from '../signer-
|
|
7
|
-
export { V as VerifiableSecretShare, d as bigIntToPrivateKey, c as computerLagrangeCoefficients, e as evaluatePolynomial, f as fieldDiv, a as generatePolynomialForSecretSharing, g as getRandomBigInt, m as modInverse, r as recoverSecret, s as splitSecret, b as splitSecretWithProofs, v as validateShare } from '../signer-
|
|
8
|
-
import { j as OutputWithPreviousTransactionData, l as TransferPackage, g as SparkServiceClient } from '../spark-
|
|
4
|
+
import { N as Network } from '../network-BiwBmoOg.cjs';
|
|
5
|
+
export { L as LRC_WALLET_NETWORK, c as LRC_WALLET_NETWORK_TYPE, b as NetworkToProto, a as NetworkType, g as getNetwork, d as getNetworkFromAddress, e as getNetworkFromString } from '../network-BiwBmoOg.cjs';
|
|
6
|
+
import { i as SigningNonce, h as SigningCommitment } from '../signer-BhLS7SYR.cjs';
|
|
7
|
+
export { V as VerifiableSecretShare, d as bigIntToPrivateKey, c as computerLagrangeCoefficients, e as evaluatePolynomial, f as fieldDiv, a as generatePolynomialForSecretSharing, g as getRandomBigInt, m as modInverse, r as recoverSecret, s as splitSecret, b as splitSecretWithProofs, v as validateShare } from '../signer-BhLS7SYR.cjs';
|
|
8
|
+
import { j as OutputWithPreviousTransactionData, l as TransferPackage, g as SparkServiceClient } from '../spark-DjR1b3TC.cjs';
|
|
9
|
+
import { SparkAddressFormat } from '../address/index.cjs';
|
|
9
10
|
import '@buildonspark/lrc20-sdk';
|
|
10
11
|
import 'bitcoinjs-lib';
|
|
11
12
|
import '../BitcoinNetwork-TnABML0T.cjs';
|
|
@@ -75,6 +76,7 @@ declare function maybeApplyFee(amount: bigint): bigint;
|
|
|
75
76
|
declare function createRefundTx(sequence: number, nodeOutPoint: TransactionInput, amountSats: bigint, receivingPubkey: Uint8Array, network: Network): Transaction;
|
|
76
77
|
declare function getCurrentTimelock(currSequence?: number): number;
|
|
77
78
|
declare function getTransactionSequence(currSequence?: number): number;
|
|
79
|
+
declare function checkIfValidSequence(currSequence?: number): void;
|
|
78
80
|
declare function getNextTransactionSequence(currSequence?: number, forRefresh?: boolean): {
|
|
79
81
|
nextSequence: number;
|
|
80
82
|
needRefresh: boolean;
|
|
@@ -130,4 +132,6 @@ declare function constructFeeBumpTx(txHex: string, utxos: Utxo[], feeRate: FeeRa
|
|
|
130
132
|
correctedParentTx?: string;
|
|
131
133
|
};
|
|
132
134
|
|
|
133
|
-
|
|
135
|
+
declare function getSparkAddressFromTaproot(taprootAddress: string): SparkAddressFormat;
|
|
136
|
+
|
|
137
|
+
export { type BroadcastConfig, type BroadcastResult, DEFAULT_FEE_SATS, type FeeBumpTxChain, type FeeBumpTxPackage, type FeeRate, type LeafInfo, Network, type TxChain, type Utxo, addPrivateKeys, addPublicKeys, applyAdaptorToSignature, applyAdditiveTweakToPublicKey, calculateAvailableTokenAmount, checkIfSelectedOutputsAreAvailable, checkIfValidSequence, collectResponses, computeTaprootKeyNoScript, constructFeeBumpTx, constructUnilateralExitFeeBumpPackages, constructUnilateralExitTxs, createRefundTx, createSigningCommitment, createSigningNonce, decodeBytesToSigningCommitment, decodeBytesToSigningNonce, encodeSigningCommitmentToBytes, encodeSigningNonceToBytes, filterTokenBalanceForTokenPublicKey, generateAdaptorFromSignature, generateSignatureFromExistingAdaptor, getCurrentTimelock, getEphemeralAnchorOutput, getLatestDepositTxId, getNextTransactionSequence, getP2TRAddressFromPkScript, getP2TRAddressFromPublicKey, getP2TRScriptFromPublicKey, getP2WPKHAddressFromPublicKey, getRandomSigningNonce, getSigHashFromTx, getSigningCommitmentFromNonce, getSparkAddressFromTaproot, getTransactionSequence, getTransferPackageSigningPayload, getTxFromRawTxBytes, getTxFromRawTxHex, getTxId, getTxIdNoReverse, isEphemeralAnchorOutput, isTxBroadcast, lastKeyWithTarget, maybeApplyFee, proofOfPossessionMessageHashForDepositAddress, subtractPrivateKeys, subtractPublicKeys, sumOfPrivateKeys, validateOutboundAdaptorSignature };
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as btc from '@scure/btc-signer';
|
|
2
2
|
import { Transaction } from '@scure/btc-signer';
|
|
3
3
|
import { TransactionOutput, TransactionInput } from '@scure/btc-signer/psbt';
|
|
4
|
-
import { N as Network } from '../network-
|
|
5
|
-
export { L as LRC_WALLET_NETWORK, c as LRC_WALLET_NETWORK_TYPE, b as NetworkToProto, a as NetworkType, g as getNetwork, d as getNetworkFromAddress, e as getNetworkFromString } from '../network-
|
|
6
|
-
import { i as SigningNonce, h as SigningCommitment } from '../signer-
|
|
7
|
-
export { V as VerifiableSecretShare, d as bigIntToPrivateKey, c as computerLagrangeCoefficients, e as evaluatePolynomial, f as fieldDiv, a as generatePolynomialForSecretSharing, g as getRandomBigInt, m as modInverse, r as recoverSecret, s as splitSecret, b as splitSecretWithProofs, v as validateShare } from '../signer-
|
|
8
|
-
import { j as OutputWithPreviousTransactionData, l as TransferPackage, g as SparkServiceClient } from '../spark-
|
|
4
|
+
import { N as Network } from '../network-BF2GYPye.js';
|
|
5
|
+
export { L as LRC_WALLET_NETWORK, c as LRC_WALLET_NETWORK_TYPE, b as NetworkToProto, a as NetworkType, g as getNetwork, d as getNetworkFromAddress, e as getNetworkFromString } from '../network-BF2GYPye.js';
|
|
6
|
+
import { i as SigningNonce, h as SigningCommitment } from '../signer-CylxIujU.js';
|
|
7
|
+
export { V as VerifiableSecretShare, d as bigIntToPrivateKey, c as computerLagrangeCoefficients, e as evaluatePolynomial, f as fieldDiv, a as generatePolynomialForSecretSharing, g as getRandomBigInt, m as modInverse, r as recoverSecret, s as splitSecret, b as splitSecretWithProofs, v as validateShare } from '../signer-CylxIujU.js';
|
|
8
|
+
import { j as OutputWithPreviousTransactionData, l as TransferPackage, g as SparkServiceClient } from '../spark-DjR1b3TC.js';
|
|
9
|
+
import { SparkAddressFormat } from '../address/index.js';
|
|
9
10
|
import '@buildonspark/lrc20-sdk';
|
|
10
11
|
import 'bitcoinjs-lib';
|
|
11
12
|
import '../BitcoinNetwork-TnABML0T.js';
|
|
@@ -75,6 +76,7 @@ declare function maybeApplyFee(amount: bigint): bigint;
|
|
|
75
76
|
declare function createRefundTx(sequence: number, nodeOutPoint: TransactionInput, amountSats: bigint, receivingPubkey: Uint8Array, network: Network): Transaction;
|
|
76
77
|
declare function getCurrentTimelock(currSequence?: number): number;
|
|
77
78
|
declare function getTransactionSequence(currSequence?: number): number;
|
|
79
|
+
declare function checkIfValidSequence(currSequence?: number): void;
|
|
78
80
|
declare function getNextTransactionSequence(currSequence?: number, forRefresh?: boolean): {
|
|
79
81
|
nextSequence: number;
|
|
80
82
|
needRefresh: boolean;
|
|
@@ -130,4 +132,6 @@ declare function constructFeeBumpTx(txHex: string, utxos: Utxo[], feeRate: FeeRa
|
|
|
130
132
|
correctedParentTx?: string;
|
|
131
133
|
};
|
|
132
134
|
|
|
133
|
-
|
|
135
|
+
declare function getSparkAddressFromTaproot(taprootAddress: string): SparkAddressFormat;
|
|
136
|
+
|
|
137
|
+
export { type BroadcastConfig, type BroadcastResult, DEFAULT_FEE_SATS, type FeeBumpTxChain, type FeeBumpTxPackage, type FeeRate, type LeafInfo, Network, type TxChain, type Utxo, addPrivateKeys, addPublicKeys, applyAdaptorToSignature, applyAdditiveTweakToPublicKey, calculateAvailableTokenAmount, checkIfSelectedOutputsAreAvailable, checkIfValidSequence, collectResponses, computeTaprootKeyNoScript, constructFeeBumpTx, constructUnilateralExitFeeBumpPackages, constructUnilateralExitTxs, createRefundTx, createSigningCommitment, createSigningNonce, decodeBytesToSigningCommitment, decodeBytesToSigningNonce, encodeSigningCommitmentToBytes, encodeSigningNonceToBytes, filterTokenBalanceForTokenPublicKey, generateAdaptorFromSignature, generateSignatureFromExistingAdaptor, getCurrentTimelock, getEphemeralAnchorOutput, getLatestDepositTxId, getNextTransactionSequence, getP2TRAddressFromPkScript, getP2TRAddressFromPublicKey, getP2TRScriptFromPublicKey, getP2WPKHAddressFromPublicKey, getRandomSigningNonce, getSigHashFromTx, getSigningCommitmentFromNonce, getSparkAddressFromTaproot, getTransactionSequence, getTransferPackageSigningPayload, getTxFromRawTxBytes, getTxFromRawTxHex, getTxId, getTxIdNoReverse, isEphemeralAnchorOutput, isTxBroadcast, lastKeyWithTarget, maybeApplyFee, proofOfPossessionMessageHashForDepositAddress, subtractPrivateKeys, subtractPublicKeys, sumOfPrivateKeys, validateOutboundAdaptorSignature };
|
package/dist/utils/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DEFAULT_FEE_SATS,
|
|
3
|
+
checkIfValidSequence,
|
|
3
4
|
computeTaprootKeyNoScript,
|
|
4
5
|
constructFeeBumpTx,
|
|
5
6
|
constructUnilateralExitFeeBumpPackages,
|
|
@@ -14,6 +15,7 @@ import {
|
|
|
14
15
|
getP2TRScriptFromPublicKey,
|
|
15
16
|
getP2WPKHAddressFromPublicKey,
|
|
16
17
|
getSigHashFromTx,
|
|
18
|
+
getSparkAddressFromTaproot,
|
|
17
19
|
getTransactionSequence,
|
|
18
20
|
getTransferPackageSigningPayload,
|
|
19
21
|
getTxFromRawTxBytes,
|
|
@@ -24,15 +26,9 @@ import {
|
|
|
24
26
|
isTxBroadcast,
|
|
25
27
|
maybeApplyFee,
|
|
26
28
|
proofOfPossessionMessageHashForDepositAddress
|
|
27
|
-
} from "../chunk-
|
|
28
|
-
import "../chunk-
|
|
29
|
-
import "../chunk-
|
|
30
|
-
import {
|
|
31
|
-
calculateAvailableTokenAmount,
|
|
32
|
-
checkIfSelectedOutputsAreAvailable,
|
|
33
|
-
collectResponses,
|
|
34
|
-
filterTokenBalanceForTokenPublicKey
|
|
35
|
-
} from "../chunk-57XLH3ZR.js";
|
|
29
|
+
} from "../chunk-YEZDPUFY.js";
|
|
30
|
+
import "../chunk-MIVX3GHD.js";
|
|
31
|
+
import "../chunk-6YVPOQ2A.js";
|
|
36
32
|
import {
|
|
37
33
|
LRC_WALLET_NETWORK,
|
|
38
34
|
LRC_WALLET_NETWORK_TYPE,
|
|
@@ -42,7 +38,7 @@ import {
|
|
|
42
38
|
getNetworkFromAddress,
|
|
43
39
|
getNetworkFromString
|
|
44
40
|
} from "../chunk-HK6LPV6Z.js";
|
|
45
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-7EFSUADA.js";
|
|
46
42
|
import {
|
|
47
43
|
addPrivateKeys,
|
|
48
44
|
addPublicKeys,
|
|
@@ -64,6 +60,14 @@ import {
|
|
|
64
60
|
sumOfPrivateKeys,
|
|
65
61
|
validateOutboundAdaptorSignature
|
|
66
62
|
} from "../chunk-7VMYMQLF.js";
|
|
63
|
+
import "../chunk-HMLOC6TE.js";
|
|
64
|
+
import {
|
|
65
|
+
calculateAvailableTokenAmount,
|
|
66
|
+
checkIfSelectedOutputsAreAvailable,
|
|
67
|
+
collectResponses,
|
|
68
|
+
filterTokenBalanceForTokenPublicKey
|
|
69
|
+
} from "../chunk-ATEHMLKP.js";
|
|
70
|
+
import "../chunk-TM4TOEOX.js";
|
|
67
71
|
import {
|
|
68
72
|
bigIntToPrivateKey,
|
|
69
73
|
computerLagrangeCoefficients,
|
|
@@ -77,10 +81,9 @@ import {
|
|
|
77
81
|
splitSecretWithProofs,
|
|
78
82
|
validateShare
|
|
79
83
|
} from "../chunk-MGPRLH6Q.js";
|
|
80
|
-
import "../chunk-HMLOC6TE.js";
|
|
81
84
|
import "../chunk-VTUGIIWI.js";
|
|
82
85
|
import "../chunk-TWF35O6M.js";
|
|
83
|
-
import "../chunk-
|
|
86
|
+
import "../chunk-M6A4KFIG.js";
|
|
84
87
|
import "../chunk-MVRQ5US7.js";
|
|
85
88
|
export {
|
|
86
89
|
DEFAULT_FEE_SATS,
|
|
@@ -95,6 +98,7 @@ export {
|
|
|
95
98
|
bigIntToPrivateKey,
|
|
96
99
|
calculateAvailableTokenAmount,
|
|
97
100
|
checkIfSelectedOutputsAreAvailable,
|
|
101
|
+
checkIfValidSequence,
|
|
98
102
|
collectResponses,
|
|
99
103
|
computeTaprootKeyNoScript,
|
|
100
104
|
computerLagrangeCoefficients,
|
|
@@ -129,6 +133,7 @@ export {
|
|
|
129
133
|
getRandomSigningNonce,
|
|
130
134
|
getSigHashFromTx,
|
|
131
135
|
getSigningCommitmentFromNonce,
|
|
136
|
+
getSparkAddressFromTaproot,
|
|
132
137
|
getTransactionSequence,
|
|
133
138
|
getTransferPackageSigningPayload,
|
|
134
139
|
getTxFromRawTxBytes,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buildonspark/spark-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"author": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -77,6 +77,10 @@
|
|
|
77
77
|
"import": "./dist/proto/spark.js",
|
|
78
78
|
"require": "./dist/proto/spark.cjs"
|
|
79
79
|
},
|
|
80
|
+
"./proto/spark_token": {
|
|
81
|
+
"import": "./dist/proto/spark_token.js",
|
|
82
|
+
"require": "./dist/proto/spark_token.cjs"
|
|
83
|
+
},
|
|
80
84
|
"./proto/lrc20": {
|
|
81
85
|
"import": "./dist/proto/lrc20.js",
|
|
82
86
|
"require": "./dist/proto/lrc20.cjs"
|
|
@@ -122,7 +126,7 @@
|
|
|
122
126
|
"types:watch": "tsc-absolute --watch",
|
|
123
127
|
"types": "tsc",
|
|
124
128
|
"patch-wasm": "node ./wasm/patch-wasm.mjs",
|
|
125
|
-
"generate:proto": "PATH=\"$PATH:./node_modules/.bin\" protoc --ts_proto_out=./src/proto --ts_proto_opt=outputServices=nice-grpc,useExactTypes=false,outputServices=generic-definitions,oneof=unions,importSuffix=.js --proto_path=../../../../protos spark.proto mock.proto spark_authn.proto && yarn format:fix"
|
|
129
|
+
"generate:proto": "PATH=\"$PATH:./node_modules/.bin\" protoc --ts_proto_out=./src/proto --ts_proto_opt=outputServices=nice-grpc,useExactTypes=false,outputServices=generic-definitions,oneof=unions,importSuffix=.js --proto_path=../../../../protos spark.proto spark_token.proto mock.proto spark_authn.proto && yarn format:fix"
|
|
126
130
|
},
|
|
127
131
|
"devDependencies": {
|
|
128
132
|
"@arethetypeswrong/cli": "^0.17.4",
|
package/src/address/address.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { secp256k1 } from "@noble/curves/secp256k1";
|
|
2
2
|
import { bytesToHex, hexToBytes } from "@noble/hashes/utils";
|
|
3
3
|
import { bech32m } from "@scure/base";
|
|
4
|
-
import { SparkAddress } from "../proto/spark.js";
|
|
4
|
+
import { PaymentIntentFields, SparkAddress } from "../proto/spark.js";
|
|
5
5
|
import { NetworkType } from "../utils/network.js";
|
|
6
6
|
import { ValidationError } from "../errors/index.js";
|
|
7
7
|
|
|
8
|
+
import { UUID, uuidv7 } from "uuidv7";
|
|
9
|
+
import { bytesToNumberBE } from "@noble/curves/abstract/utils";
|
|
10
|
+
|
|
8
11
|
const AddressNetwork: Record<NetworkType, string> = {
|
|
9
12
|
MAINNET: "sp",
|
|
10
13
|
TESTNET: "spt",
|
|
@@ -19,6 +22,18 @@ export type SparkAddressFormat =
|
|
|
19
22
|
export interface SparkAddressData {
|
|
20
23
|
identityPublicKey: string;
|
|
21
24
|
network: NetworkType;
|
|
25
|
+
paymentIntentFields?: PaymentIntentFields;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface DecodedSparkAddressData {
|
|
29
|
+
identityPublicKey: string;
|
|
30
|
+
network: NetworkType;
|
|
31
|
+
paymentIntentFields?: {
|
|
32
|
+
id: string;
|
|
33
|
+
assetIdentifier?: string;
|
|
34
|
+
assetAmount: bigint;
|
|
35
|
+
memo?: string;
|
|
36
|
+
};
|
|
22
37
|
}
|
|
23
38
|
|
|
24
39
|
export function encodeSparkAddress(
|
|
@@ -27,8 +42,14 @@ export function encodeSparkAddress(
|
|
|
27
42
|
try {
|
|
28
43
|
isValidPublicKey(payload.identityPublicKey);
|
|
29
44
|
|
|
45
|
+
let paymentIntentFields: PaymentIntentFields | undefined;
|
|
46
|
+
if (payload.paymentIntentFields) {
|
|
47
|
+
paymentIntentFields = payload.paymentIntentFields;
|
|
48
|
+
}
|
|
49
|
+
|
|
30
50
|
const sparkAddressProto = SparkAddress.create({
|
|
31
51
|
identityPublicKey: hexToBytes(payload.identityPublicKey),
|
|
52
|
+
paymentIntentFields,
|
|
32
53
|
});
|
|
33
54
|
|
|
34
55
|
const serializedPayload = SparkAddress.encode(sparkAddressProto).finish();
|
|
@@ -37,7 +58,7 @@ export function encodeSparkAddress(
|
|
|
37
58
|
return bech32m.encode(
|
|
38
59
|
AddressNetwork[payload.network],
|
|
39
60
|
words,
|
|
40
|
-
|
|
61
|
+
500,
|
|
41
62
|
) as SparkAddressFormat;
|
|
42
63
|
} catch (error) {
|
|
43
64
|
throw new ValidationError(
|
|
@@ -54,9 +75,10 @@ export function encodeSparkAddress(
|
|
|
54
75
|
export function decodeSparkAddress(
|
|
55
76
|
address: string,
|
|
56
77
|
network: NetworkType,
|
|
57
|
-
):
|
|
78
|
+
): DecodedSparkAddressData {
|
|
58
79
|
try {
|
|
59
|
-
const decoded = bech32m.decode(address as SparkAddressFormat,
|
|
80
|
+
const decoded = bech32m.decode(address as SparkAddressFormat, 500);
|
|
81
|
+
|
|
60
82
|
if (decoded.prefix !== AddressNetwork[network]) {
|
|
61
83
|
throw new ValidationError("Invalid Spark address prefix", {
|
|
62
84
|
field: "address",
|
|
@@ -71,7 +93,20 @@ export function decodeSparkAddress(
|
|
|
71
93
|
|
|
72
94
|
isValidPublicKey(publicKey);
|
|
73
95
|
|
|
74
|
-
|
|
96
|
+
const paymentIntentFields = payload.paymentIntentFields;
|
|
97
|
+
|
|
98
|
+
return {
|
|
99
|
+
identityPublicKey: publicKey,
|
|
100
|
+
network,
|
|
101
|
+
paymentIntentFields: paymentIntentFields && {
|
|
102
|
+
id: UUID.ofInner(paymentIntentFields.id).toString(),
|
|
103
|
+
assetIdentifier: paymentIntentFields.assetIdentifier
|
|
104
|
+
? bytesToHex(paymentIntentFields.assetIdentifier)
|
|
105
|
+
: undefined,
|
|
106
|
+
assetAmount: bytesToNumberBE(paymentIntentFields.assetAmount),
|
|
107
|
+
memo: paymentIntentFields.memo,
|
|
108
|
+
},
|
|
109
|
+
};
|
|
75
110
|
} catch (error) {
|
|
76
111
|
if (error instanceof ValidationError) {
|
|
77
112
|
throw error;
|
|
@@ -118,7 +153,7 @@ export function isValidSparkAddress(address: string) {
|
|
|
118
153
|
}
|
|
119
154
|
}
|
|
120
155
|
|
|
121
|
-
function isValidPublicKey(publicKey: string) {
|
|
156
|
+
export function isValidPublicKey(publicKey: string) {
|
|
122
157
|
try {
|
|
123
158
|
const point = secp256k1.ProjectivePoint.fromHex(publicKey);
|
|
124
159
|
point.assertValidity();
|
package/src/graphql/client.ts
CHANGED
|
@@ -40,6 +40,7 @@ import type {
|
|
|
40
40
|
RequestLeavesSwapInput,
|
|
41
41
|
RequestLightningReceiveInput,
|
|
42
42
|
RequestLightningSendInput,
|
|
43
|
+
Transfer,
|
|
43
44
|
} from "./objects/index.js";
|
|
44
45
|
import { LeavesSwapFeeEstimateOutputFromJson } from "./objects/LeavesSwapFeeEstimateOutput.js";
|
|
45
46
|
import LeavesSwapRequest, {
|
|
@@ -56,6 +57,7 @@ import StaticDepositQuoteInput from "./objects/StaticDepositQuoteInput.js";
|
|
|
56
57
|
import StaticDepositQuoteOutput, {
|
|
57
58
|
StaticDepositQuoteOutputFromJson,
|
|
58
59
|
} from "./objects/StaticDepositQuoteOutput.js";
|
|
60
|
+
import { TransferFromJson } from "./objects/Transfer.js";
|
|
59
61
|
import VerifyChallengeOutput, {
|
|
60
62
|
VerifyChallengeOutputFromJson,
|
|
61
63
|
} from "./objects/VerifyChallengeOutput.js";
|
|
@@ -63,6 +65,7 @@ import { CoopExitFeeEstimate } from "./queries/CoopExitFeeEstimate.js";
|
|
|
63
65
|
import { GetClaimDepositQuote } from "./queries/GetClaimDepositQuote.js";
|
|
64
66
|
import { LeavesSwapFeeEstimate } from "./queries/LeavesSwapFeeEstimate.js";
|
|
65
67
|
import { LightningSendFeeEstimate } from "./queries/LightningSendFeeEstimate.js";
|
|
68
|
+
import { GetTransfer } from "./queries/Transfer.js";
|
|
66
69
|
import { UserRequest } from "./queries/UserRequest.js";
|
|
67
70
|
|
|
68
71
|
export interface SspClientOptions {
|
|
@@ -456,6 +459,18 @@ export default class SspClient {
|
|
|
456
459
|
});
|
|
457
460
|
}
|
|
458
461
|
|
|
462
|
+
async getTransfer(id: string): Promise<Transfer | null> {
|
|
463
|
+
return await this.executeRawQuery({
|
|
464
|
+
queryPayload: GetTransfer,
|
|
465
|
+
variables: {
|
|
466
|
+
transfer_spark_id: id,
|
|
467
|
+
},
|
|
468
|
+
constructObject: (response: { transfer: any }) => {
|
|
469
|
+
return TransferFromJson(response.transfer);
|
|
470
|
+
},
|
|
471
|
+
});
|
|
472
|
+
}
|
|
473
|
+
|
|
459
474
|
async getChallenge(): Promise<GetChallengeOutput | null> {
|
|
460
475
|
return await this.executeRawQuery(
|
|
461
476
|
{
|