@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
|
@@ -44,7 +44,6 @@ __export(spark_exports, {
|
|
|
44
44
|
FinalizeTransferRequest: () => FinalizeTransferRequest,
|
|
45
45
|
FinalizeTransferResponse: () => FinalizeTransferResponse,
|
|
46
46
|
FinalizeTransferWithTransferPackageRequest: () => FinalizeTransferWithTransferPackageRequest,
|
|
47
|
-
FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry: () => FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry,
|
|
48
47
|
FreezeTokensPayload: () => FreezeTokensPayload,
|
|
49
48
|
FreezeTokensRequest: () => FreezeTokensRequest,
|
|
50
49
|
FreezeTokensResponse: () => FreezeTokensResponse,
|
|
@@ -73,6 +72,7 @@ __export(spark_exports, {
|
|
|
73
72
|
OperatorSpecificTokenTransactionSignablePayload: () => OperatorSpecificTokenTransactionSignablePayload,
|
|
74
73
|
OutPoint: () => OutPoint,
|
|
75
74
|
OutputWithPreviousTransactionData: () => OutputWithPreviousTransactionData,
|
|
75
|
+
PaymentIntentFields: () => PaymentIntentFields,
|
|
76
76
|
PrepareTreeAddressRequest: () => PrepareTreeAddressRequest,
|
|
77
77
|
PrepareTreeAddressResponse: () => PrepareTreeAddressResponse,
|
|
78
78
|
ProvidePreimageRequest: () => ProvidePreimageRequest,
|
|
@@ -132,7 +132,6 @@ __export(spark_exports, {
|
|
|
132
132
|
StartTokenTransactionRequest: () => StartTokenTransactionRequest,
|
|
133
133
|
StartTokenTransactionResponse: () => StartTokenTransactionResponse,
|
|
134
134
|
StartTransferRequest: () => StartTransferRequest,
|
|
135
|
-
StartTransferRequest_KeyTweakProofsEntry: () => StartTransferRequest_KeyTweakProofsEntry,
|
|
136
135
|
StartTransferResponse: () => StartTransferResponse,
|
|
137
136
|
StartTreeCreationRequest: () => StartTreeCreationRequest,
|
|
138
137
|
StartTreeCreationResponse: () => StartTreeCreationResponse,
|
|
@@ -712,6 +711,7 @@ function networkToJSON(object) {
|
|
|
712
711
|
var TokenTransactionStatus = /* @__PURE__ */ ((TokenTransactionStatus2) => {
|
|
713
712
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_STARTED"] = 0] = "TOKEN_TRANSACTION_STARTED";
|
|
714
713
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_SIGNED"] = 1] = "TOKEN_TRANSACTION_SIGNED";
|
|
714
|
+
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_REVEALED"] = 5] = "TOKEN_TRANSACTION_REVEALED";
|
|
715
715
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_FINALIZED"] = 2] = "TOKEN_TRANSACTION_FINALIZED";
|
|
716
716
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_STARTED_CANCELLED"] = 3] = "TOKEN_TRANSACTION_STARTED_CANCELLED";
|
|
717
717
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_SIGNED_CANCELLED"] = 4] = "TOKEN_TRANSACTION_SIGNED_CANCELLED";
|
|
@@ -727,6 +727,9 @@ function tokenTransactionStatusFromJSON(object) {
|
|
|
727
727
|
case 1:
|
|
728
728
|
case "TOKEN_TRANSACTION_SIGNED":
|
|
729
729
|
return 1 /* TOKEN_TRANSACTION_SIGNED */;
|
|
730
|
+
case 5:
|
|
731
|
+
case "TOKEN_TRANSACTION_REVEALED":
|
|
732
|
+
return 5 /* TOKEN_TRANSACTION_REVEALED */;
|
|
730
733
|
case 2:
|
|
731
734
|
case "TOKEN_TRANSACTION_FINALIZED":
|
|
732
735
|
return 2 /* TOKEN_TRANSACTION_FINALIZED */;
|
|
@@ -751,6 +754,8 @@ function tokenTransactionStatusToJSON(object) {
|
|
|
751
754
|
return "TOKEN_TRANSACTION_STARTED";
|
|
752
755
|
case 1 /* TOKEN_TRANSACTION_SIGNED */:
|
|
753
756
|
return "TOKEN_TRANSACTION_SIGNED";
|
|
757
|
+
case 5 /* TOKEN_TRANSACTION_REVEALED */:
|
|
758
|
+
return "TOKEN_TRANSACTION_REVEALED";
|
|
754
759
|
case 2 /* TOKEN_TRANSACTION_FINALIZED */:
|
|
755
760
|
return "TOKEN_TRANSACTION_FINALIZED";
|
|
756
761
|
case 3 /* TOKEN_TRANSACTION_STARTED_CANCELLED */:
|
|
@@ -5929,7 +5934,6 @@ function createBaseStartTransferRequest() {
|
|
|
5929
5934
|
leavesToSend: [],
|
|
5930
5935
|
receiverIdentityPublicKey: new Uint8Array(0),
|
|
5931
5936
|
expiryTime: void 0,
|
|
5932
|
-
keyTweakProofs: {},
|
|
5933
5937
|
transferPackage: void 0
|
|
5934
5938
|
};
|
|
5935
5939
|
}
|
|
@@ -5950,9 +5954,6 @@ var StartTransferRequest = {
|
|
|
5950
5954
|
if (message.expiryTime !== void 0) {
|
|
5951
5955
|
Timestamp.encode(toTimestamp(message.expiryTime), writer.uint32(42).fork()).join();
|
|
5952
5956
|
}
|
|
5953
|
-
Object.entries(message.keyTweakProofs).forEach(([key, value]) => {
|
|
5954
|
-
StartTransferRequest_KeyTweakProofsEntry.encode({ key, value }, writer.uint32(50).fork()).join();
|
|
5955
|
-
});
|
|
5956
5957
|
if (message.transferPackage !== void 0) {
|
|
5957
5958
|
TransferPackage.encode(message.transferPackage, writer.uint32(58).fork()).join();
|
|
5958
5959
|
}
|
|
@@ -6000,16 +6001,6 @@ var StartTransferRequest = {
|
|
|
6000
6001
|
message.expiryTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
|
|
6001
6002
|
continue;
|
|
6002
6003
|
}
|
|
6003
|
-
case 6: {
|
|
6004
|
-
if (tag !== 50) {
|
|
6005
|
-
break;
|
|
6006
|
-
}
|
|
6007
|
-
const entry6 = StartTransferRequest_KeyTweakProofsEntry.decode(reader, reader.uint32());
|
|
6008
|
-
if (entry6.value !== void 0) {
|
|
6009
|
-
message.keyTweakProofs[entry6.key] = entry6.value;
|
|
6010
|
-
}
|
|
6011
|
-
continue;
|
|
6012
|
-
}
|
|
6013
6004
|
case 7: {
|
|
6014
6005
|
if (tag !== 58) {
|
|
6015
6006
|
break;
|
|
@@ -6032,10 +6023,6 @@ var StartTransferRequest = {
|
|
|
6032
6023
|
leavesToSend: globalThis.Array.isArray(object?.leavesToSend) ? object.leavesToSend.map((e) => LeafRefundTxSigningJob.fromJSON(e)) : [],
|
|
6033
6024
|
receiverIdentityPublicKey: isSet3(object.receiverIdentityPublicKey) ? bytesFromBase642(object.receiverIdentityPublicKey) : new Uint8Array(0),
|
|
6034
6025
|
expiryTime: isSet3(object.expiryTime) ? fromJsonTimestamp(object.expiryTime) : void 0,
|
|
6035
|
-
keyTweakProofs: isObject2(object.keyTweakProofs) ? Object.entries(object.keyTweakProofs).reduce((acc, [key, value]) => {
|
|
6036
|
-
acc[key] = SecretProof.fromJSON(value);
|
|
6037
|
-
return acc;
|
|
6038
|
-
}, {}) : {},
|
|
6039
6026
|
transferPackage: isSet3(object.transferPackage) ? TransferPackage.fromJSON(object.transferPackage) : void 0
|
|
6040
6027
|
};
|
|
6041
6028
|
},
|
|
@@ -6056,15 +6043,6 @@ var StartTransferRequest = {
|
|
|
6056
6043
|
if (message.expiryTime !== void 0) {
|
|
6057
6044
|
obj.expiryTime = message.expiryTime.toISOString();
|
|
6058
6045
|
}
|
|
6059
|
-
if (message.keyTweakProofs) {
|
|
6060
|
-
const entries = Object.entries(message.keyTweakProofs);
|
|
6061
|
-
if (entries.length > 0) {
|
|
6062
|
-
obj.keyTweakProofs = {};
|
|
6063
|
-
entries.forEach(([k, v]) => {
|
|
6064
|
-
obj.keyTweakProofs[k] = SecretProof.toJSON(v);
|
|
6065
|
-
});
|
|
6066
|
-
}
|
|
6067
|
-
}
|
|
6068
6046
|
if (message.transferPackage !== void 0) {
|
|
6069
6047
|
obj.transferPackage = TransferPackage.toJSON(message.transferPackage);
|
|
6070
6048
|
}
|
|
@@ -6080,87 +6058,10 @@ var StartTransferRequest = {
|
|
|
6080
6058
|
message.leavesToSend = object.leavesToSend?.map((e) => LeafRefundTxSigningJob.fromPartial(e)) || [];
|
|
6081
6059
|
message.receiverIdentityPublicKey = object.receiverIdentityPublicKey ?? new Uint8Array(0);
|
|
6082
6060
|
message.expiryTime = object.expiryTime ?? void 0;
|
|
6083
|
-
message.keyTweakProofs = Object.entries(object.keyTweakProofs ?? {}).reduce(
|
|
6084
|
-
(acc, [key, value]) => {
|
|
6085
|
-
if (value !== void 0) {
|
|
6086
|
-
acc[key] = SecretProof.fromPartial(value);
|
|
6087
|
-
}
|
|
6088
|
-
return acc;
|
|
6089
|
-
},
|
|
6090
|
-
{}
|
|
6091
|
-
);
|
|
6092
6061
|
message.transferPackage = object.transferPackage !== void 0 && object.transferPackage !== null ? TransferPackage.fromPartial(object.transferPackage) : void 0;
|
|
6093
6062
|
return message;
|
|
6094
6063
|
}
|
|
6095
6064
|
};
|
|
6096
|
-
function createBaseStartTransferRequest_KeyTweakProofsEntry() {
|
|
6097
|
-
return { key: "", value: void 0 };
|
|
6098
|
-
}
|
|
6099
|
-
var StartTransferRequest_KeyTweakProofsEntry = {
|
|
6100
|
-
encode(message, writer = new BinaryWriter4()) {
|
|
6101
|
-
if (message.key !== "") {
|
|
6102
|
-
writer.uint32(10).string(message.key);
|
|
6103
|
-
}
|
|
6104
|
-
if (message.value !== void 0) {
|
|
6105
|
-
SecretProof.encode(message.value, writer.uint32(18).fork()).join();
|
|
6106
|
-
}
|
|
6107
|
-
return writer;
|
|
6108
|
-
},
|
|
6109
|
-
decode(input, length) {
|
|
6110
|
-
const reader = input instanceof BinaryReader4 ? input : new BinaryReader4(input);
|
|
6111
|
-
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
6112
|
-
const message = createBaseStartTransferRequest_KeyTweakProofsEntry();
|
|
6113
|
-
while (reader.pos < end) {
|
|
6114
|
-
const tag = reader.uint32();
|
|
6115
|
-
switch (tag >>> 3) {
|
|
6116
|
-
case 1: {
|
|
6117
|
-
if (tag !== 10) {
|
|
6118
|
-
break;
|
|
6119
|
-
}
|
|
6120
|
-
message.key = reader.string();
|
|
6121
|
-
continue;
|
|
6122
|
-
}
|
|
6123
|
-
case 2: {
|
|
6124
|
-
if (tag !== 18) {
|
|
6125
|
-
break;
|
|
6126
|
-
}
|
|
6127
|
-
message.value = SecretProof.decode(reader, reader.uint32());
|
|
6128
|
-
continue;
|
|
6129
|
-
}
|
|
6130
|
-
}
|
|
6131
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
6132
|
-
break;
|
|
6133
|
-
}
|
|
6134
|
-
reader.skip(tag & 7);
|
|
6135
|
-
}
|
|
6136
|
-
return message;
|
|
6137
|
-
},
|
|
6138
|
-
fromJSON(object) {
|
|
6139
|
-
return {
|
|
6140
|
-
key: isSet3(object.key) ? globalThis.String(object.key) : "",
|
|
6141
|
-
value: isSet3(object.value) ? SecretProof.fromJSON(object.value) : void 0
|
|
6142
|
-
};
|
|
6143
|
-
},
|
|
6144
|
-
toJSON(message) {
|
|
6145
|
-
const obj = {};
|
|
6146
|
-
if (message.key !== "") {
|
|
6147
|
-
obj.key = message.key;
|
|
6148
|
-
}
|
|
6149
|
-
if (message.value !== void 0) {
|
|
6150
|
-
obj.value = SecretProof.toJSON(message.value);
|
|
6151
|
-
}
|
|
6152
|
-
return obj;
|
|
6153
|
-
},
|
|
6154
|
-
create(base) {
|
|
6155
|
-
return StartTransferRequest_KeyTweakProofsEntry.fromPartial(base ?? {});
|
|
6156
|
-
},
|
|
6157
|
-
fromPartial(object) {
|
|
6158
|
-
const message = createBaseStartTransferRequest_KeyTweakProofsEntry();
|
|
6159
|
-
message.key = object.key ?? "";
|
|
6160
|
-
message.value = object.value !== void 0 && object.value !== null ? SecretProof.fromPartial(object.value) : void 0;
|
|
6161
|
-
return message;
|
|
6162
|
-
}
|
|
6163
|
-
};
|
|
6164
6065
|
function createBaseStartTransferResponse() {
|
|
6165
6066
|
return { transfer: void 0, signingResults: [] };
|
|
6166
6067
|
}
|
|
@@ -6760,12 +6661,7 @@ var FinalizeTransferRequest = {
|
|
|
6760
6661
|
}
|
|
6761
6662
|
};
|
|
6762
6663
|
function createBaseFinalizeTransferWithTransferPackageRequest() {
|
|
6763
|
-
return {
|
|
6764
|
-
transferId: "",
|
|
6765
|
-
ownerIdentityPublicKey: new Uint8Array(0),
|
|
6766
|
-
transferPackage: void 0,
|
|
6767
|
-
refundSignatures: {}
|
|
6768
|
-
};
|
|
6664
|
+
return { transferId: "", ownerIdentityPublicKey: new Uint8Array(0), transferPackage: void 0 };
|
|
6769
6665
|
}
|
|
6770
6666
|
var FinalizeTransferWithTransferPackageRequest = {
|
|
6771
6667
|
encode(message, writer = new BinaryWriter4()) {
|
|
@@ -6778,12 +6674,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6778
6674
|
if (message.transferPackage !== void 0) {
|
|
6779
6675
|
TransferPackage.encode(message.transferPackage, writer.uint32(26).fork()).join();
|
|
6780
6676
|
}
|
|
6781
|
-
Object.entries(message.refundSignatures).forEach(([key, value]) => {
|
|
6782
|
-
FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry.encode(
|
|
6783
|
-
{ key, value },
|
|
6784
|
-
writer.uint32(34).fork()
|
|
6785
|
-
).join();
|
|
6786
|
-
});
|
|
6787
6677
|
return writer;
|
|
6788
6678
|
},
|
|
6789
6679
|
decode(input, length) {
|
|
@@ -6814,19 +6704,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6814
6704
|
message.transferPackage = TransferPackage.decode(reader, reader.uint32());
|
|
6815
6705
|
continue;
|
|
6816
6706
|
}
|
|
6817
|
-
case 4: {
|
|
6818
|
-
if (tag !== 34) {
|
|
6819
|
-
break;
|
|
6820
|
-
}
|
|
6821
|
-
const entry4 = FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry.decode(
|
|
6822
|
-
reader,
|
|
6823
|
-
reader.uint32()
|
|
6824
|
-
);
|
|
6825
|
-
if (entry4.value !== void 0) {
|
|
6826
|
-
message.refundSignatures[entry4.key] = entry4.value;
|
|
6827
|
-
}
|
|
6828
|
-
continue;
|
|
6829
|
-
}
|
|
6830
6707
|
}
|
|
6831
6708
|
if ((tag & 7) === 4 || tag === 0) {
|
|
6832
6709
|
break;
|
|
@@ -6839,11 +6716,7 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6839
6716
|
return {
|
|
6840
6717
|
transferId: isSet3(object.transferId) ? globalThis.String(object.transferId) : "",
|
|
6841
6718
|
ownerIdentityPublicKey: isSet3(object.ownerIdentityPublicKey) ? bytesFromBase642(object.ownerIdentityPublicKey) : new Uint8Array(0),
|
|
6842
|
-
transferPackage: isSet3(object.transferPackage) ? TransferPackage.fromJSON(object.transferPackage) : void 0
|
|
6843
|
-
refundSignatures: isObject2(object.refundSignatures) ? Object.entries(object.refundSignatures).reduce((acc, [key, value]) => {
|
|
6844
|
-
acc[key] = bytesFromBase642(value);
|
|
6845
|
-
return acc;
|
|
6846
|
-
}, {}) : {}
|
|
6719
|
+
transferPackage: isSet3(object.transferPackage) ? TransferPackage.fromJSON(object.transferPackage) : void 0
|
|
6847
6720
|
};
|
|
6848
6721
|
},
|
|
6849
6722
|
toJSON(message) {
|
|
@@ -6857,15 +6730,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6857
6730
|
if (message.transferPackage !== void 0) {
|
|
6858
6731
|
obj.transferPackage = TransferPackage.toJSON(message.transferPackage);
|
|
6859
6732
|
}
|
|
6860
|
-
if (message.refundSignatures) {
|
|
6861
|
-
const entries = Object.entries(message.refundSignatures);
|
|
6862
|
-
if (entries.length > 0) {
|
|
6863
|
-
obj.refundSignatures = {};
|
|
6864
|
-
entries.forEach(([k, v]) => {
|
|
6865
|
-
obj.refundSignatures[k] = base64FromBytes2(v);
|
|
6866
|
-
});
|
|
6867
|
-
}
|
|
6868
|
-
}
|
|
6869
6733
|
return obj;
|
|
6870
6734
|
},
|
|
6871
6735
|
create(base) {
|
|
@@ -6876,83 +6740,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6876
6740
|
message.transferId = object.transferId ?? "";
|
|
6877
6741
|
message.ownerIdentityPublicKey = object.ownerIdentityPublicKey ?? new Uint8Array(0);
|
|
6878
6742
|
message.transferPackage = object.transferPackage !== void 0 && object.transferPackage !== null ? TransferPackage.fromPartial(object.transferPackage) : void 0;
|
|
6879
|
-
message.refundSignatures = Object.entries(object.refundSignatures ?? {}).reduce(
|
|
6880
|
-
(acc, [key, value]) => {
|
|
6881
|
-
if (value !== void 0) {
|
|
6882
|
-
acc[key] = value;
|
|
6883
|
-
}
|
|
6884
|
-
return acc;
|
|
6885
|
-
},
|
|
6886
|
-
{}
|
|
6887
|
-
);
|
|
6888
|
-
return message;
|
|
6889
|
-
}
|
|
6890
|
-
};
|
|
6891
|
-
function createBaseFinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry() {
|
|
6892
|
-
return { key: "", value: new Uint8Array(0) };
|
|
6893
|
-
}
|
|
6894
|
-
var FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry = {
|
|
6895
|
-
encode(message, writer = new BinaryWriter4()) {
|
|
6896
|
-
if (message.key !== "") {
|
|
6897
|
-
writer.uint32(10).string(message.key);
|
|
6898
|
-
}
|
|
6899
|
-
if (message.value.length !== 0) {
|
|
6900
|
-
writer.uint32(18).bytes(message.value);
|
|
6901
|
-
}
|
|
6902
|
-
return writer;
|
|
6903
|
-
},
|
|
6904
|
-
decode(input, length) {
|
|
6905
|
-
const reader = input instanceof BinaryReader4 ? input : new BinaryReader4(input);
|
|
6906
|
-
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
6907
|
-
const message = createBaseFinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry();
|
|
6908
|
-
while (reader.pos < end) {
|
|
6909
|
-
const tag = reader.uint32();
|
|
6910
|
-
switch (tag >>> 3) {
|
|
6911
|
-
case 1: {
|
|
6912
|
-
if (tag !== 10) {
|
|
6913
|
-
break;
|
|
6914
|
-
}
|
|
6915
|
-
message.key = reader.string();
|
|
6916
|
-
continue;
|
|
6917
|
-
}
|
|
6918
|
-
case 2: {
|
|
6919
|
-
if (tag !== 18) {
|
|
6920
|
-
break;
|
|
6921
|
-
}
|
|
6922
|
-
message.value = reader.bytes();
|
|
6923
|
-
continue;
|
|
6924
|
-
}
|
|
6925
|
-
}
|
|
6926
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
6927
|
-
break;
|
|
6928
|
-
}
|
|
6929
|
-
reader.skip(tag & 7);
|
|
6930
|
-
}
|
|
6931
|
-
return message;
|
|
6932
|
-
},
|
|
6933
|
-
fromJSON(object) {
|
|
6934
|
-
return {
|
|
6935
|
-
key: isSet3(object.key) ? globalThis.String(object.key) : "",
|
|
6936
|
-
value: isSet3(object.value) ? bytesFromBase642(object.value) : new Uint8Array(0)
|
|
6937
|
-
};
|
|
6938
|
-
},
|
|
6939
|
-
toJSON(message) {
|
|
6940
|
-
const obj = {};
|
|
6941
|
-
if (message.key !== "") {
|
|
6942
|
-
obj.key = message.key;
|
|
6943
|
-
}
|
|
6944
|
-
if (message.value.length !== 0) {
|
|
6945
|
-
obj.value = base64FromBytes2(message.value);
|
|
6946
|
-
}
|
|
6947
|
-
return obj;
|
|
6948
|
-
},
|
|
6949
|
-
create(base) {
|
|
6950
|
-
return FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry.fromPartial(base ?? {});
|
|
6951
|
-
},
|
|
6952
|
-
fromPartial(object) {
|
|
6953
|
-
const message = createBaseFinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry();
|
|
6954
|
-
message.key = object.key ?? "";
|
|
6955
|
-
message.value = object.value ?? new Uint8Array(0);
|
|
6956
6743
|
return message;
|
|
6957
6744
|
}
|
|
6958
6745
|
};
|
|
@@ -12220,13 +12007,16 @@ var QueryBalanceResponse_NodeBalancesEntry = {
|
|
|
12220
12007
|
}
|
|
12221
12008
|
};
|
|
12222
12009
|
function createBaseSparkAddress() {
|
|
12223
|
-
return { identityPublicKey: new Uint8Array(0) };
|
|
12010
|
+
return { identityPublicKey: new Uint8Array(0), paymentIntentFields: void 0 };
|
|
12224
12011
|
}
|
|
12225
12012
|
var SparkAddress = {
|
|
12226
12013
|
encode(message, writer = new BinaryWriter4()) {
|
|
12227
12014
|
if (message.identityPublicKey.length !== 0) {
|
|
12228
12015
|
writer.uint32(10).bytes(message.identityPublicKey);
|
|
12229
12016
|
}
|
|
12017
|
+
if (message.paymentIntentFields !== void 0) {
|
|
12018
|
+
PaymentIntentFields.encode(message.paymentIntentFields, writer.uint32(18).fork()).join();
|
|
12019
|
+
}
|
|
12230
12020
|
return writer;
|
|
12231
12021
|
},
|
|
12232
12022
|
decode(input, length) {
|
|
@@ -12243,6 +12033,13 @@ var SparkAddress = {
|
|
|
12243
12033
|
message.identityPublicKey = reader.bytes();
|
|
12244
12034
|
continue;
|
|
12245
12035
|
}
|
|
12036
|
+
case 2: {
|
|
12037
|
+
if (tag !== 18) {
|
|
12038
|
+
break;
|
|
12039
|
+
}
|
|
12040
|
+
message.paymentIntentFields = PaymentIntentFields.decode(reader, reader.uint32());
|
|
12041
|
+
continue;
|
|
12042
|
+
}
|
|
12246
12043
|
}
|
|
12247
12044
|
if ((tag & 7) === 4 || tag === 0) {
|
|
12248
12045
|
break;
|
|
@@ -12253,7 +12050,8 @@ var SparkAddress = {
|
|
|
12253
12050
|
},
|
|
12254
12051
|
fromJSON(object) {
|
|
12255
12052
|
return {
|
|
12256
|
-
identityPublicKey: isSet3(object.identityPublicKey) ? bytesFromBase642(object.identityPublicKey) : new Uint8Array(0)
|
|
12053
|
+
identityPublicKey: isSet3(object.identityPublicKey) ? bytesFromBase642(object.identityPublicKey) : new Uint8Array(0),
|
|
12054
|
+
paymentIntentFields: isSet3(object.paymentIntentFields) ? PaymentIntentFields.fromJSON(object.paymentIntentFields) : void 0
|
|
12257
12055
|
};
|
|
12258
12056
|
},
|
|
12259
12057
|
toJSON(message) {
|
|
@@ -12261,6 +12059,9 @@ var SparkAddress = {
|
|
|
12261
12059
|
if (message.identityPublicKey.length !== 0) {
|
|
12262
12060
|
obj.identityPublicKey = base64FromBytes2(message.identityPublicKey);
|
|
12263
12061
|
}
|
|
12062
|
+
if (message.paymentIntentFields !== void 0) {
|
|
12063
|
+
obj.paymentIntentFields = PaymentIntentFields.toJSON(message.paymentIntentFields);
|
|
12064
|
+
}
|
|
12264
12065
|
return obj;
|
|
12265
12066
|
},
|
|
12266
12067
|
create(base) {
|
|
@@ -12269,6 +12070,105 @@ var SparkAddress = {
|
|
|
12269
12070
|
fromPartial(object) {
|
|
12270
12071
|
const message = createBaseSparkAddress();
|
|
12271
12072
|
message.identityPublicKey = object.identityPublicKey ?? new Uint8Array(0);
|
|
12073
|
+
message.paymentIntentFields = object.paymentIntentFields !== void 0 && object.paymentIntentFields !== null ? PaymentIntentFields.fromPartial(object.paymentIntentFields) : void 0;
|
|
12074
|
+
return message;
|
|
12075
|
+
}
|
|
12076
|
+
};
|
|
12077
|
+
function createBasePaymentIntentFields() {
|
|
12078
|
+
return { id: new Uint8Array(0), assetIdentifier: void 0, assetAmount: new Uint8Array(0), memo: void 0 };
|
|
12079
|
+
}
|
|
12080
|
+
var PaymentIntentFields = {
|
|
12081
|
+
encode(message, writer = new BinaryWriter4()) {
|
|
12082
|
+
if (message.id.length !== 0) {
|
|
12083
|
+
writer.uint32(10).bytes(message.id);
|
|
12084
|
+
}
|
|
12085
|
+
if (message.assetIdentifier !== void 0) {
|
|
12086
|
+
writer.uint32(18).bytes(message.assetIdentifier);
|
|
12087
|
+
}
|
|
12088
|
+
if (message.assetAmount.length !== 0) {
|
|
12089
|
+
writer.uint32(26).bytes(message.assetAmount);
|
|
12090
|
+
}
|
|
12091
|
+
if (message.memo !== void 0) {
|
|
12092
|
+
writer.uint32(34).string(message.memo);
|
|
12093
|
+
}
|
|
12094
|
+
return writer;
|
|
12095
|
+
},
|
|
12096
|
+
decode(input, length) {
|
|
12097
|
+
const reader = input instanceof BinaryReader4 ? input : new BinaryReader4(input);
|
|
12098
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
12099
|
+
const message = createBasePaymentIntentFields();
|
|
12100
|
+
while (reader.pos < end) {
|
|
12101
|
+
const tag = reader.uint32();
|
|
12102
|
+
switch (tag >>> 3) {
|
|
12103
|
+
case 1: {
|
|
12104
|
+
if (tag !== 10) {
|
|
12105
|
+
break;
|
|
12106
|
+
}
|
|
12107
|
+
message.id = reader.bytes();
|
|
12108
|
+
continue;
|
|
12109
|
+
}
|
|
12110
|
+
case 2: {
|
|
12111
|
+
if (tag !== 18) {
|
|
12112
|
+
break;
|
|
12113
|
+
}
|
|
12114
|
+
message.assetIdentifier = reader.bytes();
|
|
12115
|
+
continue;
|
|
12116
|
+
}
|
|
12117
|
+
case 3: {
|
|
12118
|
+
if (tag !== 26) {
|
|
12119
|
+
break;
|
|
12120
|
+
}
|
|
12121
|
+
message.assetAmount = reader.bytes();
|
|
12122
|
+
continue;
|
|
12123
|
+
}
|
|
12124
|
+
case 4: {
|
|
12125
|
+
if (tag !== 34) {
|
|
12126
|
+
break;
|
|
12127
|
+
}
|
|
12128
|
+
message.memo = reader.string();
|
|
12129
|
+
continue;
|
|
12130
|
+
}
|
|
12131
|
+
}
|
|
12132
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
12133
|
+
break;
|
|
12134
|
+
}
|
|
12135
|
+
reader.skip(tag & 7);
|
|
12136
|
+
}
|
|
12137
|
+
return message;
|
|
12138
|
+
},
|
|
12139
|
+
fromJSON(object) {
|
|
12140
|
+
return {
|
|
12141
|
+
id: isSet3(object.id) ? bytesFromBase642(object.id) : new Uint8Array(0),
|
|
12142
|
+
assetIdentifier: isSet3(object.assetIdentifier) ? bytesFromBase642(object.assetIdentifier) : void 0,
|
|
12143
|
+
assetAmount: isSet3(object.assetAmount) ? bytesFromBase642(object.assetAmount) : new Uint8Array(0),
|
|
12144
|
+
memo: isSet3(object.memo) ? globalThis.String(object.memo) : void 0
|
|
12145
|
+
};
|
|
12146
|
+
},
|
|
12147
|
+
toJSON(message) {
|
|
12148
|
+
const obj = {};
|
|
12149
|
+
if (message.id.length !== 0) {
|
|
12150
|
+
obj.id = base64FromBytes2(message.id);
|
|
12151
|
+
}
|
|
12152
|
+
if (message.assetIdentifier !== void 0) {
|
|
12153
|
+
obj.assetIdentifier = base64FromBytes2(message.assetIdentifier);
|
|
12154
|
+
}
|
|
12155
|
+
if (message.assetAmount.length !== 0) {
|
|
12156
|
+
obj.assetAmount = base64FromBytes2(message.assetAmount);
|
|
12157
|
+
}
|
|
12158
|
+
if (message.memo !== void 0) {
|
|
12159
|
+
obj.memo = message.memo;
|
|
12160
|
+
}
|
|
12161
|
+
return obj;
|
|
12162
|
+
},
|
|
12163
|
+
create(base) {
|
|
12164
|
+
return PaymentIntentFields.fromPartial(base ?? {});
|
|
12165
|
+
},
|
|
12166
|
+
fromPartial(object) {
|
|
12167
|
+
const message = createBasePaymentIntentFields();
|
|
12168
|
+
message.id = object.id ?? new Uint8Array(0);
|
|
12169
|
+
message.assetIdentifier = object.assetIdentifier ?? void 0;
|
|
12170
|
+
message.assetAmount = object.assetAmount ?? new Uint8Array(0);
|
|
12171
|
+
message.memo = object.memo ?? void 0;
|
|
12272
12172
|
return message;
|
|
12273
12173
|
}
|
|
12274
12174
|
};
|
|
@@ -13959,7 +13859,6 @@ export {
|
|
|
13959
13859
|
LeafRefundTxSigningResult,
|
|
13960
13860
|
StartUserSignedTransferRequest,
|
|
13961
13861
|
StartTransferRequest,
|
|
13962
|
-
StartTransferRequest_KeyTweakProofsEntry,
|
|
13963
13862
|
StartTransferResponse,
|
|
13964
13863
|
TransferPackage,
|
|
13965
13864
|
TransferPackage_KeyTweakPackageEntry,
|
|
@@ -13968,7 +13867,6 @@ export {
|
|
|
13968
13867
|
SendLeafKeyTweak_PubkeySharesTweakEntry,
|
|
13969
13868
|
FinalizeTransferRequest,
|
|
13970
13869
|
FinalizeTransferWithTransferPackageRequest,
|
|
13971
|
-
FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry,
|
|
13972
13870
|
FinalizeTransferResponse,
|
|
13973
13871
|
Transfer,
|
|
13974
13872
|
TransferLeaf,
|
|
@@ -14035,6 +13933,7 @@ export {
|
|
|
14035
13933
|
QueryBalanceResponse,
|
|
14036
13934
|
QueryBalanceResponse_NodeBalancesEntry,
|
|
14037
13935
|
SparkAddress,
|
|
13936
|
+
PaymentIntentFields,
|
|
14038
13937
|
InitiateUtxoSwapRequest,
|
|
14039
13938
|
InitiateUtxoSwapResponse,
|
|
14040
13939
|
ExitingTree,
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SparkTokenServiceDefinition
|
|
3
|
+
} from "./chunk-VA7MV4MZ.js";
|
|
1
4
|
import {
|
|
2
5
|
isBun,
|
|
3
6
|
isReactNative
|
|
@@ -9,7 +12,7 @@ import {
|
|
|
9
12
|
import {
|
|
10
13
|
Empty,
|
|
11
14
|
SparkServiceDefinition
|
|
12
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-M6A4KFIG.js";
|
|
13
16
|
|
|
14
17
|
// src/services/connection.ts
|
|
15
18
|
import { isNode } from "@lightsparkdev/core";
|
|
@@ -781,6 +784,7 @@ function isSet2(value) {
|
|
|
781
784
|
var ConnectionManager = class {
|
|
782
785
|
config;
|
|
783
786
|
clients = /* @__PURE__ */ new Map();
|
|
787
|
+
tokenClients = /* @__PURE__ */ new Map();
|
|
784
788
|
// We are going to .unref() the underlying channels for stream clients
|
|
785
789
|
// to prevent the stream from keeping the process alive
|
|
786
790
|
// Using a different map to avoid unforeseen problems with unary calls
|
|
@@ -904,6 +908,22 @@ var ConnectionManager = class {
|
|
|
904
908
|
this.clients.set(address, { client, authToken });
|
|
905
909
|
return client;
|
|
906
910
|
}
|
|
911
|
+
async createSparkTokenClient(address, certPath) {
|
|
912
|
+
if (this.tokenClients.has(address)) {
|
|
913
|
+
return this.tokenClients.get(address).client;
|
|
914
|
+
}
|
|
915
|
+
const authToken = await this.authenticate(address);
|
|
916
|
+
const channel = await this.createChannelWithTLS(address, certPath);
|
|
917
|
+
const middleware = this.createMiddleware(address, authToken);
|
|
918
|
+
const tokenClient = await this.createGrpcClient(
|
|
919
|
+
SparkTokenServiceDefinition,
|
|
920
|
+
channel,
|
|
921
|
+
true,
|
|
922
|
+
middleware
|
|
923
|
+
);
|
|
924
|
+
this.tokenClients.set(address, { client: tokenClient, authToken });
|
|
925
|
+
return tokenClient;
|
|
926
|
+
}
|
|
907
927
|
async getStreamChannel(address) {
|
|
908
928
|
return this.streamClients.get(address)?.channel;
|
|
909
929
|
}
|
|
@@ -3,12 +3,14 @@ import {
|
|
|
3
3
|
} from "./chunk-TWF35O6M.js";
|
|
4
4
|
import {
|
|
5
5
|
SparkAddress
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-M6A4KFIG.js";
|
|
7
7
|
|
|
8
8
|
// src/address/address.ts
|
|
9
9
|
import { secp256k1 } from "@noble/curves/secp256k1";
|
|
10
10
|
import { bytesToHex, hexToBytes } from "@noble/hashes/utils";
|
|
11
11
|
import { bech32m } from "@scure/base";
|
|
12
|
+
import { UUID } from "uuidv7";
|
|
13
|
+
import { bytesToNumberBE } from "@noble/curves/abstract/utils";
|
|
12
14
|
var AddressNetwork = {
|
|
13
15
|
MAINNET: "sp",
|
|
14
16
|
TESTNET: "spt",
|
|
@@ -19,15 +21,20 @@ var AddressNetwork = {
|
|
|
19
21
|
function encodeSparkAddress(payload) {
|
|
20
22
|
try {
|
|
21
23
|
isValidPublicKey(payload.identityPublicKey);
|
|
24
|
+
let paymentIntentFields;
|
|
25
|
+
if (payload.paymentIntentFields) {
|
|
26
|
+
paymentIntentFields = payload.paymentIntentFields;
|
|
27
|
+
}
|
|
22
28
|
const sparkAddressProto = SparkAddress.create({
|
|
23
|
-
identityPublicKey: hexToBytes(payload.identityPublicKey)
|
|
29
|
+
identityPublicKey: hexToBytes(payload.identityPublicKey),
|
|
30
|
+
paymentIntentFields
|
|
24
31
|
});
|
|
25
32
|
const serializedPayload = SparkAddress.encode(sparkAddressProto).finish();
|
|
26
33
|
const words = bech32m.toWords(serializedPayload);
|
|
27
34
|
return bech32m.encode(
|
|
28
35
|
AddressNetwork[payload.network],
|
|
29
36
|
words,
|
|
30
|
-
|
|
37
|
+
500
|
|
31
38
|
);
|
|
32
39
|
} catch (error) {
|
|
33
40
|
throw new ValidationError(
|
|
@@ -42,7 +49,7 @@ function encodeSparkAddress(payload) {
|
|
|
42
49
|
}
|
|
43
50
|
function decodeSparkAddress(address, network) {
|
|
44
51
|
try {
|
|
45
|
-
const decoded = bech32m.decode(address,
|
|
52
|
+
const decoded = bech32m.decode(address, 500);
|
|
46
53
|
if (decoded.prefix !== AddressNetwork[network]) {
|
|
47
54
|
throw new ValidationError("Invalid Spark address prefix", {
|
|
48
55
|
field: "address",
|
|
@@ -53,7 +60,17 @@ function decodeSparkAddress(address, network) {
|
|
|
53
60
|
const payload = SparkAddress.decode(bech32m.fromWords(decoded.words));
|
|
54
61
|
const publicKey = bytesToHex(payload.identityPublicKey);
|
|
55
62
|
isValidPublicKey(publicKey);
|
|
56
|
-
|
|
63
|
+
const paymentIntentFields = payload.paymentIntentFields;
|
|
64
|
+
return {
|
|
65
|
+
identityPublicKey: publicKey,
|
|
66
|
+
network,
|
|
67
|
+
paymentIntentFields: paymentIntentFields && {
|
|
68
|
+
id: UUID.ofInner(paymentIntentFields.id).toString(),
|
|
69
|
+
assetIdentifier: paymentIntentFields.assetIdentifier ? bytesToHex(paymentIntentFields.assetIdentifier) : void 0,
|
|
70
|
+
assetAmount: bytesToNumberBE(paymentIntentFields.assetAmount),
|
|
71
|
+
memo: paymentIntentFields.memo
|
|
72
|
+
}
|
|
73
|
+
};
|
|
57
74
|
} catch (error) {
|
|
58
75
|
if (error instanceof ValidationError) {
|
|
59
76
|
throw error;
|
|
@@ -115,5 +132,6 @@ function isValidPublicKey(publicKey) {
|
|
|
115
132
|
export {
|
|
116
133
|
encodeSparkAddress,
|
|
117
134
|
decodeSparkAddress,
|
|
118
|
-
isValidSparkAddress
|
|
135
|
+
isValidSparkAddress,
|
|
136
|
+
isValidPublicKey
|
|
119
137
|
};
|