@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.
Files changed (692) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/dist/{RequestLightningSendInput-DfmfqzZo.d.cts → RequestLightningSendInput-DXcLoiCe.d.cts} +10 -2
  4. package/dist/{RequestLightningSendInput-CJtcHOnu.d.ts → RequestLightningSendInput-mXUWn_cp.d.ts} +10 -2
  5. package/dist/address/index.cjs +138 -6
  6. package/dist/address/index.d.cts +18 -6
  7. package/dist/address/index.d.ts +18 -6
  8. package/dist/address/index.js +5 -2
  9. package/dist/{chunk-FWQPAPXK.js → chunk-2ZXXLPG2.js} +1 -1
  10. package/dist/{chunk-S7KD6DDL.js → chunk-6YVPOQ2A.js} +41 -20
  11. package/dist/{chunk-ZUVYYR5T.js → chunk-7EFSUADA.js} +1 -0
  12. package/dist/{chunk-NS4UZRQ7.js → chunk-ABZA6R5S.js} +1 -1
  13. package/dist/{chunk-57XLH3ZR.js → chunk-ATEHMLKP.js} +23 -23
  14. package/dist/{chunk-5MNQB2T4.js → chunk-J5W5Q2ZP.js} +336 -71
  15. package/dist/{chunk-LHT4QTFK.js → chunk-KKSU7OZO.js} +137 -49
  16. package/dist/{chunk-C5LTJBI7.js → chunk-M6A4KFIG.js} +125 -226
  17. package/dist/{chunk-A74XSEW3.js → chunk-MIVX3GHD.js} +1 -1
  18. package/dist/{chunk-I4JI6TYN.js → chunk-ROKY5KS4.js} +21 -1
  19. package/dist/{chunk-2CDJZQN4.js → chunk-TM4TOEOX.js} +24 -6
  20. package/dist/{chunk-RFCXPGDM.js → chunk-UKT6OFLO.js} +99 -31
  21. package/dist/chunk-VA7MV4MZ.js +1073 -0
  22. package/dist/{chunk-ED3ZAFDI.js → chunk-YEZDPUFY.js} +61 -5
  23. package/dist/{chunk-W2VXS35Y.js → chunk-ZXDE2XMU.js} +5 -2
  24. package/dist/graphql/objects/index.cjs +6 -3
  25. package/dist/graphql/objects/index.d.cts +4 -4
  26. package/dist/graphql/objects/index.d.ts +4 -4
  27. package/dist/graphql/objects/index.js +1 -1
  28. package/dist/{index-CLdtdMU4.d.cts → index-CFh4uWzi.d.cts} +22 -5
  29. package/dist/{index-BDEYgYxP.d.ts → index-OSDtPMmC.d.ts} +22 -5
  30. package/dist/index.cjs +2299 -940
  31. package/dist/index.d.cts +8 -7
  32. package/dist/index.d.ts +8 -7
  33. package/dist/index.js +30 -24
  34. package/dist/index.node.cjs +2299 -940
  35. package/dist/index.node.d.cts +9 -8
  36. package/dist/index.node.d.ts +9 -8
  37. package/dist/index.node.js +30 -24
  38. package/dist/native/index.cjs +2303 -944
  39. package/dist/native/index.d.cts +436 -256
  40. package/dist/native/index.d.ts +436 -256
  41. package/dist/native/index.js +2150 -795
  42. package/dist/{network-CCgyIsGl.d.ts → network-BF2GYPye.d.ts} +1 -1
  43. package/dist/{network-B10hBoHp.d.cts → network-BiwBmoOg.d.cts} +1 -1
  44. package/dist/proto/lrc20.d.cts +1 -1
  45. package/dist/proto/lrc20.d.ts +1 -1
  46. package/dist/proto/lrc20.js +2 -2
  47. package/dist/proto/spark.cjs +125 -226
  48. package/dist/proto/spark.d.cts +1 -1
  49. package/dist/proto/spark.d.ts +1 -1
  50. package/dist/proto/spark.js +3 -5
  51. package/dist/proto/spark_token.cjs +1364 -0
  52. package/dist/proto/spark_token.d.cts +209 -0
  53. package/dist/proto/spark_token.d.ts +209 -0
  54. package/dist/proto/spark_token.js +32 -0
  55. package/dist/{sdk-types-BuVMn2rX.d.cts → sdk-types-CfhdFnsA.d.cts} +1 -1
  56. package/dist/{sdk-types-BeI6DM_M.d.ts → sdk-types-MnQrHolg.d.ts} +1 -1
  57. package/dist/services/config.cjs +35 -28
  58. package/dist/services/config.d.cts +5 -4
  59. package/dist/services/config.d.ts +5 -4
  60. package/dist/services/config.js +6 -6
  61. package/dist/services/connection.cjs +1108 -306
  62. package/dist/services/connection.d.cts +9 -4
  63. package/dist/services/connection.d.ts +9 -4
  64. package/dist/services/connection.js +3 -2
  65. package/dist/services/index.cjs +1686 -489
  66. package/dist/services/index.d.cts +5 -4
  67. package/dist/services/index.d.ts +5 -4
  68. package/dist/services/index.js +14 -12
  69. package/dist/services/lrc-connection.d.cts +4 -4
  70. package/dist/services/lrc-connection.d.ts +4 -4
  71. package/dist/services/lrc-connection.js +3 -3
  72. package/dist/services/token-transactions.cjs +636 -246
  73. package/dist/services/token-transactions.d.cts +18 -7
  74. package/dist/services/token-transactions.d.ts +18 -7
  75. package/dist/services/token-transactions.js +5 -4
  76. package/dist/services/wallet-config.cjs +1 -0
  77. package/dist/services/wallet-config.d.cts +5 -4
  78. package/dist/services/wallet-config.d.ts +5 -4
  79. package/dist/services/wallet-config.js +1 -1
  80. package/dist/signer/signer.cjs +99 -29
  81. package/dist/signer/signer.d.cts +2 -2
  82. package/dist/signer/signer.d.ts +2 -2
  83. package/dist/signer/signer.js +8 -4
  84. package/dist/{signer-CYwn7h9U.d.cts → signer-BhLS7SYR.d.cts} +31 -13
  85. package/dist/{signer-C5h1DpjF.d.ts → signer-CylxIujU.d.ts} +31 -13
  86. package/dist/{spark-DXYE9gMM.d.cts → spark-DjR1b3TC.d.cts} +13 -21
  87. package/dist/{spark-DXYE9gMM.d.ts → spark-DjR1b3TC.d.ts} +13 -21
  88. package/dist/types/index.cjs +130 -227
  89. package/dist/types/index.d.cts +4 -4
  90. package/dist/types/index.d.ts +4 -4
  91. package/dist/types/index.js +3 -3
  92. package/dist/utils/index.cjs +279 -2
  93. package/dist/utils/index.d.cts +10 -6
  94. package/dist/utils/index.d.ts +10 -6
  95. package/dist/utils/index.js +17 -12
  96. package/package.json +6 -2
  97. package/src/address/address.ts +41 -6
  98. package/src/graphql/client.ts +15 -0
  99. package/src/graphql/objects/Transfer.ts +7 -0
  100. package/src/graphql/queries/Transfer.ts +10 -0
  101. package/src/proto/spark.ts +215 -337
  102. package/src/proto/spark_token.ts +1407 -0
  103. package/src/services/config.ts +4 -0
  104. package/src/services/connection.ts +37 -1
  105. package/src/services/token-transactions.ts +425 -74
  106. package/src/services/wallet-config.ts +2 -0
  107. package/src/signer/signer.ts +143 -43
  108. package/src/spark-wallet/spark-wallet.ts +81 -3
  109. package/src/tests/integration/transfer.test.ts +186 -214
  110. package/src/tests/signer.test.ts +34 -0
  111. package/src/tests/transaction.test.ts +12 -0
  112. package/src/tests/xchain-address.test.ts +28 -0
  113. package/src/utils/index.ts +1 -0
  114. package/src/utils/transaction.ts +30 -2
  115. package/src/utils/xchain-address.ts +36 -0
  116. package/android/build/.transforms/040d8fa2b9716b9d83b2ee652456153b/results.bin +0 -1
  117. package/android/build/.transforms/040d8fa2b9716b9d83b2ee652456153b/transformed/classes/classes_dex/classes.dex +0 -0
  118. package/android/build/.transforms/2d0f5d3b1e10a4215d771884270da0bd/results.bin +0 -1
  119. package/android/build/.transforms/2d0f5d3b1e10a4215d771884270da0bd/transformed/classes/classes_dex/classes.dex +0 -0
  120. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/results.bin +0 -1
  121. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/BuildConfig.dex +0 -0
  122. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule$Companion.dex +0 -0
  123. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule.dex +0 -0
  124. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostPackage.dex +0 -0
  125. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable$Companion.dex +0 -0
  126. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable.dex +0 -0
  127. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx$Companion.dex +0 -0
  128. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx.dex +0 -0
  129. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$ErrorHandler.dex +0 -0
  130. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$Spark.dex +0 -0
  131. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception.dex +0 -0
  132. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter$DefaultImpls.dex +0 -0
  133. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter.dex +0 -0
  134. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterBoolean.dex +0 -0
  135. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterByteArray.dex +0 -0
  136. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringByteArray.dex +0 -0
  137. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.dex +0 -0
  138. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterOptionalByteArray.dex +0 -0
  139. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.dex +0 -0
  140. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer.dex +0 -0
  141. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterSequenceString.dex +0 -0
  142. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterString.dex +0 -0
  143. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeDummyTx.dex +0 -0
  144. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeError.dex +0 -0
  145. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeKeyPackage.dex +0 -0
  146. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeNonceResult.dex +0 -0
  147. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningCommitment.dex +0 -0
  148. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningNonce.dex +0 -0
  149. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeTransactionResult.dex +0 -0
  150. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUInt.dex +0 -0
  151. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterULong.dex +0 -0
  152. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUShort.dex +0 -0
  153. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes$ByValue.dex +0 -0
  154. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes.dex +0 -0
  155. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/InternalException.dex +0 -0
  156. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage$Companion.dex +0 -0
  157. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage.dex +0 -0
  158. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NoPointer.dex +0 -0
  159. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult$Companion.dex +0 -0
  160. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult.dex +0 -0
  161. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByReference.dex +0 -0
  162. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByValue.dex +0 -0
  163. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$Companion.dex +0 -0
  164. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer.dex +0 -0
  165. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBufferByReference.dex +0 -0
  166. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment$Companion.dex +0 -0
  167. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment.dex +0 -0
  168. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce$Companion.dex +0 -0
  169. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce.dex +0 -0
  170. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Spark_frostKt.dex +0 -0
  171. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult$Companion.dex +0 -0
  172. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult.dex +0 -0
  173. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiCallbackInterfaceFree.dex +0 -0
  174. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.dex +0 -0
  175. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture.dex +0 -0
  176. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF32.dex +0 -0
  177. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF64.dex +0 -0
  178. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI16.dex +0 -0
  179. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI32.dex +0 -0
  180. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI64.dex +0 -0
  181. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI8.dex +0 -0
  182. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompletePointer.dex +0 -0
  183. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.dex +0 -0
  184. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU16.dex +0 -0
  185. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU32.dex +0 -0
  186. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU64.dex +0 -0
  187. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU8.dex +0 -0
  188. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.dex +0 -0
  189. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureFree.dex +0 -0
  190. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.dex +0 -0
  191. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32.dex +0 -0
  192. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.dex +0 -0
  193. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64.dex +0 -0
  194. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.dex +0 -0
  195. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16.dex +0 -0
  196. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.dex +0 -0
  197. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32.dex +0 -0
  198. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.dex +0 -0
  199. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64.dex +0 -0
  200. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.dex +0 -0
  201. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8.dex +0 -0
  202. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.dex +0 -0
  203. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer.dex +0 -0
  204. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.dex +0 -0
  205. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.dex +0 -0
  206. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.dex +0 -0
  207. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16.dex +0 -0
  208. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.dex +0 -0
  209. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32.dex +0 -0
  210. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.dex +0 -0
  211. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64.dex +0 -0
  212. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.dex +0 -0
  213. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8.dex +0 -0
  214. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.dex +0 -0
  215. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid.dex +0 -0
  216. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiHandleMap.dex +0 -0
  217. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib$Companion.dex +0 -0
  218. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib.dex +0 -0
  219. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.dex +0 -0
  220. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$ByValue.dex +0 -0
  221. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$Companion.dex +0 -0
  222. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus.dex +0 -0
  223. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.dex +0 -0
  224. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustFutureContinuationCallback.dex +0 -0
  225. package/android/build/.transforms/54700a025e43a95050ec1055d0701a4f/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  226. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/results.bin +0 -1
  227. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/BuildConfig.dex +0 -0
  228. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule$Companion.dex +0 -0
  229. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostModule.dex +0 -0
  230. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/sparkfrost/SparkFrostPackage.dex +0 -0
  231. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable$Companion.dex +0 -0
  232. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Disposable.dex +0 -0
  233. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx$Companion.dex +0 -0
  234. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/DummyTx.dex +0 -0
  235. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$ErrorHandler.dex +0 -0
  236. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception$Spark.dex +0 -0
  237. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Exception.dex +0 -0
  238. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter$DefaultImpls.dex +0 -0
  239. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverter.dex +0 -0
  240. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterBoolean.dex +0 -0
  241. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterByteArray.dex +0 -0
  242. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringByteArray.dex +0 -0
  243. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.dex +0 -0
  244. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterOptionalByteArray.dex +0 -0
  245. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.dex +0 -0
  246. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterRustBuffer.dex +0 -0
  247. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterSequenceString.dex +0 -0
  248. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterString.dex +0 -0
  249. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeDummyTx.dex +0 -0
  250. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeError.dex +0 -0
  251. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeKeyPackage.dex +0 -0
  252. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeNonceResult.dex +0 -0
  253. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningCommitment.dex +0 -0
  254. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeSigningNonce.dex +0 -0
  255. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterTypeTransactionResult.dex +0 -0
  256. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUInt.dex +0 -0
  257. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterULong.dex +0 -0
  258. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/FfiConverterUShort.dex +0 -0
  259. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes$ByValue.dex +0 -0
  260. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/ForeignBytes.dex +0 -0
  261. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/InternalException.dex +0 -0
  262. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage$Companion.dex +0 -0
  263. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/KeyPackage.dex +0 -0
  264. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NoPointer.dex +0 -0
  265. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult$Companion.dex +0 -0
  266. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/NonceResult.dex +0 -0
  267. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByReference.dex +0 -0
  268. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$ByValue.dex +0 -0
  269. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer$Companion.dex +0 -0
  270. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBuffer.dex +0 -0
  271. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/RustBufferByReference.dex +0 -0
  272. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment$Companion.dex +0 -0
  273. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningCommitment.dex +0 -0
  274. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce$Companion.dex +0 -0
  275. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/SigningNonce.dex +0 -0
  276. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/Spark_frostKt.dex +0 -0
  277. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult$Companion.dex +0 -0
  278. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/TransactionResult.dex +0 -0
  279. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiCallbackInterfaceFree.dex +0 -0
  280. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.dex +0 -0
  281. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFuture.dex +0 -0
  282. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF32.dex +0 -0
  283. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteF64.dex +0 -0
  284. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI16.dex +0 -0
  285. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI32.dex +0 -0
  286. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI64.dex +0 -0
  287. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteI8.dex +0 -0
  288. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompletePointer.dex +0 -0
  289. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.dex +0 -0
  290. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU16.dex +0 -0
  291. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU32.dex +0 -0
  292. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU64.dex +0 -0
  293. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteU8.dex +0 -0
  294. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.dex +0 -0
  295. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureFree.dex +0 -0
  296. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.dex +0 -0
  297. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF32.dex +0 -0
  298. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.dex +0 -0
  299. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructF64.dex +0 -0
  300. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.dex +0 -0
  301. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI16.dex +0 -0
  302. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.dex +0 -0
  303. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI32.dex +0 -0
  304. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.dex +0 -0
  305. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI64.dex +0 -0
  306. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.dex +0 -0
  307. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructI8.dex +0 -0
  308. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.dex +0 -0
  309. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructPointer.dex +0 -0
  310. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.dex +0 -0
  311. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.dex +0 -0
  312. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.dex +0 -0
  313. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU16.dex +0 -0
  314. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.dex +0 -0
  315. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU32.dex +0 -0
  316. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.dex +0 -0
  317. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU64.dex +0 -0
  318. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.dex +0 -0
  319. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructU8.dex +0 -0
  320. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.dex +0 -0
  321. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiForeignFutureStructVoid.dex +0 -0
  322. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiHandleMap.dex +0 -0
  323. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib$Companion.dex +0 -0
  324. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiLib.dex +0 -0
  325. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.dex +0 -0
  326. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$ByValue.dex +0 -0
  327. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus$Companion.dex +0 -0
  328. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatus.dex +0 -0
  329. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.dex +0 -0
  330. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/uniffi/spark_frost/UniffiRustFutureContinuationCallback.dex +0 -0
  331. package/android/build/.transforms/e8692d599b9d4e384b089536c21e4db7/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  332. package/android/build/generated/source/buildConfig/debug/com/sparkfrost/BuildConfig.java +0 -10
  333. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -7
  334. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
  335. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
  336. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
  337. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  338. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  339. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
  340. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  341. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  342. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  343. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
  344. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/buildonspark_spark-sdk_debug.kotlin_module +0 -0
  345. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sparkfrost/BuildConfig.class +0 -0
  346. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libspark_frost.so +0 -0
  347. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libuniffi_spark_frost.so +0 -0
  348. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libspark_frost.so +0 -0
  349. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libuniffi_spark_frost.so +0 -0
  350. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libspark_frost.so +0 -0
  351. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libuniffi_spark_frost.so +0 -0
  352. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libspark_frost.so +0 -0
  353. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libuniffi_spark_frost.so +0 -0
  354. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -2
  355. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -7
  356. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/arm64-v8a/libspark_frost.so +0 -0
  357. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/arm64-v8a/libuniffi_spark_frost.so +0 -0
  358. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/armeabi-v7a/libspark_frost.so +0 -0
  359. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/armeabi-v7a/libuniffi_spark_frost.so +0 -0
  360. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86/libspark_frost.so +0 -0
  361. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86/libuniffi_spark_frost.so +0 -0
  362. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86_64/libspark_frost.so +0 -0
  363. package/android/build/intermediates/merged_jni_libs/debug/mergeDebugJniLibFolders/out/x86_64/libuniffi_spark_frost.so +0 -0
  364. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -7
  365. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libspark_frost.so +0 -0
  366. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libuniffi_spark_frost.so +0 -0
  367. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libspark_frost.so +0 -0
  368. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libuniffi_spark_frost.so +0 -0
  369. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libspark_frost.so +0 -0
  370. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libuniffi_spark_frost.so +0 -0
  371. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libspark_frost.so +0 -0
  372. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libuniffi_spark_frost.so +0 -0
  373. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
  374. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
  375. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/buildonspark_spark-sdk_debug.kotlin_module +0 -0
  376. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/BuildConfig.class +0 -0
  377. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/SparkFrostModule$Companion.class +0 -0
  378. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/SparkFrostModule.class +0 -0
  379. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/sparkfrost/SparkFrostPackage.class +0 -0
  380. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Disposable$Companion.class +0 -0
  381. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Disposable.class +0 -0
  382. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/DummyTx$Companion.class +0 -0
  383. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/DummyTx.class +0 -0
  384. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Exception$ErrorHandler.class +0 -0
  385. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Exception$Spark.class +0 -0
  386. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Exception.class +0 -0
  387. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverter$DefaultImpls.class +0 -0
  388. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverter.class +0 -0
  389. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterBoolean.class +0 -0
  390. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterByteArray.class +0 -0
  391. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterMapStringByteArray.class +0 -0
  392. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.class +0 -0
  393. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterOptionalByteArray.class +0 -0
  394. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.class +0 -0
  395. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterRustBuffer.class +0 -0
  396. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterSequenceString.class +0 -0
  397. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterString.class +0 -0
  398. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeDummyTx.class +0 -0
  399. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeError.class +0 -0
  400. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeKeyPackage.class +0 -0
  401. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeNonceResult.class +0 -0
  402. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeSigningCommitment.class +0 -0
  403. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeSigningNonce.class +0 -0
  404. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterTypeTransactionResult.class +0 -0
  405. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterUInt.class +0 -0
  406. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterULong.class +0 -0
  407. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/FfiConverterUShort.class +0 -0
  408. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/ForeignBytes$ByValue.class +0 -0
  409. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/ForeignBytes.class +0 -0
  410. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/InternalException.class +0 -0
  411. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/KeyPackage$Companion.class +0 -0
  412. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/KeyPackage.class +0 -0
  413. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/NoPointer.class +0 -0
  414. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/NonceResult$Companion.class +0 -0
  415. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/NonceResult.class +0 -0
  416. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer$ByReference.class +0 -0
  417. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer$ByValue.class +0 -0
  418. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer$Companion.class +0 -0
  419. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBuffer.class +0 -0
  420. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/RustBufferByReference.class +0 -0
  421. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningCommitment$Companion.class +0 -0
  422. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningCommitment.class +0 -0
  423. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningNonce$Companion.class +0 -0
  424. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/SigningNonce.class +0 -0
  425. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/Spark_frostKt.class +0 -0
  426. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/TransactionResult$Companion.class +0 -0
  427. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/TransactionResult.class +0 -0
  428. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiCallbackInterfaceFree.class +0 -0
  429. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.class +0 -0
  430. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFuture.class +0 -0
  431. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteF32.class +0 -0
  432. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteF64.class +0 -0
  433. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI16.class +0 -0
  434. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI32.class +0 -0
  435. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI64.class +0 -0
  436. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteI8.class +0 -0
  437. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompletePointer.class +0 -0
  438. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.class +0 -0
  439. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU16.class +0 -0
  440. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU32.class +0 -0
  441. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU64.class +0 -0
  442. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteU8.class +0 -0
  443. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.class +0 -0
  444. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureFree.class +0 -0
  445. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.class +0 -0
  446. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF32.class +0 -0
  447. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.class +0 -0
  448. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructF64.class +0 -0
  449. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.class +0 -0
  450. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI16.class +0 -0
  451. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.class +0 -0
  452. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI32.class +0 -0
  453. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.class +0 -0
  454. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI64.class +0 -0
  455. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.class +0 -0
  456. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructI8.class +0 -0
  457. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.class +0 -0
  458. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructPointer.class +0 -0
  459. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.class +0 -0
  460. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.class +0 -0
  461. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.class +0 -0
  462. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU16.class +0 -0
  463. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.class +0 -0
  464. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU32.class +0 -0
  465. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.class +0 -0
  466. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU64.class +0 -0
  467. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.class +0 -0
  468. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructU8.class +0 -0
  469. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.class +0 -0
  470. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiForeignFutureStructVoid.class +0 -0
  471. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiHandleMap.class +0 -0
  472. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiLib$Companion.class +0 -0
  473. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiLib.class +0 -0
  474. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.class +0 -0
  475. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatus$ByValue.class +0 -0
  476. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatus$Companion.class +0 -0
  477. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatus.class +0 -0
  478. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.class +0 -0
  479. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/uniffi/spark_frost/UniffiRustFutureContinuationCallback.class +0 -0
  480. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  481. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -1
  482. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  483. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  484. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  485. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  486. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  487. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  488. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  489. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  490. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  491. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  492. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  493. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  494. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  495. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  496. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  497. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  498. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  499. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  500. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  501. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  502. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  503. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  504. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  505. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  506. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  507. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  508. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  509. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  510. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab +0 -0
  511. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.keystream +0 -0
  512. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.keystream.len +0 -0
  513. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.len +0 -0
  514. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab.values.at +0 -0
  515. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab_i +0 -0
  516. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/inline-functions.tab_i.len +0 -0
  517. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  518. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  519. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  520. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  521. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  522. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  523. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  524. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
  525. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
  526. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
  527. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
  528. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
  529. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
  530. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
  531. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  532. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  533. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  534. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  535. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values +0 -0
  536. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  537. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.s +0 -1
  538. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  539. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  540. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  541. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  542. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  543. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  544. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  545. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  546. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  547. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  548. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  549. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  550. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  551. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  552. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  553. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  554. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  555. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  556. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  557. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  558. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  559. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  560. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  561. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
  562. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  563. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  564. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  565. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  566. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  567. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  568. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  569. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  570. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  571. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  572. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  573. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  574. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  575. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  576. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  577. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  578. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  579. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  580. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  581. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  582. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  583. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  584. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  585. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  586. package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -16
  587. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  588. package/android/build/tmp/kotlin-classes/debug/META-INF/buildonspark_spark-sdk_debug.kotlin_module +0 -0
  589. package/android/build/tmp/kotlin-classes/debug/com/sparkfrost/SparkFrostModule$Companion.class +0 -0
  590. package/android/build/tmp/kotlin-classes/debug/com/sparkfrost/SparkFrostModule.class +0 -0
  591. package/android/build/tmp/kotlin-classes/debug/com/sparkfrost/SparkFrostPackage.class +0 -0
  592. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Disposable$Companion.class +0 -0
  593. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Disposable.class +0 -0
  594. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/DummyTx$Companion.class +0 -0
  595. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/DummyTx.class +0 -0
  596. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Exception$ErrorHandler.class +0 -0
  597. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Exception$Spark.class +0 -0
  598. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Exception.class +0 -0
  599. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverter$DefaultImpls.class +0 -0
  600. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverter.class +0 -0
  601. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterBoolean.class +0 -0
  602. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterByteArray.class +0 -0
  603. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterMapStringByteArray.class +0 -0
  604. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterMapStringTypeSigningCommitment.class +0 -0
  605. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterOptionalByteArray.class +0 -0
  606. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterRustBuffer$DefaultImpls.class +0 -0
  607. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterRustBuffer.class +0 -0
  608. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterSequenceString.class +0 -0
  609. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterString.class +0 -0
  610. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeDummyTx.class +0 -0
  611. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeError.class +0 -0
  612. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeKeyPackage.class +0 -0
  613. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeNonceResult.class +0 -0
  614. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeSigningCommitment.class +0 -0
  615. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeSigningNonce.class +0 -0
  616. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterTypeTransactionResult.class +0 -0
  617. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterUInt.class +0 -0
  618. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterULong.class +0 -0
  619. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/FfiConverterUShort.class +0 -0
  620. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/ForeignBytes$ByValue.class +0 -0
  621. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/ForeignBytes.class +0 -0
  622. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/InternalException.class +0 -0
  623. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/KeyPackage$Companion.class +0 -0
  624. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/KeyPackage.class +0 -0
  625. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/NoPointer.class +0 -0
  626. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/NonceResult$Companion.class +0 -0
  627. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/NonceResult.class +0 -0
  628. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer$ByReference.class +0 -0
  629. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer$ByValue.class +0 -0
  630. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer$Companion.class +0 -0
  631. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBuffer.class +0 -0
  632. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/RustBufferByReference.class +0 -0
  633. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningCommitment$Companion.class +0 -0
  634. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningCommitment.class +0 -0
  635. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningNonce$Companion.class +0 -0
  636. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/SigningNonce.class +0 -0
  637. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/Spark_frostKt.class +0 -0
  638. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/TransactionResult$Companion.class +0 -0
  639. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/TransactionResult.class +0 -0
  640. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiCallbackInterfaceFree.class +0 -0
  641. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFuture$UniffiByValue.class +0 -0
  642. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFuture.class +0 -0
  643. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteF32.class +0 -0
  644. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteF64.class +0 -0
  645. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI16.class +0 -0
  646. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI32.class +0 -0
  647. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI64.class +0 -0
  648. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteI8.class +0 -0
  649. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompletePointer.class +0 -0
  650. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteRustBuffer.class +0 -0
  651. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU16.class +0 -0
  652. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU32.class +0 -0
  653. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU64.class +0 -0
  654. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteU8.class +0 -0
  655. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureCompleteVoid.class +0 -0
  656. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureFree.class +0 -0
  657. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF32$UniffiByValue.class +0 -0
  658. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF32.class +0 -0
  659. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF64$UniffiByValue.class +0 -0
  660. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructF64.class +0 -0
  661. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI16$UniffiByValue.class +0 -0
  662. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI16.class +0 -0
  663. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI32$UniffiByValue.class +0 -0
  664. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI32.class +0 -0
  665. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI64$UniffiByValue.class +0 -0
  666. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI64.class +0 -0
  667. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI8$UniffiByValue.class +0 -0
  668. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructI8.class +0 -0
  669. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructPointer$UniffiByValue.class +0 -0
  670. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructPointer.class +0 -0
  671. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer$UniffiByValue.class +0 -0
  672. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructRustBuffer.class +0 -0
  673. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU16$UniffiByValue.class +0 -0
  674. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU16.class +0 -0
  675. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU32$UniffiByValue.class +0 -0
  676. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU32.class +0 -0
  677. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU64$UniffiByValue.class +0 -0
  678. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU64.class +0 -0
  679. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU8$UniffiByValue.class +0 -0
  680. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructU8.class +0 -0
  681. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructVoid$UniffiByValue.class +0 -0
  682. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiForeignFutureStructVoid.class +0 -0
  683. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiHandleMap.class +0 -0
  684. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiLib$Companion.class +0 -0
  685. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiLib.class +0 -0
  686. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiNullRustCallStatusErrorHandler.class +0 -0
  687. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatus$ByValue.class +0 -0
  688. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatus$Companion.class +0 -0
  689. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatus.class +0 -0
  690. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustCallStatusErrorHandler.class +0 -0
  691. package/android/build/tmp/kotlin-classes/debug/uniffi/spark_frost/UniffiRustFutureContinuationCallback.class +0 -0
  692. /package/{android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt → dist/chunk-L3EHBOUX.js} +0 -0
@@ -0,0 +1,1407 @@
1
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-ts_proto v2.7.2
4
+ // protoc v5.29.3
5
+ // source: spark_token.proto
6
+
7
+ /* eslint-disable */
8
+ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
9
+ import type { CallContext, CallOptions } from "nice-grpc-common";
10
+ import { Timestamp } from "./google/protobuf/timestamp.js";
11
+ import { Network, networkFromJSON, networkToJSON, SigningKeyshare } from "./spark.js";
12
+
13
+ export const protobufPackage = "spark_token";
14
+
15
+ /**
16
+ * This proto is constructed by the wallet to specify leaves it wants to spend
17
+ * as part of the token transaction.
18
+ */
19
+ export interface TokenOutputToSpend {
20
+ prevTokenTransactionHash: Uint8Array;
21
+ prevTokenTransactionVout: number;
22
+ }
23
+
24
+ export interface TokenTransferInput {
25
+ outputsToSpend: TokenOutputToSpend[];
26
+ }
27
+
28
+ export interface TokenMintInput {
29
+ issuerPublicKey: Uint8Array;
30
+ /**
31
+ * Issuer provided timestamp of when the transaction was signed/constructed.
32
+ * Helps provide idempotency and ensures that each mint input signature is
33
+ * unique as long as multiple mint signatures are not happening at the same
34
+ * time. Also gives a potentially useful data point for when the issuer
35
+ * authorized from their perspective. Note that we have no way of proving
36
+ * this is accurate.
37
+ * TODO: Consider whether implementing generic idempotency controls and/or a
38
+ * random nonce would be favorable to populating this field.
39
+ */
40
+ issuerProvidedTimestamp: number;
41
+ }
42
+
43
+ /**
44
+ * This proto is constructed by the wallet to specify outputs it wants to create
45
+ * as part of a token transaction. Output id and revocation public key should
46
+ * remain unfilled so that the SE can fill them as part of the
47
+ * StartTokenTransaction() call.
48
+ */
49
+ export interface TokenOutput {
50
+ id?: string | undefined;
51
+ ownerPublicKey: Uint8Array;
52
+ revocationCommitment?: Uint8Array | undefined;
53
+ withdrawBondSats?: number | undefined;
54
+ withdrawRelativeBlockLocktime?: number | undefined;
55
+ tokenPublicKey: Uint8Array;
56
+ /** Decoded uint128 */
57
+ tokenAmount: Uint8Array;
58
+ }
59
+
60
+ /**
61
+ * This proto is constructed by the wallet and is the core transaction data
62
+ * structure. This proto is deterministically hashed to generate the
63
+ * token_transaction_hash that is cooperatively signed by the SO group to
64
+ * confirm a token transaction.
65
+ */
66
+ export interface TokenTransaction {
67
+ /**
68
+ * For mint transactions issuer_public_key will be specified without any
69
+ * outputs_to_spend. For transfer transactions the token amount in the input
70
+ * leaves must match the token amount in the output leaves.
71
+ */
72
+ version: number;
73
+ tokenInputs?: { $case: "mintInput"; mintInput: TokenMintInput } | {
74
+ $case: "transferInput";
75
+ transferInput: TokenTransferInput;
76
+ } | undefined;
77
+ tokenOutputs: TokenOutput[];
78
+ sparkOperatorIdentityPublicKeys: Uint8Array[];
79
+ /**
80
+ * Server-set expiry time. The server calculates this by adding the client's
81
+ * requested validity_duration_seconds to the server's current time when
82
+ * creating the final transaction.
83
+ */
84
+ expiryTime: Date | undefined;
85
+ network: Network;
86
+ }
87
+
88
+ export interface SignatureWithIndex {
89
+ /**
90
+ * This is a Schnorr or ECDSA DER signature which can be between 64 and 73
91
+ * bytes.
92
+ */
93
+ signature: Uint8Array;
94
+ /** The index of the TTXO associated with this signature. */
95
+ inputIndex: number;
96
+ }
97
+
98
+ /**
99
+ * A group of signatures for the input TTXOs binding them to the final token
100
+ * transaction hash. This bundle of signatures is specific to a given operator.
101
+ */
102
+ export interface InputTtxoSignaturesPerOperator {
103
+ ttxoSignatures: SignatureWithIndex[];
104
+ operatorIdentityPublicKey: Uint8Array;
105
+ }
106
+
107
+ /** === Start Transaction === */
108
+ export interface StartTransactionRequest {
109
+ identityPublicKey: Uint8Array;
110
+ partialTokenTransaction:
111
+ | TokenTransaction
112
+ | undefined;
113
+ /**
114
+ * Filled by signing the partial token transaction hash with the
115
+ * owner/issuer private key. For mint transactions this will be one
116
+ * signature for the input issuer_public_key For transfer transactions this
117
+ * will be one for each output for the output owner_public_key
118
+ */
119
+ partialTokenTransactionOwnerSignatures: SignatureWithIndex[];
120
+ /**
121
+ * How long the transaction should be valid for, in seconds.
122
+ * The server will set the actual expiry_time in the final transaction based
123
+ * on this duration. Must be between 1 and 300 seconds.
124
+ */
125
+ validityDurationSeconds: number;
126
+ }
127
+
128
+ export interface StartTransactionResponse {
129
+ finalTokenTransaction: TokenTransaction | undefined;
130
+ keyshareInfo: SigningKeyshare | undefined;
131
+ }
132
+
133
+ export interface CommitTransactionRequest {
134
+ finalTokenTransaction: TokenTransaction | undefined;
135
+ finalTokenTransactionHash: Uint8Array;
136
+ inputTtxoSignaturesPerOperator: InputTtxoSignaturesPerOperator[];
137
+ ownerIdentityPublicKey: Uint8Array;
138
+ }
139
+
140
+ export interface CommitTransactionResponse {
141
+ }
142
+
143
+ function createBaseTokenOutputToSpend(): TokenOutputToSpend {
144
+ return { prevTokenTransactionHash: new Uint8Array(0), prevTokenTransactionVout: 0 };
145
+ }
146
+
147
+ export const TokenOutputToSpend: MessageFns<TokenOutputToSpend> = {
148
+ encode(message: TokenOutputToSpend, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
149
+ if (message.prevTokenTransactionHash.length !== 0) {
150
+ writer.uint32(10).bytes(message.prevTokenTransactionHash);
151
+ }
152
+ if (message.prevTokenTransactionVout !== 0) {
153
+ writer.uint32(16).uint32(message.prevTokenTransactionVout);
154
+ }
155
+ return writer;
156
+ },
157
+
158
+ decode(input: BinaryReader | Uint8Array, length?: number): TokenOutputToSpend {
159
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
160
+ let end = length === undefined ? reader.len : reader.pos + length;
161
+ const message = createBaseTokenOutputToSpend();
162
+ while (reader.pos < end) {
163
+ const tag = reader.uint32();
164
+ switch (tag >>> 3) {
165
+ case 1: {
166
+ if (tag !== 10) {
167
+ break;
168
+ }
169
+
170
+ message.prevTokenTransactionHash = reader.bytes();
171
+ continue;
172
+ }
173
+ case 2: {
174
+ if (tag !== 16) {
175
+ break;
176
+ }
177
+
178
+ message.prevTokenTransactionVout = reader.uint32();
179
+ continue;
180
+ }
181
+ }
182
+ if ((tag & 7) === 4 || tag === 0) {
183
+ break;
184
+ }
185
+ reader.skip(tag & 7);
186
+ }
187
+ return message;
188
+ },
189
+
190
+ fromJSON(object: any): TokenOutputToSpend {
191
+ return {
192
+ prevTokenTransactionHash: isSet(object.prevTokenTransactionHash)
193
+ ? bytesFromBase64(object.prevTokenTransactionHash)
194
+ : new Uint8Array(0),
195
+ prevTokenTransactionVout: isSet(object.prevTokenTransactionVout)
196
+ ? globalThis.Number(object.prevTokenTransactionVout)
197
+ : 0,
198
+ };
199
+ },
200
+
201
+ toJSON(message: TokenOutputToSpend): unknown {
202
+ const obj: any = {};
203
+ if (message.prevTokenTransactionHash.length !== 0) {
204
+ obj.prevTokenTransactionHash = base64FromBytes(message.prevTokenTransactionHash);
205
+ }
206
+ if (message.prevTokenTransactionVout !== 0) {
207
+ obj.prevTokenTransactionVout = Math.round(message.prevTokenTransactionVout);
208
+ }
209
+ return obj;
210
+ },
211
+
212
+ create(base?: DeepPartial<TokenOutputToSpend>): TokenOutputToSpend {
213
+ return TokenOutputToSpend.fromPartial(base ?? {});
214
+ },
215
+ fromPartial(object: DeepPartial<TokenOutputToSpend>): TokenOutputToSpend {
216
+ const message = createBaseTokenOutputToSpend();
217
+ message.prevTokenTransactionHash = object.prevTokenTransactionHash ?? new Uint8Array(0);
218
+ message.prevTokenTransactionVout = object.prevTokenTransactionVout ?? 0;
219
+ return message;
220
+ },
221
+ };
222
+
223
+ function createBaseTokenTransferInput(): TokenTransferInput {
224
+ return { outputsToSpend: [] };
225
+ }
226
+
227
+ export const TokenTransferInput: MessageFns<TokenTransferInput> = {
228
+ encode(message: TokenTransferInput, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
229
+ for (const v of message.outputsToSpend) {
230
+ TokenOutputToSpend.encode(v!, writer.uint32(10).fork()).join();
231
+ }
232
+ return writer;
233
+ },
234
+
235
+ decode(input: BinaryReader | Uint8Array, length?: number): TokenTransferInput {
236
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
237
+ let end = length === undefined ? reader.len : reader.pos + length;
238
+ const message = createBaseTokenTransferInput();
239
+ while (reader.pos < end) {
240
+ const tag = reader.uint32();
241
+ switch (tag >>> 3) {
242
+ case 1: {
243
+ if (tag !== 10) {
244
+ break;
245
+ }
246
+
247
+ message.outputsToSpend.push(TokenOutputToSpend.decode(reader, reader.uint32()));
248
+ continue;
249
+ }
250
+ }
251
+ if ((tag & 7) === 4 || tag === 0) {
252
+ break;
253
+ }
254
+ reader.skip(tag & 7);
255
+ }
256
+ return message;
257
+ },
258
+
259
+ fromJSON(object: any): TokenTransferInput {
260
+ return {
261
+ outputsToSpend: globalThis.Array.isArray(object?.outputsToSpend)
262
+ ? object.outputsToSpend.map((e: any) => TokenOutputToSpend.fromJSON(e))
263
+ : [],
264
+ };
265
+ },
266
+
267
+ toJSON(message: TokenTransferInput): unknown {
268
+ const obj: any = {};
269
+ if (message.outputsToSpend?.length) {
270
+ obj.outputsToSpend = message.outputsToSpend.map((e) => TokenOutputToSpend.toJSON(e));
271
+ }
272
+ return obj;
273
+ },
274
+
275
+ create(base?: DeepPartial<TokenTransferInput>): TokenTransferInput {
276
+ return TokenTransferInput.fromPartial(base ?? {});
277
+ },
278
+ fromPartial(object: DeepPartial<TokenTransferInput>): TokenTransferInput {
279
+ const message = createBaseTokenTransferInput();
280
+ message.outputsToSpend = object.outputsToSpend?.map((e) => TokenOutputToSpend.fromPartial(e)) || [];
281
+ return message;
282
+ },
283
+ };
284
+
285
+ function createBaseTokenMintInput(): TokenMintInput {
286
+ return { issuerPublicKey: new Uint8Array(0), issuerProvidedTimestamp: 0 };
287
+ }
288
+
289
+ export const TokenMintInput: MessageFns<TokenMintInput> = {
290
+ encode(message: TokenMintInput, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
291
+ if (message.issuerPublicKey.length !== 0) {
292
+ writer.uint32(10).bytes(message.issuerPublicKey);
293
+ }
294
+ if (message.issuerProvidedTimestamp !== 0) {
295
+ writer.uint32(16).uint64(message.issuerProvidedTimestamp);
296
+ }
297
+ return writer;
298
+ },
299
+
300
+ decode(input: BinaryReader | Uint8Array, length?: number): TokenMintInput {
301
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
302
+ let end = length === undefined ? reader.len : reader.pos + length;
303
+ const message = createBaseTokenMintInput();
304
+ while (reader.pos < end) {
305
+ const tag = reader.uint32();
306
+ switch (tag >>> 3) {
307
+ case 1: {
308
+ if (tag !== 10) {
309
+ break;
310
+ }
311
+
312
+ message.issuerPublicKey = reader.bytes();
313
+ continue;
314
+ }
315
+ case 2: {
316
+ if (tag !== 16) {
317
+ break;
318
+ }
319
+
320
+ message.issuerProvidedTimestamp = longToNumber(reader.uint64());
321
+ continue;
322
+ }
323
+ }
324
+ if ((tag & 7) === 4 || tag === 0) {
325
+ break;
326
+ }
327
+ reader.skip(tag & 7);
328
+ }
329
+ return message;
330
+ },
331
+
332
+ fromJSON(object: any): TokenMintInput {
333
+ return {
334
+ issuerPublicKey: isSet(object.issuerPublicKey) ? bytesFromBase64(object.issuerPublicKey) : new Uint8Array(0),
335
+ issuerProvidedTimestamp: isSet(object.issuerProvidedTimestamp)
336
+ ? globalThis.Number(object.issuerProvidedTimestamp)
337
+ : 0,
338
+ };
339
+ },
340
+
341
+ toJSON(message: TokenMintInput): unknown {
342
+ const obj: any = {};
343
+ if (message.issuerPublicKey.length !== 0) {
344
+ obj.issuerPublicKey = base64FromBytes(message.issuerPublicKey);
345
+ }
346
+ if (message.issuerProvidedTimestamp !== 0) {
347
+ obj.issuerProvidedTimestamp = Math.round(message.issuerProvidedTimestamp);
348
+ }
349
+ return obj;
350
+ },
351
+
352
+ create(base?: DeepPartial<TokenMintInput>): TokenMintInput {
353
+ return TokenMintInput.fromPartial(base ?? {});
354
+ },
355
+ fromPartial(object: DeepPartial<TokenMintInput>): TokenMintInput {
356
+ const message = createBaseTokenMintInput();
357
+ message.issuerPublicKey = object.issuerPublicKey ?? new Uint8Array(0);
358
+ message.issuerProvidedTimestamp = object.issuerProvidedTimestamp ?? 0;
359
+ return message;
360
+ },
361
+ };
362
+
363
+ function createBaseTokenOutput(): TokenOutput {
364
+ return {
365
+ id: undefined,
366
+ ownerPublicKey: new Uint8Array(0),
367
+ revocationCommitment: undefined,
368
+ withdrawBondSats: undefined,
369
+ withdrawRelativeBlockLocktime: undefined,
370
+ tokenPublicKey: new Uint8Array(0),
371
+ tokenAmount: new Uint8Array(0),
372
+ };
373
+ }
374
+
375
+ export const TokenOutput: MessageFns<TokenOutput> = {
376
+ encode(message: TokenOutput, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
377
+ if (message.id !== undefined) {
378
+ writer.uint32(10).string(message.id);
379
+ }
380
+ if (message.ownerPublicKey.length !== 0) {
381
+ writer.uint32(18).bytes(message.ownerPublicKey);
382
+ }
383
+ if (message.revocationCommitment !== undefined) {
384
+ writer.uint32(26).bytes(message.revocationCommitment);
385
+ }
386
+ if (message.withdrawBondSats !== undefined) {
387
+ writer.uint32(32).uint64(message.withdrawBondSats);
388
+ }
389
+ if (message.withdrawRelativeBlockLocktime !== undefined) {
390
+ writer.uint32(40).uint64(message.withdrawRelativeBlockLocktime);
391
+ }
392
+ if (message.tokenPublicKey.length !== 0) {
393
+ writer.uint32(50).bytes(message.tokenPublicKey);
394
+ }
395
+ if (message.tokenAmount.length !== 0) {
396
+ writer.uint32(58).bytes(message.tokenAmount);
397
+ }
398
+ return writer;
399
+ },
400
+
401
+ decode(input: BinaryReader | Uint8Array, length?: number): TokenOutput {
402
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
403
+ let end = length === undefined ? reader.len : reader.pos + length;
404
+ const message = createBaseTokenOutput();
405
+ while (reader.pos < end) {
406
+ const tag = reader.uint32();
407
+ switch (tag >>> 3) {
408
+ case 1: {
409
+ if (tag !== 10) {
410
+ break;
411
+ }
412
+
413
+ message.id = reader.string();
414
+ continue;
415
+ }
416
+ case 2: {
417
+ if (tag !== 18) {
418
+ break;
419
+ }
420
+
421
+ message.ownerPublicKey = reader.bytes();
422
+ continue;
423
+ }
424
+ case 3: {
425
+ if (tag !== 26) {
426
+ break;
427
+ }
428
+
429
+ message.revocationCommitment = reader.bytes();
430
+ continue;
431
+ }
432
+ case 4: {
433
+ if (tag !== 32) {
434
+ break;
435
+ }
436
+
437
+ message.withdrawBondSats = longToNumber(reader.uint64());
438
+ continue;
439
+ }
440
+ case 5: {
441
+ if (tag !== 40) {
442
+ break;
443
+ }
444
+
445
+ message.withdrawRelativeBlockLocktime = longToNumber(reader.uint64());
446
+ continue;
447
+ }
448
+ case 6: {
449
+ if (tag !== 50) {
450
+ break;
451
+ }
452
+
453
+ message.tokenPublicKey = reader.bytes();
454
+ continue;
455
+ }
456
+ case 7: {
457
+ if (tag !== 58) {
458
+ break;
459
+ }
460
+
461
+ message.tokenAmount = reader.bytes();
462
+ continue;
463
+ }
464
+ }
465
+ if ((tag & 7) === 4 || tag === 0) {
466
+ break;
467
+ }
468
+ reader.skip(tag & 7);
469
+ }
470
+ return message;
471
+ },
472
+
473
+ fromJSON(object: any): TokenOutput {
474
+ return {
475
+ id: isSet(object.id) ? globalThis.String(object.id) : undefined,
476
+ ownerPublicKey: isSet(object.ownerPublicKey) ? bytesFromBase64(object.ownerPublicKey) : new Uint8Array(0),
477
+ revocationCommitment: isSet(object.revocationCommitment)
478
+ ? bytesFromBase64(object.revocationCommitment)
479
+ : undefined,
480
+ withdrawBondSats: isSet(object.withdrawBondSats) ? globalThis.Number(object.withdrawBondSats) : undefined,
481
+ withdrawRelativeBlockLocktime: isSet(object.withdrawRelativeBlockLocktime)
482
+ ? globalThis.Number(object.withdrawRelativeBlockLocktime)
483
+ : undefined,
484
+ tokenPublicKey: isSet(object.tokenPublicKey) ? bytesFromBase64(object.tokenPublicKey) : new Uint8Array(0),
485
+ tokenAmount: isSet(object.tokenAmount) ? bytesFromBase64(object.tokenAmount) : new Uint8Array(0),
486
+ };
487
+ },
488
+
489
+ toJSON(message: TokenOutput): unknown {
490
+ const obj: any = {};
491
+ if (message.id !== undefined) {
492
+ obj.id = message.id;
493
+ }
494
+ if (message.ownerPublicKey.length !== 0) {
495
+ obj.ownerPublicKey = base64FromBytes(message.ownerPublicKey);
496
+ }
497
+ if (message.revocationCommitment !== undefined) {
498
+ obj.revocationCommitment = base64FromBytes(message.revocationCommitment);
499
+ }
500
+ if (message.withdrawBondSats !== undefined) {
501
+ obj.withdrawBondSats = Math.round(message.withdrawBondSats);
502
+ }
503
+ if (message.withdrawRelativeBlockLocktime !== undefined) {
504
+ obj.withdrawRelativeBlockLocktime = Math.round(message.withdrawRelativeBlockLocktime);
505
+ }
506
+ if (message.tokenPublicKey.length !== 0) {
507
+ obj.tokenPublicKey = base64FromBytes(message.tokenPublicKey);
508
+ }
509
+ if (message.tokenAmount.length !== 0) {
510
+ obj.tokenAmount = base64FromBytes(message.tokenAmount);
511
+ }
512
+ return obj;
513
+ },
514
+
515
+ create(base?: DeepPartial<TokenOutput>): TokenOutput {
516
+ return TokenOutput.fromPartial(base ?? {});
517
+ },
518
+ fromPartial(object: DeepPartial<TokenOutput>): TokenOutput {
519
+ const message = createBaseTokenOutput();
520
+ message.id = object.id ?? undefined;
521
+ message.ownerPublicKey = object.ownerPublicKey ?? new Uint8Array(0);
522
+ message.revocationCommitment = object.revocationCommitment ?? undefined;
523
+ message.withdrawBondSats = object.withdrawBondSats ?? undefined;
524
+ message.withdrawRelativeBlockLocktime = object.withdrawRelativeBlockLocktime ?? undefined;
525
+ message.tokenPublicKey = object.tokenPublicKey ?? new Uint8Array(0);
526
+ message.tokenAmount = object.tokenAmount ?? new Uint8Array(0);
527
+ return message;
528
+ },
529
+ };
530
+
531
+ function createBaseTokenTransaction(): TokenTransaction {
532
+ return {
533
+ version: 0,
534
+ tokenInputs: undefined,
535
+ tokenOutputs: [],
536
+ sparkOperatorIdentityPublicKeys: [],
537
+ expiryTime: undefined,
538
+ network: 0,
539
+ };
540
+ }
541
+
542
+ export const TokenTransaction: MessageFns<TokenTransaction> = {
543
+ encode(message: TokenTransaction, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
544
+ if (message.version !== 0) {
545
+ writer.uint32(8).uint32(message.version);
546
+ }
547
+ switch (message.tokenInputs?.$case) {
548
+ case "mintInput":
549
+ TokenMintInput.encode(message.tokenInputs.mintInput, writer.uint32(18).fork()).join();
550
+ break;
551
+ case "transferInput":
552
+ TokenTransferInput.encode(message.tokenInputs.transferInput, writer.uint32(26).fork()).join();
553
+ break;
554
+ }
555
+ for (const v of message.tokenOutputs) {
556
+ TokenOutput.encode(v!, writer.uint32(34).fork()).join();
557
+ }
558
+ for (const v of message.sparkOperatorIdentityPublicKeys) {
559
+ writer.uint32(42).bytes(v!);
560
+ }
561
+ if (message.expiryTime !== undefined) {
562
+ Timestamp.encode(toTimestamp(message.expiryTime), writer.uint32(50).fork()).join();
563
+ }
564
+ if (message.network !== 0) {
565
+ writer.uint32(56).int32(message.network);
566
+ }
567
+ return writer;
568
+ },
569
+
570
+ decode(input: BinaryReader | Uint8Array, length?: number): TokenTransaction {
571
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
572
+ let end = length === undefined ? reader.len : reader.pos + length;
573
+ const message = createBaseTokenTransaction();
574
+ while (reader.pos < end) {
575
+ const tag = reader.uint32();
576
+ switch (tag >>> 3) {
577
+ case 1: {
578
+ if (tag !== 8) {
579
+ break;
580
+ }
581
+
582
+ message.version = reader.uint32();
583
+ continue;
584
+ }
585
+ case 2: {
586
+ if (tag !== 18) {
587
+ break;
588
+ }
589
+
590
+ message.tokenInputs = { $case: "mintInput", mintInput: TokenMintInput.decode(reader, reader.uint32()) };
591
+ continue;
592
+ }
593
+ case 3: {
594
+ if (tag !== 26) {
595
+ break;
596
+ }
597
+
598
+ message.tokenInputs = {
599
+ $case: "transferInput",
600
+ transferInput: TokenTransferInput.decode(reader, reader.uint32()),
601
+ };
602
+ continue;
603
+ }
604
+ case 4: {
605
+ if (tag !== 34) {
606
+ break;
607
+ }
608
+
609
+ message.tokenOutputs.push(TokenOutput.decode(reader, reader.uint32()));
610
+ continue;
611
+ }
612
+ case 5: {
613
+ if (tag !== 42) {
614
+ break;
615
+ }
616
+
617
+ message.sparkOperatorIdentityPublicKeys.push(reader.bytes());
618
+ continue;
619
+ }
620
+ case 6: {
621
+ if (tag !== 50) {
622
+ break;
623
+ }
624
+
625
+ message.expiryTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
626
+ continue;
627
+ }
628
+ case 7: {
629
+ if (tag !== 56) {
630
+ break;
631
+ }
632
+
633
+ message.network = reader.int32() as any;
634
+ continue;
635
+ }
636
+ }
637
+ if ((tag & 7) === 4 || tag === 0) {
638
+ break;
639
+ }
640
+ reader.skip(tag & 7);
641
+ }
642
+ return message;
643
+ },
644
+
645
+ fromJSON(object: any): TokenTransaction {
646
+ return {
647
+ version: isSet(object.version) ? globalThis.Number(object.version) : 0,
648
+ tokenInputs: isSet(object.mintInput)
649
+ ? { $case: "mintInput", mintInput: TokenMintInput.fromJSON(object.mintInput) }
650
+ : isSet(object.transferInput)
651
+ ? { $case: "transferInput", transferInput: TokenTransferInput.fromJSON(object.transferInput) }
652
+ : undefined,
653
+ tokenOutputs: globalThis.Array.isArray(object?.tokenOutputs)
654
+ ? object.tokenOutputs.map((e: any) => TokenOutput.fromJSON(e))
655
+ : [],
656
+ sparkOperatorIdentityPublicKeys: globalThis.Array.isArray(object?.sparkOperatorIdentityPublicKeys)
657
+ ? object.sparkOperatorIdentityPublicKeys.map((e: any) => bytesFromBase64(e))
658
+ : [],
659
+ expiryTime: isSet(object.expiryTime) ? fromJsonTimestamp(object.expiryTime) : undefined,
660
+ network: isSet(object.network) ? networkFromJSON(object.network) : 0,
661
+ };
662
+ },
663
+
664
+ toJSON(message: TokenTransaction): unknown {
665
+ const obj: any = {};
666
+ if (message.version !== 0) {
667
+ obj.version = Math.round(message.version);
668
+ }
669
+ if (message.tokenInputs?.$case === "mintInput") {
670
+ obj.mintInput = TokenMintInput.toJSON(message.tokenInputs.mintInput);
671
+ } else if (message.tokenInputs?.$case === "transferInput") {
672
+ obj.transferInput = TokenTransferInput.toJSON(message.tokenInputs.transferInput);
673
+ }
674
+ if (message.tokenOutputs?.length) {
675
+ obj.tokenOutputs = message.tokenOutputs.map((e) => TokenOutput.toJSON(e));
676
+ }
677
+ if (message.sparkOperatorIdentityPublicKeys?.length) {
678
+ obj.sparkOperatorIdentityPublicKeys = message.sparkOperatorIdentityPublicKeys.map((e) => base64FromBytes(e));
679
+ }
680
+ if (message.expiryTime !== undefined) {
681
+ obj.expiryTime = message.expiryTime.toISOString();
682
+ }
683
+ if (message.network !== 0) {
684
+ obj.network = networkToJSON(message.network);
685
+ }
686
+ return obj;
687
+ },
688
+
689
+ create(base?: DeepPartial<TokenTransaction>): TokenTransaction {
690
+ return TokenTransaction.fromPartial(base ?? {});
691
+ },
692
+ fromPartial(object: DeepPartial<TokenTransaction>): TokenTransaction {
693
+ const message = createBaseTokenTransaction();
694
+ message.version = object.version ?? 0;
695
+ switch (object.tokenInputs?.$case) {
696
+ case "mintInput": {
697
+ if (object.tokenInputs?.mintInput !== undefined && object.tokenInputs?.mintInput !== null) {
698
+ message.tokenInputs = {
699
+ $case: "mintInput",
700
+ mintInput: TokenMintInput.fromPartial(object.tokenInputs.mintInput),
701
+ };
702
+ }
703
+ break;
704
+ }
705
+ case "transferInput": {
706
+ if (object.tokenInputs?.transferInput !== undefined && object.tokenInputs?.transferInput !== null) {
707
+ message.tokenInputs = {
708
+ $case: "transferInput",
709
+ transferInput: TokenTransferInput.fromPartial(object.tokenInputs.transferInput),
710
+ };
711
+ }
712
+ break;
713
+ }
714
+ }
715
+ message.tokenOutputs = object.tokenOutputs?.map((e) => TokenOutput.fromPartial(e)) || [];
716
+ message.sparkOperatorIdentityPublicKeys = object.sparkOperatorIdentityPublicKeys?.map((e) => e) || [];
717
+ message.expiryTime = object.expiryTime ?? undefined;
718
+ message.network = object.network ?? 0;
719
+ return message;
720
+ },
721
+ };
722
+
723
+ function createBaseSignatureWithIndex(): SignatureWithIndex {
724
+ return { signature: new Uint8Array(0), inputIndex: 0 };
725
+ }
726
+
727
+ export const SignatureWithIndex: MessageFns<SignatureWithIndex> = {
728
+ encode(message: SignatureWithIndex, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
729
+ if (message.signature.length !== 0) {
730
+ writer.uint32(10).bytes(message.signature);
731
+ }
732
+ if (message.inputIndex !== 0) {
733
+ writer.uint32(16).uint32(message.inputIndex);
734
+ }
735
+ return writer;
736
+ },
737
+
738
+ decode(input: BinaryReader | Uint8Array, length?: number): SignatureWithIndex {
739
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
740
+ let end = length === undefined ? reader.len : reader.pos + length;
741
+ const message = createBaseSignatureWithIndex();
742
+ while (reader.pos < end) {
743
+ const tag = reader.uint32();
744
+ switch (tag >>> 3) {
745
+ case 1: {
746
+ if (tag !== 10) {
747
+ break;
748
+ }
749
+
750
+ message.signature = reader.bytes();
751
+ continue;
752
+ }
753
+ case 2: {
754
+ if (tag !== 16) {
755
+ break;
756
+ }
757
+
758
+ message.inputIndex = reader.uint32();
759
+ continue;
760
+ }
761
+ }
762
+ if ((tag & 7) === 4 || tag === 0) {
763
+ break;
764
+ }
765
+ reader.skip(tag & 7);
766
+ }
767
+ return message;
768
+ },
769
+
770
+ fromJSON(object: any): SignatureWithIndex {
771
+ return {
772
+ signature: isSet(object.signature) ? bytesFromBase64(object.signature) : new Uint8Array(0),
773
+ inputIndex: isSet(object.inputIndex) ? globalThis.Number(object.inputIndex) : 0,
774
+ };
775
+ },
776
+
777
+ toJSON(message: SignatureWithIndex): unknown {
778
+ const obj: any = {};
779
+ if (message.signature.length !== 0) {
780
+ obj.signature = base64FromBytes(message.signature);
781
+ }
782
+ if (message.inputIndex !== 0) {
783
+ obj.inputIndex = Math.round(message.inputIndex);
784
+ }
785
+ return obj;
786
+ },
787
+
788
+ create(base?: DeepPartial<SignatureWithIndex>): SignatureWithIndex {
789
+ return SignatureWithIndex.fromPartial(base ?? {});
790
+ },
791
+ fromPartial(object: DeepPartial<SignatureWithIndex>): SignatureWithIndex {
792
+ const message = createBaseSignatureWithIndex();
793
+ message.signature = object.signature ?? new Uint8Array(0);
794
+ message.inputIndex = object.inputIndex ?? 0;
795
+ return message;
796
+ },
797
+ };
798
+
799
+ function createBaseInputTtxoSignaturesPerOperator(): InputTtxoSignaturesPerOperator {
800
+ return { ttxoSignatures: [], operatorIdentityPublicKey: new Uint8Array(0) };
801
+ }
802
+
803
+ export const InputTtxoSignaturesPerOperator: MessageFns<InputTtxoSignaturesPerOperator> = {
804
+ encode(message: InputTtxoSignaturesPerOperator, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
805
+ for (const v of message.ttxoSignatures) {
806
+ SignatureWithIndex.encode(v!, writer.uint32(10).fork()).join();
807
+ }
808
+ if (message.operatorIdentityPublicKey.length !== 0) {
809
+ writer.uint32(18).bytes(message.operatorIdentityPublicKey);
810
+ }
811
+ return writer;
812
+ },
813
+
814
+ decode(input: BinaryReader | Uint8Array, length?: number): InputTtxoSignaturesPerOperator {
815
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
816
+ let end = length === undefined ? reader.len : reader.pos + length;
817
+ const message = createBaseInputTtxoSignaturesPerOperator();
818
+ while (reader.pos < end) {
819
+ const tag = reader.uint32();
820
+ switch (tag >>> 3) {
821
+ case 1: {
822
+ if (tag !== 10) {
823
+ break;
824
+ }
825
+
826
+ message.ttxoSignatures.push(SignatureWithIndex.decode(reader, reader.uint32()));
827
+ continue;
828
+ }
829
+ case 2: {
830
+ if (tag !== 18) {
831
+ break;
832
+ }
833
+
834
+ message.operatorIdentityPublicKey = reader.bytes();
835
+ continue;
836
+ }
837
+ }
838
+ if ((tag & 7) === 4 || tag === 0) {
839
+ break;
840
+ }
841
+ reader.skip(tag & 7);
842
+ }
843
+ return message;
844
+ },
845
+
846
+ fromJSON(object: any): InputTtxoSignaturesPerOperator {
847
+ return {
848
+ ttxoSignatures: globalThis.Array.isArray(object?.ttxoSignatures)
849
+ ? object.ttxoSignatures.map((e: any) => SignatureWithIndex.fromJSON(e))
850
+ : [],
851
+ operatorIdentityPublicKey: isSet(object.operatorIdentityPublicKey)
852
+ ? bytesFromBase64(object.operatorIdentityPublicKey)
853
+ : new Uint8Array(0),
854
+ };
855
+ },
856
+
857
+ toJSON(message: InputTtxoSignaturesPerOperator): unknown {
858
+ const obj: any = {};
859
+ if (message.ttxoSignatures?.length) {
860
+ obj.ttxoSignatures = message.ttxoSignatures.map((e) => SignatureWithIndex.toJSON(e));
861
+ }
862
+ if (message.operatorIdentityPublicKey.length !== 0) {
863
+ obj.operatorIdentityPublicKey = base64FromBytes(message.operatorIdentityPublicKey);
864
+ }
865
+ return obj;
866
+ },
867
+
868
+ create(base?: DeepPartial<InputTtxoSignaturesPerOperator>): InputTtxoSignaturesPerOperator {
869
+ return InputTtxoSignaturesPerOperator.fromPartial(base ?? {});
870
+ },
871
+ fromPartial(object: DeepPartial<InputTtxoSignaturesPerOperator>): InputTtxoSignaturesPerOperator {
872
+ const message = createBaseInputTtxoSignaturesPerOperator();
873
+ message.ttxoSignatures = object.ttxoSignatures?.map((e) => SignatureWithIndex.fromPartial(e)) || [];
874
+ message.operatorIdentityPublicKey = object.operatorIdentityPublicKey ?? new Uint8Array(0);
875
+ return message;
876
+ },
877
+ };
878
+
879
+ function createBaseStartTransactionRequest(): StartTransactionRequest {
880
+ return {
881
+ identityPublicKey: new Uint8Array(0),
882
+ partialTokenTransaction: undefined,
883
+ partialTokenTransactionOwnerSignatures: [],
884
+ validityDurationSeconds: 0,
885
+ };
886
+ }
887
+
888
+ export const StartTransactionRequest: MessageFns<StartTransactionRequest> = {
889
+ encode(message: StartTransactionRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
890
+ if (message.identityPublicKey.length !== 0) {
891
+ writer.uint32(10).bytes(message.identityPublicKey);
892
+ }
893
+ if (message.partialTokenTransaction !== undefined) {
894
+ TokenTransaction.encode(message.partialTokenTransaction, writer.uint32(18).fork()).join();
895
+ }
896
+ for (const v of message.partialTokenTransactionOwnerSignatures) {
897
+ SignatureWithIndex.encode(v!, writer.uint32(26).fork()).join();
898
+ }
899
+ if (message.validityDurationSeconds !== 0) {
900
+ writer.uint32(32).uint64(message.validityDurationSeconds);
901
+ }
902
+ return writer;
903
+ },
904
+
905
+ decode(input: BinaryReader | Uint8Array, length?: number): StartTransactionRequest {
906
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
907
+ let end = length === undefined ? reader.len : reader.pos + length;
908
+ const message = createBaseStartTransactionRequest();
909
+ while (reader.pos < end) {
910
+ const tag = reader.uint32();
911
+ switch (tag >>> 3) {
912
+ case 1: {
913
+ if (tag !== 10) {
914
+ break;
915
+ }
916
+
917
+ message.identityPublicKey = reader.bytes();
918
+ continue;
919
+ }
920
+ case 2: {
921
+ if (tag !== 18) {
922
+ break;
923
+ }
924
+
925
+ message.partialTokenTransaction = TokenTransaction.decode(reader, reader.uint32());
926
+ continue;
927
+ }
928
+ case 3: {
929
+ if (tag !== 26) {
930
+ break;
931
+ }
932
+
933
+ message.partialTokenTransactionOwnerSignatures.push(SignatureWithIndex.decode(reader, reader.uint32()));
934
+ continue;
935
+ }
936
+ case 4: {
937
+ if (tag !== 32) {
938
+ break;
939
+ }
940
+
941
+ message.validityDurationSeconds = longToNumber(reader.uint64());
942
+ continue;
943
+ }
944
+ }
945
+ if ((tag & 7) === 4 || tag === 0) {
946
+ break;
947
+ }
948
+ reader.skip(tag & 7);
949
+ }
950
+ return message;
951
+ },
952
+
953
+ fromJSON(object: any): StartTransactionRequest {
954
+ return {
955
+ identityPublicKey: isSet(object.identityPublicKey)
956
+ ? bytesFromBase64(object.identityPublicKey)
957
+ : new Uint8Array(0),
958
+ partialTokenTransaction: isSet(object.partialTokenTransaction)
959
+ ? TokenTransaction.fromJSON(object.partialTokenTransaction)
960
+ : undefined,
961
+ partialTokenTransactionOwnerSignatures: globalThis.Array.isArray(object?.partialTokenTransactionOwnerSignatures)
962
+ ? object.partialTokenTransactionOwnerSignatures.map((e: any) => SignatureWithIndex.fromJSON(e))
963
+ : [],
964
+ validityDurationSeconds: isSet(object.validityDurationSeconds)
965
+ ? globalThis.Number(object.validityDurationSeconds)
966
+ : 0,
967
+ };
968
+ },
969
+
970
+ toJSON(message: StartTransactionRequest): unknown {
971
+ const obj: any = {};
972
+ if (message.identityPublicKey.length !== 0) {
973
+ obj.identityPublicKey = base64FromBytes(message.identityPublicKey);
974
+ }
975
+ if (message.partialTokenTransaction !== undefined) {
976
+ obj.partialTokenTransaction = TokenTransaction.toJSON(message.partialTokenTransaction);
977
+ }
978
+ if (message.partialTokenTransactionOwnerSignatures?.length) {
979
+ obj.partialTokenTransactionOwnerSignatures = message.partialTokenTransactionOwnerSignatures.map((e) =>
980
+ SignatureWithIndex.toJSON(e)
981
+ );
982
+ }
983
+ if (message.validityDurationSeconds !== 0) {
984
+ obj.validityDurationSeconds = Math.round(message.validityDurationSeconds);
985
+ }
986
+ return obj;
987
+ },
988
+
989
+ create(base?: DeepPartial<StartTransactionRequest>): StartTransactionRequest {
990
+ return StartTransactionRequest.fromPartial(base ?? {});
991
+ },
992
+ fromPartial(object: DeepPartial<StartTransactionRequest>): StartTransactionRequest {
993
+ const message = createBaseStartTransactionRequest();
994
+ message.identityPublicKey = object.identityPublicKey ?? new Uint8Array(0);
995
+ message.partialTokenTransaction =
996
+ (object.partialTokenTransaction !== undefined && object.partialTokenTransaction !== null)
997
+ ? TokenTransaction.fromPartial(object.partialTokenTransaction)
998
+ : undefined;
999
+ message.partialTokenTransactionOwnerSignatures =
1000
+ object.partialTokenTransactionOwnerSignatures?.map((e) => SignatureWithIndex.fromPartial(e)) || [];
1001
+ message.validityDurationSeconds = object.validityDurationSeconds ?? 0;
1002
+ return message;
1003
+ },
1004
+ };
1005
+
1006
+ function createBaseStartTransactionResponse(): StartTransactionResponse {
1007
+ return { finalTokenTransaction: undefined, keyshareInfo: undefined };
1008
+ }
1009
+
1010
+ export const StartTransactionResponse: MessageFns<StartTransactionResponse> = {
1011
+ encode(message: StartTransactionResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1012
+ if (message.finalTokenTransaction !== undefined) {
1013
+ TokenTransaction.encode(message.finalTokenTransaction, writer.uint32(10).fork()).join();
1014
+ }
1015
+ if (message.keyshareInfo !== undefined) {
1016
+ SigningKeyshare.encode(message.keyshareInfo, writer.uint32(18).fork()).join();
1017
+ }
1018
+ return writer;
1019
+ },
1020
+
1021
+ decode(input: BinaryReader | Uint8Array, length?: number): StartTransactionResponse {
1022
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1023
+ let end = length === undefined ? reader.len : reader.pos + length;
1024
+ const message = createBaseStartTransactionResponse();
1025
+ while (reader.pos < end) {
1026
+ const tag = reader.uint32();
1027
+ switch (tag >>> 3) {
1028
+ case 1: {
1029
+ if (tag !== 10) {
1030
+ break;
1031
+ }
1032
+
1033
+ message.finalTokenTransaction = TokenTransaction.decode(reader, reader.uint32());
1034
+ continue;
1035
+ }
1036
+ case 2: {
1037
+ if (tag !== 18) {
1038
+ break;
1039
+ }
1040
+
1041
+ message.keyshareInfo = SigningKeyshare.decode(reader, reader.uint32());
1042
+ continue;
1043
+ }
1044
+ }
1045
+ if ((tag & 7) === 4 || tag === 0) {
1046
+ break;
1047
+ }
1048
+ reader.skip(tag & 7);
1049
+ }
1050
+ return message;
1051
+ },
1052
+
1053
+ fromJSON(object: any): StartTransactionResponse {
1054
+ return {
1055
+ finalTokenTransaction: isSet(object.finalTokenTransaction)
1056
+ ? TokenTransaction.fromJSON(object.finalTokenTransaction)
1057
+ : undefined,
1058
+ keyshareInfo: isSet(object.keyshareInfo) ? SigningKeyshare.fromJSON(object.keyshareInfo) : undefined,
1059
+ };
1060
+ },
1061
+
1062
+ toJSON(message: StartTransactionResponse): unknown {
1063
+ const obj: any = {};
1064
+ if (message.finalTokenTransaction !== undefined) {
1065
+ obj.finalTokenTransaction = TokenTransaction.toJSON(message.finalTokenTransaction);
1066
+ }
1067
+ if (message.keyshareInfo !== undefined) {
1068
+ obj.keyshareInfo = SigningKeyshare.toJSON(message.keyshareInfo);
1069
+ }
1070
+ return obj;
1071
+ },
1072
+
1073
+ create(base?: DeepPartial<StartTransactionResponse>): StartTransactionResponse {
1074
+ return StartTransactionResponse.fromPartial(base ?? {});
1075
+ },
1076
+ fromPartial(object: DeepPartial<StartTransactionResponse>): StartTransactionResponse {
1077
+ const message = createBaseStartTransactionResponse();
1078
+ message.finalTokenTransaction =
1079
+ (object.finalTokenTransaction !== undefined && object.finalTokenTransaction !== null)
1080
+ ? TokenTransaction.fromPartial(object.finalTokenTransaction)
1081
+ : undefined;
1082
+ message.keyshareInfo = (object.keyshareInfo !== undefined && object.keyshareInfo !== null)
1083
+ ? SigningKeyshare.fromPartial(object.keyshareInfo)
1084
+ : undefined;
1085
+ return message;
1086
+ },
1087
+ };
1088
+
1089
+ function createBaseCommitTransactionRequest(): CommitTransactionRequest {
1090
+ return {
1091
+ finalTokenTransaction: undefined,
1092
+ finalTokenTransactionHash: new Uint8Array(0),
1093
+ inputTtxoSignaturesPerOperator: [],
1094
+ ownerIdentityPublicKey: new Uint8Array(0),
1095
+ };
1096
+ }
1097
+
1098
+ export const CommitTransactionRequest: MessageFns<CommitTransactionRequest> = {
1099
+ encode(message: CommitTransactionRequest, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1100
+ if (message.finalTokenTransaction !== undefined) {
1101
+ TokenTransaction.encode(message.finalTokenTransaction, writer.uint32(10).fork()).join();
1102
+ }
1103
+ if (message.finalTokenTransactionHash.length !== 0) {
1104
+ writer.uint32(18).bytes(message.finalTokenTransactionHash);
1105
+ }
1106
+ for (const v of message.inputTtxoSignaturesPerOperator) {
1107
+ InputTtxoSignaturesPerOperator.encode(v!, writer.uint32(26).fork()).join();
1108
+ }
1109
+ if (message.ownerIdentityPublicKey.length !== 0) {
1110
+ writer.uint32(34).bytes(message.ownerIdentityPublicKey);
1111
+ }
1112
+ return writer;
1113
+ },
1114
+
1115
+ decode(input: BinaryReader | Uint8Array, length?: number): CommitTransactionRequest {
1116
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1117
+ let end = length === undefined ? reader.len : reader.pos + length;
1118
+ const message = createBaseCommitTransactionRequest();
1119
+ while (reader.pos < end) {
1120
+ const tag = reader.uint32();
1121
+ switch (tag >>> 3) {
1122
+ case 1: {
1123
+ if (tag !== 10) {
1124
+ break;
1125
+ }
1126
+
1127
+ message.finalTokenTransaction = TokenTransaction.decode(reader, reader.uint32());
1128
+ continue;
1129
+ }
1130
+ case 2: {
1131
+ if (tag !== 18) {
1132
+ break;
1133
+ }
1134
+
1135
+ message.finalTokenTransactionHash = reader.bytes();
1136
+ continue;
1137
+ }
1138
+ case 3: {
1139
+ if (tag !== 26) {
1140
+ break;
1141
+ }
1142
+
1143
+ message.inputTtxoSignaturesPerOperator.push(InputTtxoSignaturesPerOperator.decode(reader, reader.uint32()));
1144
+ continue;
1145
+ }
1146
+ case 4: {
1147
+ if (tag !== 34) {
1148
+ break;
1149
+ }
1150
+
1151
+ message.ownerIdentityPublicKey = reader.bytes();
1152
+ continue;
1153
+ }
1154
+ }
1155
+ if ((tag & 7) === 4 || tag === 0) {
1156
+ break;
1157
+ }
1158
+ reader.skip(tag & 7);
1159
+ }
1160
+ return message;
1161
+ },
1162
+
1163
+ fromJSON(object: any): CommitTransactionRequest {
1164
+ return {
1165
+ finalTokenTransaction: isSet(object.finalTokenTransaction)
1166
+ ? TokenTransaction.fromJSON(object.finalTokenTransaction)
1167
+ : undefined,
1168
+ finalTokenTransactionHash: isSet(object.finalTokenTransactionHash)
1169
+ ? bytesFromBase64(object.finalTokenTransactionHash)
1170
+ : new Uint8Array(0),
1171
+ inputTtxoSignaturesPerOperator: globalThis.Array.isArray(object?.inputTtxoSignaturesPerOperator)
1172
+ ? object.inputTtxoSignaturesPerOperator.map((e: any) => InputTtxoSignaturesPerOperator.fromJSON(e))
1173
+ : [],
1174
+ ownerIdentityPublicKey: isSet(object.ownerIdentityPublicKey)
1175
+ ? bytesFromBase64(object.ownerIdentityPublicKey)
1176
+ : new Uint8Array(0),
1177
+ };
1178
+ },
1179
+
1180
+ toJSON(message: CommitTransactionRequest): unknown {
1181
+ const obj: any = {};
1182
+ if (message.finalTokenTransaction !== undefined) {
1183
+ obj.finalTokenTransaction = TokenTransaction.toJSON(message.finalTokenTransaction);
1184
+ }
1185
+ if (message.finalTokenTransactionHash.length !== 0) {
1186
+ obj.finalTokenTransactionHash = base64FromBytes(message.finalTokenTransactionHash);
1187
+ }
1188
+ if (message.inputTtxoSignaturesPerOperator?.length) {
1189
+ obj.inputTtxoSignaturesPerOperator = message.inputTtxoSignaturesPerOperator.map((e) =>
1190
+ InputTtxoSignaturesPerOperator.toJSON(e)
1191
+ );
1192
+ }
1193
+ if (message.ownerIdentityPublicKey.length !== 0) {
1194
+ obj.ownerIdentityPublicKey = base64FromBytes(message.ownerIdentityPublicKey);
1195
+ }
1196
+ return obj;
1197
+ },
1198
+
1199
+ create(base?: DeepPartial<CommitTransactionRequest>): CommitTransactionRequest {
1200
+ return CommitTransactionRequest.fromPartial(base ?? {});
1201
+ },
1202
+ fromPartial(object: DeepPartial<CommitTransactionRequest>): CommitTransactionRequest {
1203
+ const message = createBaseCommitTransactionRequest();
1204
+ message.finalTokenTransaction =
1205
+ (object.finalTokenTransaction !== undefined && object.finalTokenTransaction !== null)
1206
+ ? TokenTransaction.fromPartial(object.finalTokenTransaction)
1207
+ : undefined;
1208
+ message.finalTokenTransactionHash = object.finalTokenTransactionHash ?? new Uint8Array(0);
1209
+ message.inputTtxoSignaturesPerOperator =
1210
+ object.inputTtxoSignaturesPerOperator?.map((e) => InputTtxoSignaturesPerOperator.fromPartial(e)) || [];
1211
+ message.ownerIdentityPublicKey = object.ownerIdentityPublicKey ?? new Uint8Array(0);
1212
+ return message;
1213
+ },
1214
+ };
1215
+
1216
+ function createBaseCommitTransactionResponse(): CommitTransactionResponse {
1217
+ return {};
1218
+ }
1219
+
1220
+ export const CommitTransactionResponse: MessageFns<CommitTransactionResponse> = {
1221
+ encode(_: CommitTransactionResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1222
+ return writer;
1223
+ },
1224
+
1225
+ decode(input: BinaryReader | Uint8Array, length?: number): CommitTransactionResponse {
1226
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1227
+ let end = length === undefined ? reader.len : reader.pos + length;
1228
+ const message = createBaseCommitTransactionResponse();
1229
+ while (reader.pos < end) {
1230
+ const tag = reader.uint32();
1231
+ switch (tag >>> 3) {
1232
+ }
1233
+ if ((tag & 7) === 4 || tag === 0) {
1234
+ break;
1235
+ }
1236
+ reader.skip(tag & 7);
1237
+ }
1238
+ return message;
1239
+ },
1240
+
1241
+ fromJSON(_: any): CommitTransactionResponse {
1242
+ return {};
1243
+ },
1244
+
1245
+ toJSON(_: CommitTransactionResponse): unknown {
1246
+ const obj: any = {};
1247
+ return obj;
1248
+ },
1249
+
1250
+ create(base?: DeepPartial<CommitTransactionResponse>): CommitTransactionResponse {
1251
+ return CommitTransactionResponse.fromPartial(base ?? {});
1252
+ },
1253
+ fromPartial(_: DeepPartial<CommitTransactionResponse>): CommitTransactionResponse {
1254
+ const message = createBaseCommitTransactionResponse();
1255
+ return message;
1256
+ },
1257
+ };
1258
+
1259
+ export type SparkTokenServiceDefinition = typeof SparkTokenServiceDefinition;
1260
+ export const SparkTokenServiceDefinition = {
1261
+ name: "SparkTokenService",
1262
+ fullName: "spark_token.SparkTokenService",
1263
+ methods: {
1264
+ /**
1265
+ * Start process to create final token transaction with all inputs required
1266
+ * from user and SOs (including revocation secret commitment)
1267
+ */
1268
+ start_transaction: {
1269
+ name: "start_transaction",
1270
+ requestType: StartTransactionRequest,
1271
+ requestStream: false,
1272
+ responseType: StartTransactionResponse,
1273
+ responseStream: false,
1274
+ options: {},
1275
+ },
1276
+ /**
1277
+ * Complete the transaction and commit it with all SOs. This will be
1278
+ * coordinated by one SO.
1279
+ */
1280
+ commit_transaction: {
1281
+ name: "commit_transaction",
1282
+ requestType: CommitTransactionRequest,
1283
+ requestStream: false,
1284
+ responseType: CommitTransactionResponse,
1285
+ responseStream: false,
1286
+ options: {},
1287
+ },
1288
+ },
1289
+ } as const;
1290
+
1291
+ export interface SparkTokenServiceImplementation<CallContextExt = {}> {
1292
+ /**
1293
+ * Start process to create final token transaction with all inputs required
1294
+ * from user and SOs (including revocation secret commitment)
1295
+ */
1296
+ start_transaction(
1297
+ request: StartTransactionRequest,
1298
+ context: CallContext & CallContextExt,
1299
+ ): Promise<DeepPartial<StartTransactionResponse>>;
1300
+ /**
1301
+ * Complete the transaction and commit it with all SOs. This will be
1302
+ * coordinated by one SO.
1303
+ */
1304
+ commit_transaction(
1305
+ request: CommitTransactionRequest,
1306
+ context: CallContext & CallContextExt,
1307
+ ): Promise<DeepPartial<CommitTransactionResponse>>;
1308
+ }
1309
+
1310
+ export interface SparkTokenServiceClient<CallOptionsExt = {}> {
1311
+ /**
1312
+ * Start process to create final token transaction with all inputs required
1313
+ * from user and SOs (including revocation secret commitment)
1314
+ */
1315
+ start_transaction(
1316
+ request: DeepPartial<StartTransactionRequest>,
1317
+ options?: CallOptions & CallOptionsExt,
1318
+ ): Promise<StartTransactionResponse>;
1319
+ /**
1320
+ * Complete the transaction and commit it with all SOs. This will be
1321
+ * coordinated by one SO.
1322
+ */
1323
+ commit_transaction(
1324
+ request: DeepPartial<CommitTransactionRequest>,
1325
+ options?: CallOptions & CallOptionsExt,
1326
+ ): Promise<CommitTransactionResponse>;
1327
+ }
1328
+
1329
+ function bytesFromBase64(b64: string): Uint8Array {
1330
+ if ((globalThis as any).Buffer) {
1331
+ return Uint8Array.from(globalThis.Buffer.from(b64, "base64"));
1332
+ } else {
1333
+ const bin = globalThis.atob(b64);
1334
+ const arr = new Uint8Array(bin.length);
1335
+ for (let i = 0; i < bin.length; ++i) {
1336
+ arr[i] = bin.charCodeAt(i);
1337
+ }
1338
+ return arr;
1339
+ }
1340
+ }
1341
+
1342
+ function base64FromBytes(arr: Uint8Array): string {
1343
+ if ((globalThis as any).Buffer) {
1344
+ return globalThis.Buffer.from(arr).toString("base64");
1345
+ } else {
1346
+ const bin: string[] = [];
1347
+ arr.forEach((byte) => {
1348
+ bin.push(globalThis.String.fromCharCode(byte));
1349
+ });
1350
+ return globalThis.btoa(bin.join(""));
1351
+ }
1352
+ }
1353
+
1354
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
1355
+
1356
+ export type DeepPartial<T> = T extends Builtin ? T
1357
+ : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>>
1358
+ : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>
1359
+ : T extends { $case: string } ? { [K in keyof Omit<T, "$case">]?: DeepPartial<T[K]> } & { $case: T["$case"] }
1360
+ : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }
1361
+ : Partial<T>;
1362
+
1363
+ function toTimestamp(date: Date): Timestamp {
1364
+ const seconds = Math.trunc(date.getTime() / 1_000);
1365
+ const nanos = (date.getTime() % 1_000) * 1_000_000;
1366
+ return { seconds, nanos };
1367
+ }
1368
+
1369
+ function fromTimestamp(t: Timestamp): Date {
1370
+ let millis = (t.seconds || 0) * 1_000;
1371
+ millis += (t.nanos || 0) / 1_000_000;
1372
+ return new globalThis.Date(millis);
1373
+ }
1374
+
1375
+ function fromJsonTimestamp(o: any): Date {
1376
+ if (o instanceof globalThis.Date) {
1377
+ return o;
1378
+ } else if (typeof o === "string") {
1379
+ return new globalThis.Date(o);
1380
+ } else {
1381
+ return fromTimestamp(Timestamp.fromJSON(o));
1382
+ }
1383
+ }
1384
+
1385
+ function longToNumber(int64: { toString(): string }): number {
1386
+ const num = globalThis.Number(int64.toString());
1387
+ if (num > globalThis.Number.MAX_SAFE_INTEGER) {
1388
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
1389
+ }
1390
+ if (num < globalThis.Number.MIN_SAFE_INTEGER) {
1391
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
1392
+ }
1393
+ return num;
1394
+ }
1395
+
1396
+ function isSet(value: any): boolean {
1397
+ return value !== null && value !== undefined;
1398
+ }
1399
+
1400
+ export interface MessageFns<T> {
1401
+ encode(message: T, writer?: BinaryWriter): BinaryWriter;
1402
+ decode(input: BinaryReader | Uint8Array, length?: number): T;
1403
+ fromJSON(object: any): T;
1404
+ toJSON(message: T): unknown;
1405
+ create(base?: DeepPartial<T>): T;
1406
+ fromPartial(object: DeepPartial<T>): T;
1407
+ }