@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NetworkType as NetworkType$1 } from '@buildonspark/lrc20-sdk';
|
|
2
2
|
import * as btc from '@scure/btc-signer';
|
|
3
3
|
import * as bitcoin from 'bitcoinjs-lib';
|
|
4
|
-
import { N as Network$1 } from './spark-
|
|
4
|
+
import { N as Network$1 } from './spark-DjR1b3TC.js';
|
|
5
5
|
import { B as BitcoinNetwork } from './BitcoinNetwork-TnABML0T.js';
|
|
6
6
|
|
|
7
7
|
declare enum Network {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NetworkType as NetworkType$1 } from '@buildonspark/lrc20-sdk';
|
|
2
2
|
import * as btc from '@scure/btc-signer';
|
|
3
3
|
import * as bitcoin from 'bitcoinjs-lib';
|
|
4
|
-
import { N as Network$1 } from './spark-
|
|
4
|
+
import { N as Network$1 } from './spark-DjR1b3TC.cjs';
|
|
5
5
|
import { B as BitcoinNetwork } from './BitcoinNetwork-TnABML0T.cjs';
|
|
6
6
|
|
|
7
7
|
declare enum Network {
|
package/dist/proto/lrc20.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { f as TokenTransaction, O as OperatorSpecificOwnerSignature, R as RevocationSecretWithIndex, E as Empty, M as MessageFns$1 } from '../spark-DjR1b3TC.cjs';
|
|
2
2
|
import { BinaryWriter, BinaryReader } from '@bufbuild/protobuf/wire';
|
|
3
3
|
import { CallOptions, CallContext } from 'nice-grpc-common';
|
|
4
4
|
|
package/dist/proto/lrc20.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { f as TokenTransaction, O as OperatorSpecificOwnerSignature, R as RevocationSecretWithIndex, E as Empty, M as MessageFns$1 } from '../spark-DjR1b3TC.js';
|
|
2
2
|
import { BinaryWriter, BinaryReader } from '@bufbuild/protobuf/wire';
|
|
3
3
|
import { CallOptions, CallContext } from 'nice-grpc-common';
|
|
4
4
|
|
package/dist/proto/lrc20.js
CHANGED
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
protobufPackage,
|
|
44
44
|
sparkTransactionStatusFromJSON,
|
|
45
45
|
sparkTransactionStatusToJSON
|
|
46
|
-
} from "../chunk-
|
|
47
|
-
import "../chunk-
|
|
46
|
+
} from "../chunk-ABZA6R5S.js";
|
|
47
|
+
import "../chunk-M6A4KFIG.js";
|
|
48
48
|
import "../chunk-MVRQ5US7.js";
|
|
49
49
|
export {
|
|
50
50
|
BlockInfo,
|
package/dist/proto/spark.cjs
CHANGED
|
@@ -59,7 +59,6 @@ __export(spark_exports, {
|
|
|
59
59
|
FinalizeTransferRequest: () => FinalizeTransferRequest,
|
|
60
60
|
FinalizeTransferResponse: () => FinalizeTransferResponse,
|
|
61
61
|
FinalizeTransferWithTransferPackageRequest: () => FinalizeTransferWithTransferPackageRequest,
|
|
62
|
-
FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry: () => FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry,
|
|
63
62
|
FreezeTokensPayload: () => FreezeTokensPayload,
|
|
64
63
|
FreezeTokensRequest: () => FreezeTokensRequest,
|
|
65
64
|
FreezeTokensResponse: () => FreezeTokensResponse,
|
|
@@ -88,6 +87,7 @@ __export(spark_exports, {
|
|
|
88
87
|
OperatorSpecificTokenTransactionSignablePayload: () => OperatorSpecificTokenTransactionSignablePayload,
|
|
89
88
|
OutPoint: () => OutPoint,
|
|
90
89
|
OutputWithPreviousTransactionData: () => OutputWithPreviousTransactionData,
|
|
90
|
+
PaymentIntentFields: () => PaymentIntentFields,
|
|
91
91
|
PrepareTreeAddressRequest: () => PrepareTreeAddressRequest,
|
|
92
92
|
PrepareTreeAddressResponse: () => PrepareTreeAddressResponse,
|
|
93
93
|
ProvidePreimageRequest: () => ProvidePreimageRequest,
|
|
@@ -147,7 +147,6 @@ __export(spark_exports, {
|
|
|
147
147
|
StartTokenTransactionRequest: () => StartTokenTransactionRequest,
|
|
148
148
|
StartTokenTransactionResponse: () => StartTokenTransactionResponse,
|
|
149
149
|
StartTransferRequest: () => StartTransferRequest,
|
|
150
|
-
StartTransferRequest_KeyTweakProofsEntry: () => StartTransferRequest_KeyTweakProofsEntry,
|
|
151
150
|
StartTransferResponse: () => StartTransferResponse,
|
|
152
151
|
StartTreeCreationRequest: () => StartTreeCreationRequest,
|
|
153
152
|
StartTreeCreationResponse: () => StartTreeCreationResponse,
|
|
@@ -526,6 +525,7 @@ function networkToJSON(object) {
|
|
|
526
525
|
var TokenTransactionStatus = /* @__PURE__ */ ((TokenTransactionStatus2) => {
|
|
527
526
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_STARTED"] = 0] = "TOKEN_TRANSACTION_STARTED";
|
|
528
527
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_SIGNED"] = 1] = "TOKEN_TRANSACTION_SIGNED";
|
|
528
|
+
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_REVEALED"] = 5] = "TOKEN_TRANSACTION_REVEALED";
|
|
529
529
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_FINALIZED"] = 2] = "TOKEN_TRANSACTION_FINALIZED";
|
|
530
530
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_STARTED_CANCELLED"] = 3] = "TOKEN_TRANSACTION_STARTED_CANCELLED";
|
|
531
531
|
TokenTransactionStatus2[TokenTransactionStatus2["TOKEN_TRANSACTION_SIGNED_CANCELLED"] = 4] = "TOKEN_TRANSACTION_SIGNED_CANCELLED";
|
|
@@ -541,6 +541,9 @@ function tokenTransactionStatusFromJSON(object) {
|
|
|
541
541
|
case 1:
|
|
542
542
|
case "TOKEN_TRANSACTION_SIGNED":
|
|
543
543
|
return 1 /* TOKEN_TRANSACTION_SIGNED */;
|
|
544
|
+
case 5:
|
|
545
|
+
case "TOKEN_TRANSACTION_REVEALED":
|
|
546
|
+
return 5 /* TOKEN_TRANSACTION_REVEALED */;
|
|
544
547
|
case 2:
|
|
545
548
|
case "TOKEN_TRANSACTION_FINALIZED":
|
|
546
549
|
return 2 /* TOKEN_TRANSACTION_FINALIZED */;
|
|
@@ -565,6 +568,8 @@ function tokenTransactionStatusToJSON(object) {
|
|
|
565
568
|
return "TOKEN_TRANSACTION_STARTED";
|
|
566
569
|
case 1 /* TOKEN_TRANSACTION_SIGNED */:
|
|
567
570
|
return "TOKEN_TRANSACTION_SIGNED";
|
|
571
|
+
case 5 /* TOKEN_TRANSACTION_REVEALED */:
|
|
572
|
+
return "TOKEN_TRANSACTION_REVEALED";
|
|
568
573
|
case 2 /* TOKEN_TRANSACTION_FINALIZED */:
|
|
569
574
|
return "TOKEN_TRANSACTION_FINALIZED";
|
|
570
575
|
case 3 /* TOKEN_TRANSACTION_STARTED_CANCELLED */:
|
|
@@ -5743,7 +5748,6 @@ function createBaseStartTransferRequest() {
|
|
|
5743
5748
|
leavesToSend: [],
|
|
5744
5749
|
receiverIdentityPublicKey: new Uint8Array(0),
|
|
5745
5750
|
expiryTime: void 0,
|
|
5746
|
-
keyTweakProofs: {},
|
|
5747
5751
|
transferPackage: void 0
|
|
5748
5752
|
};
|
|
5749
5753
|
}
|
|
@@ -5764,9 +5768,6 @@ var StartTransferRequest = {
|
|
|
5764
5768
|
if (message.expiryTime !== void 0) {
|
|
5765
5769
|
Timestamp.encode(toTimestamp(message.expiryTime), writer.uint32(42).fork()).join();
|
|
5766
5770
|
}
|
|
5767
|
-
Object.entries(message.keyTweakProofs).forEach(([key, value]) => {
|
|
5768
|
-
StartTransferRequest_KeyTweakProofsEntry.encode({ key, value }, writer.uint32(50).fork()).join();
|
|
5769
|
-
});
|
|
5770
5771
|
if (message.transferPackage !== void 0) {
|
|
5771
5772
|
TransferPackage.encode(message.transferPackage, writer.uint32(58).fork()).join();
|
|
5772
5773
|
}
|
|
@@ -5814,16 +5815,6 @@ var StartTransferRequest = {
|
|
|
5814
5815
|
message.expiryTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
|
|
5815
5816
|
continue;
|
|
5816
5817
|
}
|
|
5817
|
-
case 6: {
|
|
5818
|
-
if (tag !== 50) {
|
|
5819
|
-
break;
|
|
5820
|
-
}
|
|
5821
|
-
const entry6 = StartTransferRequest_KeyTweakProofsEntry.decode(reader, reader.uint32());
|
|
5822
|
-
if (entry6.value !== void 0) {
|
|
5823
|
-
message.keyTweakProofs[entry6.key] = entry6.value;
|
|
5824
|
-
}
|
|
5825
|
-
continue;
|
|
5826
|
-
}
|
|
5827
5818
|
case 7: {
|
|
5828
5819
|
if (tag !== 58) {
|
|
5829
5820
|
break;
|
|
@@ -5846,10 +5837,6 @@ var StartTransferRequest = {
|
|
|
5846
5837
|
leavesToSend: globalThis.Array.isArray(object?.leavesToSend) ? object.leavesToSend.map((e) => LeafRefundTxSigningJob.fromJSON(e)) : [],
|
|
5847
5838
|
receiverIdentityPublicKey: isSet3(object.receiverIdentityPublicKey) ? bytesFromBase642(object.receiverIdentityPublicKey) : new Uint8Array(0),
|
|
5848
5839
|
expiryTime: isSet3(object.expiryTime) ? fromJsonTimestamp(object.expiryTime) : void 0,
|
|
5849
|
-
keyTweakProofs: isObject(object.keyTweakProofs) ? Object.entries(object.keyTweakProofs).reduce((acc, [key, value]) => {
|
|
5850
|
-
acc[key] = SecretProof.fromJSON(value);
|
|
5851
|
-
return acc;
|
|
5852
|
-
}, {}) : {},
|
|
5853
5840
|
transferPackage: isSet3(object.transferPackage) ? TransferPackage.fromJSON(object.transferPackage) : void 0
|
|
5854
5841
|
};
|
|
5855
5842
|
},
|
|
@@ -5870,15 +5857,6 @@ var StartTransferRequest = {
|
|
|
5870
5857
|
if (message.expiryTime !== void 0) {
|
|
5871
5858
|
obj.expiryTime = message.expiryTime.toISOString();
|
|
5872
5859
|
}
|
|
5873
|
-
if (message.keyTweakProofs) {
|
|
5874
|
-
const entries = Object.entries(message.keyTweakProofs);
|
|
5875
|
-
if (entries.length > 0) {
|
|
5876
|
-
obj.keyTweakProofs = {};
|
|
5877
|
-
entries.forEach(([k, v]) => {
|
|
5878
|
-
obj.keyTweakProofs[k] = SecretProof.toJSON(v);
|
|
5879
|
-
});
|
|
5880
|
-
}
|
|
5881
|
-
}
|
|
5882
5860
|
if (message.transferPackage !== void 0) {
|
|
5883
5861
|
obj.transferPackage = TransferPackage.toJSON(message.transferPackage);
|
|
5884
5862
|
}
|
|
@@ -5894,87 +5872,10 @@ var StartTransferRequest = {
|
|
|
5894
5872
|
message.leavesToSend = object.leavesToSend?.map((e) => LeafRefundTxSigningJob.fromPartial(e)) || [];
|
|
5895
5873
|
message.receiverIdentityPublicKey = object.receiverIdentityPublicKey ?? new Uint8Array(0);
|
|
5896
5874
|
message.expiryTime = object.expiryTime ?? void 0;
|
|
5897
|
-
message.keyTweakProofs = Object.entries(object.keyTweakProofs ?? {}).reduce(
|
|
5898
|
-
(acc, [key, value]) => {
|
|
5899
|
-
if (value !== void 0) {
|
|
5900
|
-
acc[key] = SecretProof.fromPartial(value);
|
|
5901
|
-
}
|
|
5902
|
-
return acc;
|
|
5903
|
-
},
|
|
5904
|
-
{}
|
|
5905
|
-
);
|
|
5906
5875
|
message.transferPackage = object.transferPackage !== void 0 && object.transferPackage !== null ? TransferPackage.fromPartial(object.transferPackage) : void 0;
|
|
5907
5876
|
return message;
|
|
5908
5877
|
}
|
|
5909
5878
|
};
|
|
5910
|
-
function createBaseStartTransferRequest_KeyTweakProofsEntry() {
|
|
5911
|
-
return { key: "", value: void 0 };
|
|
5912
|
-
}
|
|
5913
|
-
var StartTransferRequest_KeyTweakProofsEntry = {
|
|
5914
|
-
encode(message, writer = new import_wire4.BinaryWriter()) {
|
|
5915
|
-
if (message.key !== "") {
|
|
5916
|
-
writer.uint32(10).string(message.key);
|
|
5917
|
-
}
|
|
5918
|
-
if (message.value !== void 0) {
|
|
5919
|
-
SecretProof.encode(message.value, writer.uint32(18).fork()).join();
|
|
5920
|
-
}
|
|
5921
|
-
return writer;
|
|
5922
|
-
},
|
|
5923
|
-
decode(input, length) {
|
|
5924
|
-
const reader = input instanceof import_wire4.BinaryReader ? input : new import_wire4.BinaryReader(input);
|
|
5925
|
-
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
5926
|
-
const message = createBaseStartTransferRequest_KeyTweakProofsEntry();
|
|
5927
|
-
while (reader.pos < end) {
|
|
5928
|
-
const tag = reader.uint32();
|
|
5929
|
-
switch (tag >>> 3) {
|
|
5930
|
-
case 1: {
|
|
5931
|
-
if (tag !== 10) {
|
|
5932
|
-
break;
|
|
5933
|
-
}
|
|
5934
|
-
message.key = reader.string();
|
|
5935
|
-
continue;
|
|
5936
|
-
}
|
|
5937
|
-
case 2: {
|
|
5938
|
-
if (tag !== 18) {
|
|
5939
|
-
break;
|
|
5940
|
-
}
|
|
5941
|
-
message.value = SecretProof.decode(reader, reader.uint32());
|
|
5942
|
-
continue;
|
|
5943
|
-
}
|
|
5944
|
-
}
|
|
5945
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
5946
|
-
break;
|
|
5947
|
-
}
|
|
5948
|
-
reader.skip(tag & 7);
|
|
5949
|
-
}
|
|
5950
|
-
return message;
|
|
5951
|
-
},
|
|
5952
|
-
fromJSON(object) {
|
|
5953
|
-
return {
|
|
5954
|
-
key: isSet3(object.key) ? globalThis.String(object.key) : "",
|
|
5955
|
-
value: isSet3(object.value) ? SecretProof.fromJSON(object.value) : void 0
|
|
5956
|
-
};
|
|
5957
|
-
},
|
|
5958
|
-
toJSON(message) {
|
|
5959
|
-
const obj = {};
|
|
5960
|
-
if (message.key !== "") {
|
|
5961
|
-
obj.key = message.key;
|
|
5962
|
-
}
|
|
5963
|
-
if (message.value !== void 0) {
|
|
5964
|
-
obj.value = SecretProof.toJSON(message.value);
|
|
5965
|
-
}
|
|
5966
|
-
return obj;
|
|
5967
|
-
},
|
|
5968
|
-
create(base) {
|
|
5969
|
-
return StartTransferRequest_KeyTweakProofsEntry.fromPartial(base ?? {});
|
|
5970
|
-
},
|
|
5971
|
-
fromPartial(object) {
|
|
5972
|
-
const message = createBaseStartTransferRequest_KeyTweakProofsEntry();
|
|
5973
|
-
message.key = object.key ?? "";
|
|
5974
|
-
message.value = object.value !== void 0 && object.value !== null ? SecretProof.fromPartial(object.value) : void 0;
|
|
5975
|
-
return message;
|
|
5976
|
-
}
|
|
5977
|
-
};
|
|
5978
5879
|
function createBaseStartTransferResponse() {
|
|
5979
5880
|
return { transfer: void 0, signingResults: [] };
|
|
5980
5881
|
}
|
|
@@ -6574,12 +6475,7 @@ var FinalizeTransferRequest = {
|
|
|
6574
6475
|
}
|
|
6575
6476
|
};
|
|
6576
6477
|
function createBaseFinalizeTransferWithTransferPackageRequest() {
|
|
6577
|
-
return {
|
|
6578
|
-
transferId: "",
|
|
6579
|
-
ownerIdentityPublicKey: new Uint8Array(0),
|
|
6580
|
-
transferPackage: void 0,
|
|
6581
|
-
refundSignatures: {}
|
|
6582
|
-
};
|
|
6478
|
+
return { transferId: "", ownerIdentityPublicKey: new Uint8Array(0), transferPackage: void 0 };
|
|
6583
6479
|
}
|
|
6584
6480
|
var FinalizeTransferWithTransferPackageRequest = {
|
|
6585
6481
|
encode(message, writer = new import_wire4.BinaryWriter()) {
|
|
@@ -6592,12 +6488,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6592
6488
|
if (message.transferPackage !== void 0) {
|
|
6593
6489
|
TransferPackage.encode(message.transferPackage, writer.uint32(26).fork()).join();
|
|
6594
6490
|
}
|
|
6595
|
-
Object.entries(message.refundSignatures).forEach(([key, value]) => {
|
|
6596
|
-
FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry.encode(
|
|
6597
|
-
{ key, value },
|
|
6598
|
-
writer.uint32(34).fork()
|
|
6599
|
-
).join();
|
|
6600
|
-
});
|
|
6601
6491
|
return writer;
|
|
6602
6492
|
},
|
|
6603
6493
|
decode(input, length) {
|
|
@@ -6628,19 +6518,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6628
6518
|
message.transferPackage = TransferPackage.decode(reader, reader.uint32());
|
|
6629
6519
|
continue;
|
|
6630
6520
|
}
|
|
6631
|
-
case 4: {
|
|
6632
|
-
if (tag !== 34) {
|
|
6633
|
-
break;
|
|
6634
|
-
}
|
|
6635
|
-
const entry4 = FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry.decode(
|
|
6636
|
-
reader,
|
|
6637
|
-
reader.uint32()
|
|
6638
|
-
);
|
|
6639
|
-
if (entry4.value !== void 0) {
|
|
6640
|
-
message.refundSignatures[entry4.key] = entry4.value;
|
|
6641
|
-
}
|
|
6642
|
-
continue;
|
|
6643
|
-
}
|
|
6644
6521
|
}
|
|
6645
6522
|
if ((tag & 7) === 4 || tag === 0) {
|
|
6646
6523
|
break;
|
|
@@ -6653,11 +6530,7 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6653
6530
|
return {
|
|
6654
6531
|
transferId: isSet3(object.transferId) ? globalThis.String(object.transferId) : "",
|
|
6655
6532
|
ownerIdentityPublicKey: isSet3(object.ownerIdentityPublicKey) ? bytesFromBase642(object.ownerIdentityPublicKey) : new Uint8Array(0),
|
|
6656
|
-
transferPackage: isSet3(object.transferPackage) ? TransferPackage.fromJSON(object.transferPackage) : void 0
|
|
6657
|
-
refundSignatures: isObject(object.refundSignatures) ? Object.entries(object.refundSignatures).reduce((acc, [key, value]) => {
|
|
6658
|
-
acc[key] = bytesFromBase642(value);
|
|
6659
|
-
return acc;
|
|
6660
|
-
}, {}) : {}
|
|
6533
|
+
transferPackage: isSet3(object.transferPackage) ? TransferPackage.fromJSON(object.transferPackage) : void 0
|
|
6661
6534
|
};
|
|
6662
6535
|
},
|
|
6663
6536
|
toJSON(message) {
|
|
@@ -6671,15 +6544,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6671
6544
|
if (message.transferPackage !== void 0) {
|
|
6672
6545
|
obj.transferPackage = TransferPackage.toJSON(message.transferPackage);
|
|
6673
6546
|
}
|
|
6674
|
-
if (message.refundSignatures) {
|
|
6675
|
-
const entries = Object.entries(message.refundSignatures);
|
|
6676
|
-
if (entries.length > 0) {
|
|
6677
|
-
obj.refundSignatures = {};
|
|
6678
|
-
entries.forEach(([k, v]) => {
|
|
6679
|
-
obj.refundSignatures[k] = base64FromBytes2(v);
|
|
6680
|
-
});
|
|
6681
|
-
}
|
|
6682
|
-
}
|
|
6683
6547
|
return obj;
|
|
6684
6548
|
},
|
|
6685
6549
|
create(base) {
|
|
@@ -6690,83 +6554,6 @@ var FinalizeTransferWithTransferPackageRequest = {
|
|
|
6690
6554
|
message.transferId = object.transferId ?? "";
|
|
6691
6555
|
message.ownerIdentityPublicKey = object.ownerIdentityPublicKey ?? new Uint8Array(0);
|
|
6692
6556
|
message.transferPackage = object.transferPackage !== void 0 && object.transferPackage !== null ? TransferPackage.fromPartial(object.transferPackage) : void 0;
|
|
6693
|
-
message.refundSignatures = Object.entries(object.refundSignatures ?? {}).reduce(
|
|
6694
|
-
(acc, [key, value]) => {
|
|
6695
|
-
if (value !== void 0) {
|
|
6696
|
-
acc[key] = value;
|
|
6697
|
-
}
|
|
6698
|
-
return acc;
|
|
6699
|
-
},
|
|
6700
|
-
{}
|
|
6701
|
-
);
|
|
6702
|
-
return message;
|
|
6703
|
-
}
|
|
6704
|
-
};
|
|
6705
|
-
function createBaseFinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry() {
|
|
6706
|
-
return { key: "", value: new Uint8Array(0) };
|
|
6707
|
-
}
|
|
6708
|
-
var FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry = {
|
|
6709
|
-
encode(message, writer = new import_wire4.BinaryWriter()) {
|
|
6710
|
-
if (message.key !== "") {
|
|
6711
|
-
writer.uint32(10).string(message.key);
|
|
6712
|
-
}
|
|
6713
|
-
if (message.value.length !== 0) {
|
|
6714
|
-
writer.uint32(18).bytes(message.value);
|
|
6715
|
-
}
|
|
6716
|
-
return writer;
|
|
6717
|
-
},
|
|
6718
|
-
decode(input, length) {
|
|
6719
|
-
const reader = input instanceof import_wire4.BinaryReader ? input : new import_wire4.BinaryReader(input);
|
|
6720
|
-
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
6721
|
-
const message = createBaseFinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry();
|
|
6722
|
-
while (reader.pos < end) {
|
|
6723
|
-
const tag = reader.uint32();
|
|
6724
|
-
switch (tag >>> 3) {
|
|
6725
|
-
case 1: {
|
|
6726
|
-
if (tag !== 10) {
|
|
6727
|
-
break;
|
|
6728
|
-
}
|
|
6729
|
-
message.key = reader.string();
|
|
6730
|
-
continue;
|
|
6731
|
-
}
|
|
6732
|
-
case 2: {
|
|
6733
|
-
if (tag !== 18) {
|
|
6734
|
-
break;
|
|
6735
|
-
}
|
|
6736
|
-
message.value = reader.bytes();
|
|
6737
|
-
continue;
|
|
6738
|
-
}
|
|
6739
|
-
}
|
|
6740
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
6741
|
-
break;
|
|
6742
|
-
}
|
|
6743
|
-
reader.skip(tag & 7);
|
|
6744
|
-
}
|
|
6745
|
-
return message;
|
|
6746
|
-
},
|
|
6747
|
-
fromJSON(object) {
|
|
6748
|
-
return {
|
|
6749
|
-
key: isSet3(object.key) ? globalThis.String(object.key) : "",
|
|
6750
|
-
value: isSet3(object.value) ? bytesFromBase642(object.value) : new Uint8Array(0)
|
|
6751
|
-
};
|
|
6752
|
-
},
|
|
6753
|
-
toJSON(message) {
|
|
6754
|
-
const obj = {};
|
|
6755
|
-
if (message.key !== "") {
|
|
6756
|
-
obj.key = message.key;
|
|
6757
|
-
}
|
|
6758
|
-
if (message.value.length !== 0) {
|
|
6759
|
-
obj.value = base64FromBytes2(message.value);
|
|
6760
|
-
}
|
|
6761
|
-
return obj;
|
|
6762
|
-
},
|
|
6763
|
-
create(base) {
|
|
6764
|
-
return FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry.fromPartial(base ?? {});
|
|
6765
|
-
},
|
|
6766
|
-
fromPartial(object) {
|
|
6767
|
-
const message = createBaseFinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry();
|
|
6768
|
-
message.key = object.key ?? "";
|
|
6769
|
-
message.value = object.value ?? new Uint8Array(0);
|
|
6770
6557
|
return message;
|
|
6771
6558
|
}
|
|
6772
6559
|
};
|
|
@@ -12034,13 +11821,16 @@ var QueryBalanceResponse_NodeBalancesEntry = {
|
|
|
12034
11821
|
}
|
|
12035
11822
|
};
|
|
12036
11823
|
function createBaseSparkAddress() {
|
|
12037
|
-
return { identityPublicKey: new Uint8Array(0) };
|
|
11824
|
+
return { identityPublicKey: new Uint8Array(0), paymentIntentFields: void 0 };
|
|
12038
11825
|
}
|
|
12039
11826
|
var SparkAddress = {
|
|
12040
11827
|
encode(message, writer = new import_wire4.BinaryWriter()) {
|
|
12041
11828
|
if (message.identityPublicKey.length !== 0) {
|
|
12042
11829
|
writer.uint32(10).bytes(message.identityPublicKey);
|
|
12043
11830
|
}
|
|
11831
|
+
if (message.paymentIntentFields !== void 0) {
|
|
11832
|
+
PaymentIntentFields.encode(message.paymentIntentFields, writer.uint32(18).fork()).join();
|
|
11833
|
+
}
|
|
12044
11834
|
return writer;
|
|
12045
11835
|
},
|
|
12046
11836
|
decode(input, length) {
|
|
@@ -12057,6 +11847,13 @@ var SparkAddress = {
|
|
|
12057
11847
|
message.identityPublicKey = reader.bytes();
|
|
12058
11848
|
continue;
|
|
12059
11849
|
}
|
|
11850
|
+
case 2: {
|
|
11851
|
+
if (tag !== 18) {
|
|
11852
|
+
break;
|
|
11853
|
+
}
|
|
11854
|
+
message.paymentIntentFields = PaymentIntentFields.decode(reader, reader.uint32());
|
|
11855
|
+
continue;
|
|
11856
|
+
}
|
|
12060
11857
|
}
|
|
12061
11858
|
if ((tag & 7) === 4 || tag === 0) {
|
|
12062
11859
|
break;
|
|
@@ -12067,7 +11864,8 @@ var SparkAddress = {
|
|
|
12067
11864
|
},
|
|
12068
11865
|
fromJSON(object) {
|
|
12069
11866
|
return {
|
|
12070
|
-
identityPublicKey: isSet3(object.identityPublicKey) ? bytesFromBase642(object.identityPublicKey) : new Uint8Array(0)
|
|
11867
|
+
identityPublicKey: isSet3(object.identityPublicKey) ? bytesFromBase642(object.identityPublicKey) : new Uint8Array(0),
|
|
11868
|
+
paymentIntentFields: isSet3(object.paymentIntentFields) ? PaymentIntentFields.fromJSON(object.paymentIntentFields) : void 0
|
|
12071
11869
|
};
|
|
12072
11870
|
},
|
|
12073
11871
|
toJSON(message) {
|
|
@@ -12075,6 +11873,9 @@ var SparkAddress = {
|
|
|
12075
11873
|
if (message.identityPublicKey.length !== 0) {
|
|
12076
11874
|
obj.identityPublicKey = base64FromBytes2(message.identityPublicKey);
|
|
12077
11875
|
}
|
|
11876
|
+
if (message.paymentIntentFields !== void 0) {
|
|
11877
|
+
obj.paymentIntentFields = PaymentIntentFields.toJSON(message.paymentIntentFields);
|
|
11878
|
+
}
|
|
12078
11879
|
return obj;
|
|
12079
11880
|
},
|
|
12080
11881
|
create(base) {
|
|
@@ -12083,6 +11884,105 @@ var SparkAddress = {
|
|
|
12083
11884
|
fromPartial(object) {
|
|
12084
11885
|
const message = createBaseSparkAddress();
|
|
12085
11886
|
message.identityPublicKey = object.identityPublicKey ?? new Uint8Array(0);
|
|
11887
|
+
message.paymentIntentFields = object.paymentIntentFields !== void 0 && object.paymentIntentFields !== null ? PaymentIntentFields.fromPartial(object.paymentIntentFields) : void 0;
|
|
11888
|
+
return message;
|
|
11889
|
+
}
|
|
11890
|
+
};
|
|
11891
|
+
function createBasePaymentIntentFields() {
|
|
11892
|
+
return { id: new Uint8Array(0), assetIdentifier: void 0, assetAmount: new Uint8Array(0), memo: void 0 };
|
|
11893
|
+
}
|
|
11894
|
+
var PaymentIntentFields = {
|
|
11895
|
+
encode(message, writer = new import_wire4.BinaryWriter()) {
|
|
11896
|
+
if (message.id.length !== 0) {
|
|
11897
|
+
writer.uint32(10).bytes(message.id);
|
|
11898
|
+
}
|
|
11899
|
+
if (message.assetIdentifier !== void 0) {
|
|
11900
|
+
writer.uint32(18).bytes(message.assetIdentifier);
|
|
11901
|
+
}
|
|
11902
|
+
if (message.assetAmount.length !== 0) {
|
|
11903
|
+
writer.uint32(26).bytes(message.assetAmount);
|
|
11904
|
+
}
|
|
11905
|
+
if (message.memo !== void 0) {
|
|
11906
|
+
writer.uint32(34).string(message.memo);
|
|
11907
|
+
}
|
|
11908
|
+
return writer;
|
|
11909
|
+
},
|
|
11910
|
+
decode(input, length) {
|
|
11911
|
+
const reader = input instanceof import_wire4.BinaryReader ? input : new import_wire4.BinaryReader(input);
|
|
11912
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
11913
|
+
const message = createBasePaymentIntentFields();
|
|
11914
|
+
while (reader.pos < end) {
|
|
11915
|
+
const tag = reader.uint32();
|
|
11916
|
+
switch (tag >>> 3) {
|
|
11917
|
+
case 1: {
|
|
11918
|
+
if (tag !== 10) {
|
|
11919
|
+
break;
|
|
11920
|
+
}
|
|
11921
|
+
message.id = reader.bytes();
|
|
11922
|
+
continue;
|
|
11923
|
+
}
|
|
11924
|
+
case 2: {
|
|
11925
|
+
if (tag !== 18) {
|
|
11926
|
+
break;
|
|
11927
|
+
}
|
|
11928
|
+
message.assetIdentifier = reader.bytes();
|
|
11929
|
+
continue;
|
|
11930
|
+
}
|
|
11931
|
+
case 3: {
|
|
11932
|
+
if (tag !== 26) {
|
|
11933
|
+
break;
|
|
11934
|
+
}
|
|
11935
|
+
message.assetAmount = reader.bytes();
|
|
11936
|
+
continue;
|
|
11937
|
+
}
|
|
11938
|
+
case 4: {
|
|
11939
|
+
if (tag !== 34) {
|
|
11940
|
+
break;
|
|
11941
|
+
}
|
|
11942
|
+
message.memo = reader.string();
|
|
11943
|
+
continue;
|
|
11944
|
+
}
|
|
11945
|
+
}
|
|
11946
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
11947
|
+
break;
|
|
11948
|
+
}
|
|
11949
|
+
reader.skip(tag & 7);
|
|
11950
|
+
}
|
|
11951
|
+
return message;
|
|
11952
|
+
},
|
|
11953
|
+
fromJSON(object) {
|
|
11954
|
+
return {
|
|
11955
|
+
id: isSet3(object.id) ? bytesFromBase642(object.id) : new Uint8Array(0),
|
|
11956
|
+
assetIdentifier: isSet3(object.assetIdentifier) ? bytesFromBase642(object.assetIdentifier) : void 0,
|
|
11957
|
+
assetAmount: isSet3(object.assetAmount) ? bytesFromBase642(object.assetAmount) : new Uint8Array(0),
|
|
11958
|
+
memo: isSet3(object.memo) ? globalThis.String(object.memo) : void 0
|
|
11959
|
+
};
|
|
11960
|
+
},
|
|
11961
|
+
toJSON(message) {
|
|
11962
|
+
const obj = {};
|
|
11963
|
+
if (message.id.length !== 0) {
|
|
11964
|
+
obj.id = base64FromBytes2(message.id);
|
|
11965
|
+
}
|
|
11966
|
+
if (message.assetIdentifier !== void 0) {
|
|
11967
|
+
obj.assetIdentifier = base64FromBytes2(message.assetIdentifier);
|
|
11968
|
+
}
|
|
11969
|
+
if (message.assetAmount.length !== 0) {
|
|
11970
|
+
obj.assetAmount = base64FromBytes2(message.assetAmount);
|
|
11971
|
+
}
|
|
11972
|
+
if (message.memo !== void 0) {
|
|
11973
|
+
obj.memo = message.memo;
|
|
11974
|
+
}
|
|
11975
|
+
return obj;
|
|
11976
|
+
},
|
|
11977
|
+
create(base) {
|
|
11978
|
+
return PaymentIntentFields.fromPartial(base ?? {});
|
|
11979
|
+
},
|
|
11980
|
+
fromPartial(object) {
|
|
11981
|
+
const message = createBasePaymentIntentFields();
|
|
11982
|
+
message.id = object.id ?? new Uint8Array(0);
|
|
11983
|
+
message.assetIdentifier = object.assetIdentifier ?? void 0;
|
|
11984
|
+
message.assetAmount = object.assetAmount ?? new Uint8Array(0);
|
|
11985
|
+
message.memo = object.memo ?? void 0;
|
|
12086
11986
|
return message;
|
|
12087
11987
|
}
|
|
12088
11988
|
};
|
|
@@ -13729,7 +13629,6 @@ function isSet3(value) {
|
|
|
13729
13629
|
FinalizeTransferRequest,
|
|
13730
13630
|
FinalizeTransferResponse,
|
|
13731
13631
|
FinalizeTransferWithTransferPackageRequest,
|
|
13732
|
-
FinalizeTransferWithTransferPackageRequest_RefundSignaturesEntry,
|
|
13733
13632
|
FreezeTokensPayload,
|
|
13734
13633
|
FreezeTokensRequest,
|
|
13735
13634
|
FreezeTokensResponse,
|
|
@@ -13758,6 +13657,7 @@ function isSet3(value) {
|
|
|
13758
13657
|
OperatorSpecificTokenTransactionSignablePayload,
|
|
13759
13658
|
OutPoint,
|
|
13760
13659
|
OutputWithPreviousTransactionData,
|
|
13660
|
+
PaymentIntentFields,
|
|
13761
13661
|
PrepareTreeAddressRequest,
|
|
13762
13662
|
PrepareTreeAddressResponse,
|
|
13763
13663
|
ProvidePreimageRequest,
|
|
@@ -13817,7 +13717,6 @@ function isSet3(value) {
|
|
|
13817
13717
|
StartTokenTransactionRequest,
|
|
13818
13718
|
StartTokenTransactionResponse,
|
|
13819
13719
|
StartTransferRequest,
|
|
13820
|
-
StartTransferRequest_KeyTweakProofsEntry,
|
|
13821
13720
|
StartTransferResponse,
|
|
13822
13721
|
StartTreeCreationRequest,
|
|
13823
13722
|
StartTreeCreationResponse,
|
package/dist/proto/spark.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { K as Address,
|
|
1
|
+
export { K as Address, bd as AddressNode, bb as AddressRequestNode, aM as AggregateNodesRequest, aN as AggregateNodesResponse, bK as BitcoinTransactionOutput, bv as CancelTransferRequest, bw as CancelTransferResponse, aH as ClaimLeafKeyTweak, aI as ClaimLeafKeyTweak_PubkeySharesTweakEntry, aK as ClaimTransferSignRefundsRequest, aL as ClaimTransferSignRefundsResponse, aJ as ClaimTransferTweakKeysRequest, C as ConnectedEvent, b1 as CooperativeExitRequest, b2 as CooperativeExitResponse, b3 as CounterLeafSwapRequest, b4 as CounterLeafSwapResponse, bg as CreateTreeRequest, bi as CreateTreeResponse, bf as CreationNode, bh as CreationResponseNode, bW as DeepPartial, H as DepositAddressProof, I as DepositAddressProof_AddressSignaturesEntry, bz as DepositAddressQueryResult, G as DepositEvent, bJ as ExitSingleNodeTreeSigningResult, bL as ExitSingleNodeTreesRequest, bM as ExitSingleNodeTreesResponse, bI as ExitingTree, b8 as ExtendLeafRequest, ba as ExtendLeafResponse, b9 as ExtendLeafSigningResult, as as FinalizeNodeSignaturesRequest, F as FinalizeNodeSignaturesResponse, ak as FinalizeTokenTransactionRequest, aD as FinalizeTransferRequest, aF as FinalizeTransferResponse, aE as FinalizeTransferWithTransferPackageRequest, al as FreezeTokensPayload, am as FreezeTokensRequest, an as FreezeTokensResponse, J as GenerateDepositAddressRequest, V as GenerateDepositAddressResponse, aQ as GetSigningCommitmentsRequest, aR as GetSigningCommitmentsResponse, bk as GetSigningOperatorListResponse, bl as GetSigningOperatorListResponse_SigningOperatorsEntry, aX as InitiatePreimageSwapRequest, aY as InitiatePreimageSwapRequest_Reason, a$ as InitiatePreimageSwapResponse, bG as InitiateUtxoSwapRequest, bH as InitiateUtxoSwapResponse, bN as InvestigateLeavesRequest, aW as InvoiceAmount, aV as InvoiceAmountProof, ai as KeyshareWithIndex, av as LeafRefundTxSigningJob, L as LeafRefundTxSigningResult, bY as MessageFns, N as Network, X as NodeOutput, a1 as NodeSignatureShares, i as NodeSignatures, O as OperatorSpecificOwnerSignature, ag as OperatorSpecificTokenTransactionSignablePayload, b0 as OutPoint, j as OutputWithPreviousTransactionData, P as PaymentIntentFields, bc as PrepareTreeAddressRequest, be as PrepareTreeAddressResponse, bo as ProvidePreimageRequest, bp as ProvidePreimageResponse, bC as QueryBalanceRequest, bD as QueryBalanceResponse, bE as QueryBalanceResponse_NodeBalancesEntry, bR as QueryNodesByValueRequest, bS as QueryNodesByValueResponse, bT as QueryNodesByValueResponse_NodesEntry, bO as QueryNodesDistributionRequest, bP as QueryNodesDistributionResponse, bQ as QueryNodesDistributionResponse_NodeDistributionEntry, bs as QueryNodesRequest, bt as QueryNodesResponse, bu as QueryNodesResponse_NodesEntry, by as QueryStaticDepositAddressesRequest, bB as QueryStaticDepositAddressesResponse, ao as QueryTokenOutputsRequest, ar as QueryTokenOutputsResponse, ap as QueryTokenTransactionsRequest, aq as QueryTokenTransactionsResponse, Q as QueryTransfersResponse, bx as QueryUnusedDepositAddressesRequest, bA as QueryUnusedDepositAddressesResponse, bm as QueryUserSignedRefundsRequest, bn as QueryUserSignedRefundsResponse, b5 as RefreshTimelockRequest, b7 as RefreshTimelockResponse, b6 as RefreshTimelockSigningResult, h as RequestedSigningCommitments, aP as RequestedSigningCommitments_SigningNonceCommitmentsEntry, bq as ReturnLightningPaymentRequest, R as RevocationSecretWithIndex, au as SecretProof, at as SecretShare, aB as SendLeafKeyTweak, aC as SendLeafKeyTweak_PubkeySharesTweakEntry, aA as SendLeafKeyTweaks, bX as ServerStreamingMethodResult, ah as SignTokenTransactionRequest, aj as SignTokenTransactionResponse, ac as SignatureWithIndex, aS as SigningCommitments, aT as SigningCommitments_SigningCommitmentsEntry, Y as SigningJob, S as SigningKeyshare, bj as SigningOperatorInfo, Z as SigningResult, _ as SigningResult_PublicKeysEntry, a0 as SigningResult_SignatureSharesEntry, $ as SigningResult_SigningNonceCommitmentsEntry, bF as SparkAddress, g as SparkServiceClient, bU as SparkServiceDefinition, bV as SparkServiceImplementation, aa as SpentTokenOutputMetadata, a4 as StartDepositTreeCreationRequest, a5 as StartDepositTreeCreationResponse, ae as StartTokenTransactionRequest, af as StartTokenTransactionResponse, ax as StartTransferRequest, ay as StartTransferResponse, a2 as StartTreeCreationRequest, a3 as StartTreeCreationResponse, aw as StartUserSignedTransferRequest, aO as StorePreimageShareRequest, A as SubscribeToEventsRequest, B as SubscribeToEventsResponse, a8 as TokenMintInput, a9 as TokenOutput, a6 as TokenOutputToSpend, f as TokenTransaction, ab as TokenTransactionConfirmationMetadata, ad as TokenTransactionSignatures, o as TokenTransactionStatus, k as TokenTransactionWithStatus, a7 as TokenTransferInput, e as Transfer, D as TransferEvent, aG as TransferFilter, d as TransferLeaf, l as TransferPackage, az as TransferPackage_KeyTweakPackageEntry, T as TransferStatus, a as TransferType, b as TreeNode, br as TreeNodeIds, W as UTXO, aU as UserSignedRefund, U as UserSignedTxSigningJob, x as UtxoSwapRequestType, aZ as initiatePreimageSwapRequest_ReasonFromJSON, a_ as initiatePreimageSwapRequest_ReasonToJSON, n as networkFromJSON, m as networkToJSON, p as protobufPackage, t as tokenTransactionStatusFromJSON, q as tokenTransactionStatusToJSON, r as transferStatusFromJSON, u as transferStatusToJSON, v as transferTypeFromJSON, w as transferTypeToJSON, y as utxoSwapRequestTypeFromJSON, z as utxoSwapRequestTypeToJSON } from '../spark-DjR1b3TC.cjs';
|
|
2
2
|
import '@bufbuild/protobuf/wire';
|
|
3
3
|
import 'nice-grpc-common';
|
package/dist/proto/spark.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { K as Address,
|
|
1
|
+
export { K as Address, bd as AddressNode, bb as AddressRequestNode, aM as AggregateNodesRequest, aN as AggregateNodesResponse, bK as BitcoinTransactionOutput, bv as CancelTransferRequest, bw as CancelTransferResponse, aH as ClaimLeafKeyTweak, aI as ClaimLeafKeyTweak_PubkeySharesTweakEntry, aK as ClaimTransferSignRefundsRequest, aL as ClaimTransferSignRefundsResponse, aJ as ClaimTransferTweakKeysRequest, C as ConnectedEvent, b1 as CooperativeExitRequest, b2 as CooperativeExitResponse, b3 as CounterLeafSwapRequest, b4 as CounterLeafSwapResponse, bg as CreateTreeRequest, bi as CreateTreeResponse, bf as CreationNode, bh as CreationResponseNode, bW as DeepPartial, H as DepositAddressProof, I as DepositAddressProof_AddressSignaturesEntry, bz as DepositAddressQueryResult, G as DepositEvent, bJ as ExitSingleNodeTreeSigningResult, bL as ExitSingleNodeTreesRequest, bM as ExitSingleNodeTreesResponse, bI as ExitingTree, b8 as ExtendLeafRequest, ba as ExtendLeafResponse, b9 as ExtendLeafSigningResult, as as FinalizeNodeSignaturesRequest, F as FinalizeNodeSignaturesResponse, ak as FinalizeTokenTransactionRequest, aD as FinalizeTransferRequest, aF as FinalizeTransferResponse, aE as FinalizeTransferWithTransferPackageRequest, al as FreezeTokensPayload, am as FreezeTokensRequest, an as FreezeTokensResponse, J as GenerateDepositAddressRequest, V as GenerateDepositAddressResponse, aQ as GetSigningCommitmentsRequest, aR as GetSigningCommitmentsResponse, bk as GetSigningOperatorListResponse, bl as GetSigningOperatorListResponse_SigningOperatorsEntry, aX as InitiatePreimageSwapRequest, aY as InitiatePreimageSwapRequest_Reason, a$ as InitiatePreimageSwapResponse, bG as InitiateUtxoSwapRequest, bH as InitiateUtxoSwapResponse, bN as InvestigateLeavesRequest, aW as InvoiceAmount, aV as InvoiceAmountProof, ai as KeyshareWithIndex, av as LeafRefundTxSigningJob, L as LeafRefundTxSigningResult, bY as MessageFns, N as Network, X as NodeOutput, a1 as NodeSignatureShares, i as NodeSignatures, O as OperatorSpecificOwnerSignature, ag as OperatorSpecificTokenTransactionSignablePayload, b0 as OutPoint, j as OutputWithPreviousTransactionData, P as PaymentIntentFields, bc as PrepareTreeAddressRequest, be as PrepareTreeAddressResponse, bo as ProvidePreimageRequest, bp as ProvidePreimageResponse, bC as QueryBalanceRequest, bD as QueryBalanceResponse, bE as QueryBalanceResponse_NodeBalancesEntry, bR as QueryNodesByValueRequest, bS as QueryNodesByValueResponse, bT as QueryNodesByValueResponse_NodesEntry, bO as QueryNodesDistributionRequest, bP as QueryNodesDistributionResponse, bQ as QueryNodesDistributionResponse_NodeDistributionEntry, bs as QueryNodesRequest, bt as QueryNodesResponse, bu as QueryNodesResponse_NodesEntry, by as QueryStaticDepositAddressesRequest, bB as QueryStaticDepositAddressesResponse, ao as QueryTokenOutputsRequest, ar as QueryTokenOutputsResponse, ap as QueryTokenTransactionsRequest, aq as QueryTokenTransactionsResponse, Q as QueryTransfersResponse, bx as QueryUnusedDepositAddressesRequest, bA as QueryUnusedDepositAddressesResponse, bm as QueryUserSignedRefundsRequest, bn as QueryUserSignedRefundsResponse, b5 as RefreshTimelockRequest, b7 as RefreshTimelockResponse, b6 as RefreshTimelockSigningResult, h as RequestedSigningCommitments, aP as RequestedSigningCommitments_SigningNonceCommitmentsEntry, bq as ReturnLightningPaymentRequest, R as RevocationSecretWithIndex, au as SecretProof, at as SecretShare, aB as SendLeafKeyTweak, aC as SendLeafKeyTweak_PubkeySharesTweakEntry, aA as SendLeafKeyTweaks, bX as ServerStreamingMethodResult, ah as SignTokenTransactionRequest, aj as SignTokenTransactionResponse, ac as SignatureWithIndex, aS as SigningCommitments, aT as SigningCommitments_SigningCommitmentsEntry, Y as SigningJob, S as SigningKeyshare, bj as SigningOperatorInfo, Z as SigningResult, _ as SigningResult_PublicKeysEntry, a0 as SigningResult_SignatureSharesEntry, $ as SigningResult_SigningNonceCommitmentsEntry, bF as SparkAddress, g as SparkServiceClient, bU as SparkServiceDefinition, bV as SparkServiceImplementation, aa as SpentTokenOutputMetadata, a4 as StartDepositTreeCreationRequest, a5 as StartDepositTreeCreationResponse, ae as StartTokenTransactionRequest, af as StartTokenTransactionResponse, ax as StartTransferRequest, ay as StartTransferResponse, a2 as StartTreeCreationRequest, a3 as StartTreeCreationResponse, aw as StartUserSignedTransferRequest, aO as StorePreimageShareRequest, A as SubscribeToEventsRequest, B as SubscribeToEventsResponse, a8 as TokenMintInput, a9 as TokenOutput, a6 as TokenOutputToSpend, f as TokenTransaction, ab as TokenTransactionConfirmationMetadata, ad as TokenTransactionSignatures, o as TokenTransactionStatus, k as TokenTransactionWithStatus, a7 as TokenTransferInput, e as Transfer, D as TransferEvent, aG as TransferFilter, d as TransferLeaf, l as TransferPackage, az as TransferPackage_KeyTweakPackageEntry, T as TransferStatus, a as TransferType, b as TreeNode, br as TreeNodeIds, W as UTXO, aU as UserSignedRefund, U as UserSignedTxSigningJob, x as UtxoSwapRequestType, aZ as initiatePreimageSwapRequest_ReasonFromJSON, a_ as initiatePreimageSwapRequest_ReasonToJSON, n as networkFromJSON, m as networkToJSON, p as protobufPackage, t as tokenTransactionStatusFromJSON, q as tokenTransactionStatusToJSON, r as transferStatusFromJSON, u as transferStatusToJSON, v as transferTypeFromJSON, w as transferTypeToJSON, y as utxoSwapRequestTypeFromJSON, z as utxoSwapRequestTypeToJSON } from '../spark-DjR1b3TC.js';
|
|
2
2
|
import '@bufbuild/protobuf/wire';
|
|
3
3
|
import 'nice-grpc-common';
|