@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
@@ -148,24 +148,24 @@ declare class NotImplementedError extends SparkSDKError {
148
148
  */
149
149
  interface Empty {
150
150
  }
151
- declare const Empty: MessageFns$4<Empty>;
152
- type Builtin$4 = Date | Function | Uint8Array | string | number | boolean | undefined;
153
- type DeepPartial$4<T> = T extends Builtin$4 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$4<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$4<U>> : T extends {
151
+ declare const Empty: MessageFns$5<Empty>;
152
+ type Builtin$5 = Date | Function | Uint8Array | string | number | boolean | undefined;
153
+ type DeepPartial$5<T> = T extends Builtin$5 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$5<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$5<U>> : T extends {
154
154
  $case: string;
155
155
  } ? {
156
- [K in keyof Omit<T, "$case">]?: DeepPartial$4<T[K]>;
156
+ [K in keyof Omit<T, "$case">]?: DeepPartial$5<T[K]>;
157
157
  } & {
158
158
  $case: T["$case"];
159
159
  } : T extends {} ? {
160
- [K in keyof T]?: DeepPartial$4<T[K]>;
160
+ [K in keyof T]?: DeepPartial$5<T[K]>;
161
161
  } : Partial<T>;
162
- interface MessageFns$4<T> {
162
+ interface MessageFns$5<T> {
163
163
  encode(message: T, writer?: BinaryWriter): BinaryWriter;
164
164
  decode(input: BinaryReader | Uint8Array, length?: number): T;
165
165
  fromJSON(object: any): T;
166
166
  toJSON(message: T): unknown;
167
- create(base?: DeepPartial$4<T>): T;
168
- fromPartial(object: DeepPartial$4<T>): T;
167
+ create(base?: DeepPartial$5<T>): T;
168
+ fromPartial(object: DeepPartial$5<T>): T;
169
169
  }
170
170
 
171
171
  declare enum SignatureIntent {
@@ -186,24 +186,24 @@ interface SigningCommitment$1 {
186
186
  /** The public key for binding. 33 bytes. */
187
187
  binding: Uint8Array;
188
188
  }
189
- declare const SigningCommitment$1: MessageFns$3<SigningCommitment$1>;
190
- type Builtin$3 = Date | Function | Uint8Array | string | number | boolean | undefined;
191
- type DeepPartial$3<T> = T extends Builtin$3 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$3<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$3<U>> : T extends {
189
+ declare const SigningCommitment$1: MessageFns$4<SigningCommitment$1>;
190
+ type Builtin$4 = Date | Function | Uint8Array | string | number | boolean | undefined;
191
+ type DeepPartial$4<T> = T extends Builtin$4 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$4<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$4<U>> : T extends {
192
192
  $case: string;
193
193
  } ? {
194
- [K in keyof Omit<T, "$case">]?: DeepPartial$3<T[K]>;
194
+ [K in keyof Omit<T, "$case">]?: DeepPartial$4<T[K]>;
195
195
  } & {
196
196
  $case: T["$case"];
197
197
  } : T extends {} ? {
198
- [K in keyof T]?: DeepPartial$3<T[K]>;
198
+ [K in keyof T]?: DeepPartial$4<T[K]>;
199
199
  } : Partial<T>;
200
- interface MessageFns$3<T> {
200
+ interface MessageFns$4<T> {
201
201
  encode(message: T, writer?: BinaryWriter): BinaryWriter;
202
202
  decode(input: BinaryReader | Uint8Array, length?: number): T;
203
203
  fromJSON(object: any): T;
204
204
  toJSON(message: T): unknown;
205
- create(base?: DeepPartial$3<T>): T;
206
- fromPartial(object: DeepPartial$3<T>): T;
205
+ create(base?: DeepPartial$4<T>): T;
206
+ fromPartial(object: DeepPartial$4<T>): T;
207
207
  }
208
208
 
209
209
  /** Network is the network type of the bitcoin network. */
@@ -218,6 +218,7 @@ declare enum Network$1 {
218
218
  declare enum TokenTransactionStatus {
219
219
  TOKEN_TRANSACTION_STARTED = 0,
220
220
  TOKEN_TRANSACTION_SIGNED = 1,
221
+ TOKEN_TRANSACTION_REVEALED = 5,
221
222
  TOKEN_TRANSACTION_FINALIZED = 2,
222
223
  TOKEN_TRANSACTION_STARTED_CANCELLED = 3,
223
224
  TOKEN_TRANSACTION_SIGNED_CANCELLED = 4,
@@ -264,7 +265,7 @@ declare enum InitiatePreimageSwapRequest_Reason {
264
265
  interface SubscribeToEventsRequest {
265
266
  identityPublicKey: Uint8Array;
266
267
  }
267
- declare const SubscribeToEventsRequest: MessageFns$2<SubscribeToEventsRequest>;
268
+ declare const SubscribeToEventsRequest: MessageFns$3<SubscribeToEventsRequest>;
268
269
  interface SubscribeToEventsResponse {
269
270
  event?: {
270
271
  $case: "transfer";
@@ -277,18 +278,18 @@ interface SubscribeToEventsResponse {
277
278
  connected: ConnectedEvent;
278
279
  } | undefined;
279
280
  }
280
- declare const SubscribeToEventsResponse: MessageFns$2<SubscribeToEventsResponse>;
281
+ declare const SubscribeToEventsResponse: MessageFns$3<SubscribeToEventsResponse>;
281
282
  interface ConnectedEvent {
282
283
  }
283
- declare const ConnectedEvent: MessageFns$2<ConnectedEvent>;
284
+ declare const ConnectedEvent: MessageFns$3<ConnectedEvent>;
284
285
  interface TransferEvent {
285
286
  transfer: Transfer$1 | undefined;
286
287
  }
287
- declare const TransferEvent: MessageFns$2<TransferEvent>;
288
+ declare const TransferEvent: MessageFns$3<TransferEvent>;
288
289
  interface DepositEvent {
289
290
  deposit: TreeNode | undefined;
290
291
  }
291
- declare const DepositEvent: MessageFns$2<DepositEvent>;
292
+ declare const DepositEvent: MessageFns$3<DepositEvent>;
292
293
  /**
293
294
  * DepositAddressProof is the proof of possession of the deposit address.
294
295
  * When a user wants to generate a deposit address, they are sending their public key to the SE,
@@ -308,7 +309,7 @@ interface DepositAddressProof {
308
309
  /** The proof of possession of the signing key piece by the SE. */
309
310
  proofOfPossessionSignature: Uint8Array;
310
311
  }
311
- declare const DepositAddressProof: MessageFns$2<DepositAddressProof>;
312
+ declare const DepositAddressProof: MessageFns$3<DepositAddressProof>;
312
313
  /**
313
314
  * GenerateDepositAddressRequest is the request to generate a deposit address.
314
315
  * The user will send their public key to the SE, and the SE will respond with an address of user's
@@ -326,7 +327,7 @@ interface GenerateDepositAddressRequest {
326
327
  /** Generate static deposit address */
327
328
  isStatic?: boolean | undefined;
328
329
  }
329
- declare const GenerateDepositAddressRequest: MessageFns$2<GenerateDepositAddressRequest>;
330
+ declare const GenerateDepositAddressRequest: MessageFns$3<GenerateDepositAddressRequest>;
330
331
  /** Address is the address of the user's public key + SE's public key. */
331
332
  interface Address {
332
333
  /** The p2tr address of the user's public key + SE's public key. */
@@ -338,12 +339,12 @@ interface Address {
338
339
  /** Is it a static deposit address */
339
340
  isStatic: boolean;
340
341
  }
341
- declare const Address: MessageFns$2<Address>;
342
+ declare const Address: MessageFns$3<Address>;
342
343
  /** GenerateDepositAddressResponse is the response to the request to generate a deposit address. */
343
344
  interface GenerateDepositAddressResponse {
344
345
  depositAddress: Address | undefined;
345
346
  }
346
- declare const GenerateDepositAddressResponse: MessageFns$2<GenerateDepositAddressResponse>;
347
+ declare const GenerateDepositAddressResponse: MessageFns$3<GenerateDepositAddressResponse>;
347
348
  /**
348
349
  * UTXO represents a utxo on the bitcoin network.
349
350
  * The UTXO is used to create a tree on Spark, it can also be an off-chain utxo so that the user
@@ -359,7 +360,7 @@ interface UTXO {
359
360
  /** Transaction ID. Required, but older code may not provide it. */
360
361
  txid: Uint8Array;
361
362
  }
362
- declare const UTXO: MessageFns$2<UTXO>;
363
+ declare const UTXO: MessageFns$3<UTXO>;
363
364
  /**
364
365
  * NodeOutput represents a node on the tree.
365
366
  * This is similar to a UTXO, which is used to create a subtree on Spark. But instead of using
@@ -371,7 +372,7 @@ interface NodeOutput {
371
372
  /** The vout of the raw transaction for the node, which will be used to create the tree. */
372
373
  vout: number;
373
374
  }
374
- declare const NodeOutput: MessageFns$2<NodeOutput>;
375
+ declare const NodeOutput: MessageFns$3<NodeOutput>;
375
376
  /**
376
377
  * SigningJob is the job for signing a transaction.
377
378
  * The signing job is used to sign a bitcoin transaction using Spark FROST.
@@ -384,7 +385,7 @@ interface SigningJob {
384
385
  /** The signing nonce commitment of the user. */
385
386
  signingNonceCommitment: SigningCommitment$1 | undefined;
386
387
  }
387
- declare const SigningJob: MessageFns$2<SigningJob>;
388
+ declare const SigningJob: MessageFns$3<SigningJob>;
388
389
  /** SigningKeyshare is the keyshare information of the SE keyshare group. */
389
390
  interface SigningKeyshare {
390
391
  /** The identifiers of the owners of the keyshare. */
@@ -394,7 +395,7 @@ interface SigningKeyshare {
394
395
  /** The public key of the keyshare. */
395
396
  publicKey: Uint8Array;
396
397
  }
397
- declare const SigningKeyshare: MessageFns$2<SigningKeyshare>;
398
+ declare const SigningKeyshare: MessageFns$3<SigningKeyshare>;
398
399
  /**
399
400
  * SigningResult is the result of the signing job from the SE keyshare group.
400
401
  * It contains all the information for user to sign their part. After user signs, the signature
@@ -416,7 +417,7 @@ interface SigningResult {
416
417
  /** The keyshare information of the SE keyshare group. */
417
418
  signingKeyshare: SigningKeyshare | undefined;
418
419
  }
419
- declare const SigningResult: MessageFns$2<SigningResult>;
420
+ declare const SigningResult: MessageFns$3<SigningResult>;
420
421
  /**
421
422
  * NodeSignatureShares is the signature shares for a node on the tree.
422
423
  * For each tree node, the verifying key stays the same for both transactions.
@@ -431,7 +432,7 @@ interface NodeSignatureShares {
431
432
  /** The verifying key of the node. */
432
433
  verifyingKey: Uint8Array;
433
434
  }
434
- declare const NodeSignatureShares: MessageFns$2<NodeSignatureShares>;
435
+ declare const NodeSignatureShares: MessageFns$3<NodeSignatureShares>;
435
436
  /**
436
437
  * NodeSignatures is the final signatures for a node on the tree.
437
438
  * It contains the signature for the node's transaction and refund transaction.
@@ -444,7 +445,7 @@ interface NodeSignatures {
444
445
  /** The final signature of the node's refund transaction. This transaction is to pay to the user. */
445
446
  refundTxSignature: Uint8Array;
446
447
  }
447
- declare const NodeSignatures: MessageFns$2<NodeSignatures>;
448
+ declare const NodeSignatures: MessageFns$3<NodeSignatures>;
448
449
  /** StartTreeCreationRequest is the request to start the tree creation for a tree root node. */
449
450
  interface StartTreeCreationRequest {
450
451
  /** The identity public key of the user. */
@@ -456,7 +457,7 @@ interface StartTreeCreationRequest {
456
457
  /** The signing job for the root node's refund transaction. */
457
458
  refundTxSigningJob: SigningJob | undefined;
458
459
  }
459
- declare const StartTreeCreationRequest: MessageFns$2<StartTreeCreationRequest>;
460
+ declare const StartTreeCreationRequest: MessageFns$3<StartTreeCreationRequest>;
460
461
  /** StartTreeCreationResponse is the response to the request to start the tree creation for a tree root node. */
461
462
  interface StartTreeCreationResponse {
462
463
  /** The id of the tree. */
@@ -464,7 +465,7 @@ interface StartTreeCreationResponse {
464
465
  /** The signature shares for the root node. */
465
466
  rootNodeSignatureShares: NodeSignatureShares | undefined;
466
467
  }
467
- declare const StartTreeCreationResponse: MessageFns$2<StartTreeCreationResponse>;
468
+ declare const StartTreeCreationResponse: MessageFns$3<StartTreeCreationResponse>;
468
469
  /** StartDepositTreeCreationRequest is the request to start the tree creation for a tree root node. */
469
470
  interface StartDepositTreeCreationRequest {
470
471
  /** The identity public key of the user. */
@@ -476,7 +477,7 @@ interface StartDepositTreeCreationRequest {
476
477
  /** The signing job for the root node's refund transaction. */
477
478
  refundTxSigningJob: SigningJob | undefined;
478
479
  }
479
- declare const StartDepositTreeCreationRequest: MessageFns$2<StartDepositTreeCreationRequest>;
480
+ declare const StartDepositTreeCreationRequest: MessageFns$3<StartDepositTreeCreationRequest>;
480
481
  /** StartDepositTreeCreationResponse is the response to the request to start the tree creation for a tree root node. */
481
482
  interface StartDepositTreeCreationResponse {
482
483
  /** The id of the tree. */
@@ -484,21 +485,21 @@ interface StartDepositTreeCreationResponse {
484
485
  /** The signature shares for the root node. */
485
486
  rootNodeSignatureShares: NodeSignatureShares | undefined;
486
487
  }
487
- declare const StartDepositTreeCreationResponse: MessageFns$2<StartDepositTreeCreationResponse>;
488
+ declare const StartDepositTreeCreationResponse: MessageFns$3<StartDepositTreeCreationResponse>;
488
489
  /**
489
490
  * This proto is constructed by the wallet to specify leaves it wants to spend as
490
491
  * part of the token transaction.
491
492
  */
492
- interface TokenOutputToSpend {
493
+ interface TokenOutputToSpend$1 {
493
494
  prevTokenTransactionHash: Uint8Array;
494
495
  prevTokenTransactionVout: number;
495
496
  }
496
- declare const TokenOutputToSpend: MessageFns$2<TokenOutputToSpend>;
497
- interface TokenTransferInput {
498
- outputsToSpend: TokenOutputToSpend[];
497
+ declare const TokenOutputToSpend$1: MessageFns$3<TokenOutputToSpend$1>;
498
+ interface TokenTransferInput$1 {
499
+ outputsToSpend: TokenOutputToSpend$1[];
499
500
  }
500
- declare const TokenTransferInput: MessageFns$2<TokenTransferInput>;
501
- interface TokenMintInput {
501
+ declare const TokenTransferInput$1: MessageFns$3<TokenTransferInput$1>;
502
+ interface TokenMintInput$1 {
502
503
  issuerPublicKey: Uint8Array;
503
504
  /**
504
505
  * Issuer provided timestamp of when the transaction was signed/constructed.
@@ -511,13 +512,13 @@ interface TokenMintInput {
511
512
  */
512
513
  issuerProvidedTimestamp: number;
513
514
  }
514
- declare const TokenMintInput: MessageFns$2<TokenMintInput>;
515
+ declare const TokenMintInput$1: MessageFns$3<TokenMintInput$1>;
515
516
  /**
516
517
  * This proto is constructed by the wallet to specify outputs it wants to create
517
518
  * as part of a token transaction. Output id and revocation public key should remain unfilled
518
519
  * so that the SE can fill them as part of the StartTokenTransaction() call.
519
520
  */
520
- interface TokenOutput$1 {
521
+ interface TokenOutput$2 {
521
522
  id?: string | undefined;
522
523
  ownerPublicKey: Uint8Array;
523
524
  revocationCommitment?: Uint8Array | undefined;
@@ -527,119 +528,119 @@ interface TokenOutput$1 {
527
528
  /** Decoded uint128 */
528
529
  tokenAmount: Uint8Array;
529
530
  }
530
- declare const TokenOutput$1: MessageFns$2<TokenOutput$1>;
531
+ declare const TokenOutput$2: MessageFns$3<TokenOutput$2>;
531
532
  /**
532
533
  * This proto is constructed by the wallet and is the core transaction data structure.
533
534
  * This proto is deterministically hashed to generate the token_transaction_hash that
534
535
  * is cooperatively signed by the SO group to confirm a token transaction.
535
536
  */
536
- interface TokenTransaction {
537
+ interface TokenTransaction$1 {
537
538
  /**
538
539
  * For mint transactions issuer_public_key will be specified without any outputs_to_spend.
539
540
  * For transfer transactions the token amount in the input leaves must match the token amount in the output leaves.
540
541
  */
541
542
  tokenInputs?: {
542
543
  $case: "mintInput";
543
- mintInput: TokenMintInput;
544
+ mintInput: TokenMintInput$1;
544
545
  } | {
545
546
  $case: "transferInput";
546
- transferInput: TokenTransferInput;
547
+ transferInput: TokenTransferInput$1;
547
548
  } | undefined;
548
- tokenOutputs: TokenOutput$1[];
549
+ tokenOutputs: TokenOutput$2[];
549
550
  sparkOperatorIdentityPublicKeys: Uint8Array[];
550
551
  network: Network$1;
551
552
  }
552
- declare const TokenTransaction: MessageFns$2<TokenTransaction>;
553
+ declare const TokenTransaction$1: MessageFns$3<TokenTransaction$1>;
553
554
  interface SpentTokenOutputMetadata {
554
555
  outputId: string;
555
556
  revocationSecret: Uint8Array;
556
557
  }
557
- declare const SpentTokenOutputMetadata: MessageFns$2<SpentTokenOutputMetadata>;
558
+ declare const SpentTokenOutputMetadata: MessageFns$3<SpentTokenOutputMetadata>;
558
559
  interface TokenTransactionConfirmationMetadata {
559
560
  spentTokenOutputsMetadata: SpentTokenOutputMetadata[];
560
561
  }
561
- declare const TokenTransactionConfirmationMetadata: MessageFns$2<TokenTransactionConfirmationMetadata>;
562
+ declare const TokenTransactionConfirmationMetadata: MessageFns$3<TokenTransactionConfirmationMetadata>;
562
563
  interface TokenTransactionWithStatus {
563
- tokenTransaction: TokenTransaction | undefined;
564
+ tokenTransaction: TokenTransaction$1 | undefined;
564
565
  status: TokenTransactionStatus;
565
566
  confirmationMetadata: TokenTransactionConfirmationMetadata | undefined;
566
567
  }
567
- declare const TokenTransactionWithStatus: MessageFns$2<TokenTransactionWithStatus>;
568
- interface SignatureWithIndex {
568
+ declare const TokenTransactionWithStatus: MessageFns$3<TokenTransactionWithStatus>;
569
+ interface SignatureWithIndex$1 {
569
570
  /** This is a Schnorr or ECDSA DER signature which can be between 64 and 73 bytes. */
570
571
  signature: Uint8Array;
571
572
  /** The index of the TTXO associated with this signature. */
572
573
  inputIndex: number;
573
574
  }
574
- declare const SignatureWithIndex: MessageFns$2<SignatureWithIndex>;
575
+ declare const SignatureWithIndex$1: MessageFns$3<SignatureWithIndex$1>;
575
576
  interface TokenTransactionSignatures {
576
577
  /**
577
578
  * Filled by signing the partial token transaction hash with the owner/issuer private key.
578
579
  * For mint transactions this will be one signature for the input issuer_public_key
579
580
  * For transfer transactions this will be one for each output for the output owner_public_key
580
581
  */
581
- ownerSignatures: SignatureWithIndex[];
582
+ ownerSignatures: SignatureWithIndex$1[];
582
583
  }
583
- declare const TokenTransactionSignatures: MessageFns$2<TokenTransactionSignatures>;
584
+ declare const TokenTransactionSignatures: MessageFns$3<TokenTransactionSignatures>;
584
585
  interface StartTokenTransactionRequest {
585
586
  identityPublicKey: Uint8Array;
586
- partialTokenTransaction: TokenTransaction | undefined;
587
+ partialTokenTransaction: TokenTransaction$1 | undefined;
587
588
  /** List of ecdsa signatures authorizing movement of tokens from the token input. */
588
589
  tokenTransactionSignatures: TokenTransactionSignatures | undefined;
589
590
  }
590
- declare const StartTokenTransactionRequest: MessageFns$2<StartTokenTransactionRequest>;
591
+ declare const StartTokenTransactionRequest: MessageFns$3<StartTokenTransactionRequest>;
591
592
  interface StartTokenTransactionResponse {
592
593
  /**
593
594
  * This is the same token transaction sent by the wallet with output revocation public keys
594
595
  * filled. This is the final transaction that is published and gossiped among LRC20 nodes.
595
596
  */
596
- finalTokenTransaction: TokenTransaction | undefined;
597
+ finalTokenTransaction: TokenTransaction$1 | undefined;
597
598
  /**
598
599
  * Information for fetching and resolving the revocation keyshare on a transfer operation.
599
600
  * Contains the threshold of keyshares needed and the SO owners of those keyshares.
600
601
  */
601
602
  keyshareInfo: SigningKeyshare | undefined;
602
603
  }
603
- declare const StartTokenTransactionResponse: MessageFns$2<StartTokenTransactionResponse>;
604
+ declare const StartTokenTransactionResponse: MessageFns$3<StartTokenTransactionResponse>;
604
605
  interface OperatorSpecificTokenTransactionSignablePayload {
605
606
  finalTokenTransactionHash: Uint8Array;
606
607
  operatorIdentityPublicKey: Uint8Array;
607
608
  }
608
- declare const OperatorSpecificTokenTransactionSignablePayload: MessageFns$2<OperatorSpecificTokenTransactionSignablePayload>;
609
+ declare const OperatorSpecificTokenTransactionSignablePayload: MessageFns$3<OperatorSpecificTokenTransactionSignablePayload>;
609
610
  /**
610
611
  * This message allows the sender of a output being spent to provide final evidence
611
612
  * that it owns a output to an SO when requesting signing and release of the revocation keyshare.
612
613
  */
613
614
  interface OperatorSpecificOwnerSignature {
614
- ownerSignature: SignatureWithIndex | undefined;
615
+ ownerSignature: SignatureWithIndex$1 | undefined;
615
616
  payload: OperatorSpecificTokenTransactionSignablePayload | undefined;
616
617
  }
617
- declare const OperatorSpecificOwnerSignature: MessageFns$2<OperatorSpecificOwnerSignature>;
618
+ declare const OperatorSpecificOwnerSignature: MessageFns$3<OperatorSpecificOwnerSignature>;
618
619
  interface SignTokenTransactionRequest {
619
- finalTokenTransaction: TokenTransaction | undefined;
620
+ finalTokenTransaction: TokenTransaction$1 | undefined;
620
621
  operatorSpecificSignatures: OperatorSpecificOwnerSignature[];
621
622
  identityPublicKey: Uint8Array;
622
623
  }
623
- declare const SignTokenTransactionRequest: MessageFns$2<SignTokenTransactionRequest>;
624
+ declare const SignTokenTransactionRequest: MessageFns$3<SignTokenTransactionRequest>;
624
625
  interface KeyshareWithIndex {
625
626
  /** The index of the input TTXO associated with this keyshare. */
626
627
  inputIndex: number;
627
628
  keyshare: Uint8Array;
628
629
  }
629
- declare const KeyshareWithIndex: MessageFns$2<KeyshareWithIndex>;
630
+ declare const KeyshareWithIndex: MessageFns$3<KeyshareWithIndex>;
630
631
  interface SignTokenTransactionResponse {
631
632
  sparkOperatorSignature: Uint8Array;
632
633
  revocationKeyshares: KeyshareWithIndex[];
633
634
  }
634
- declare const SignTokenTransactionResponse: MessageFns$2<SignTokenTransactionResponse>;
635
+ declare const SignTokenTransactionResponse: MessageFns$3<SignTokenTransactionResponse>;
635
636
  interface RevocationSecretWithIndex {
636
637
  /** The index of the input TTXO associated with this secret. */
637
638
  inputIndex: number;
638
639
  revocationSecret: Uint8Array;
639
640
  }
640
- declare const RevocationSecretWithIndex: MessageFns$2<RevocationSecretWithIndex>;
641
+ declare const RevocationSecretWithIndex: MessageFns$3<RevocationSecretWithIndex>;
641
642
  interface FinalizeTokenTransactionRequest {
642
- finalTokenTransaction: TokenTransaction | undefined;
643
+ finalTokenTransaction: TokenTransaction$1 | undefined;
643
644
  /**
644
645
  * List of ordered revocation secrets that map 1:1 with leaves being spent in the
645
646
  * token transaction.
@@ -647,7 +648,7 @@ interface FinalizeTokenTransactionRequest {
647
648
  revocationSecrets: RevocationSecretWithIndex[];
648
649
  identityPublicKey: Uint8Array;
649
650
  }
650
- declare const FinalizeTokenTransactionRequest: MessageFns$2<FinalizeTokenTransactionRequest>;
651
+ declare const FinalizeTokenTransactionRequest: MessageFns$3<FinalizeTokenTransactionRequest>;
651
652
  interface FreezeTokensPayload$1 {
652
653
  ownerPublicKey: Uint8Array;
653
654
  tokenPublicKey: Uint8Array;
@@ -656,19 +657,19 @@ interface FreezeTokensPayload$1 {
656
657
  /** Set to false when requesting a freeze. */
657
658
  shouldUnfreeze: boolean;
658
659
  }
659
- declare const FreezeTokensPayload$1: MessageFns$2<FreezeTokensPayload$1>;
660
+ declare const FreezeTokensPayload$1: MessageFns$3<FreezeTokensPayload$1>;
660
661
  interface FreezeTokensRequest$1 {
661
662
  freezeTokensPayload: FreezeTokensPayload$1 | undefined;
662
663
  /** This is a Schnorr or ECDSA DER signature which can be between 64 and 73 bytes. */
663
664
  issuerSignature: Uint8Array;
664
665
  }
665
- declare const FreezeTokensRequest$1: MessageFns$2<FreezeTokensRequest$1>;
666
+ declare const FreezeTokensRequest$1: MessageFns$3<FreezeTokensRequest$1>;
666
667
  interface FreezeTokensResponse$1 {
667
668
  impactedOutputIds: string[];
668
669
  /** Decoded uint128 */
669
670
  impactedTokenAmount: Uint8Array;
670
671
  }
671
- declare const FreezeTokensResponse$1: MessageFns$2<FreezeTokensResponse$1>;
672
+ declare const FreezeTokensResponse$1: MessageFns$3<FreezeTokensResponse$1>;
672
673
  interface QueryTokenOutputsRequest {
673
674
  ownerPublicKeys: Uint8Array[];
674
675
  /** Optionally provide token public keys. If not set return leaves for all tokens. */
@@ -676,7 +677,7 @@ interface QueryTokenOutputsRequest {
676
677
  /** defaults to mainnet when no network is provided. */
677
678
  network: Network$1;
678
679
  }
679
- declare const QueryTokenOutputsRequest: MessageFns$2<QueryTokenOutputsRequest>;
680
+ declare const QueryTokenOutputsRequest: MessageFns$3<QueryTokenOutputsRequest>;
680
681
  /** Request constraints are combined using an AND relation. */
681
682
  interface QueryTokenTransactionsRequest {
682
683
  /** Returns transactions that have one of these output ids in the input or output. */
@@ -690,22 +691,22 @@ interface QueryTokenTransactionsRequest {
690
691
  limit: number;
691
692
  offset: number;
692
693
  }
693
- declare const QueryTokenTransactionsRequest: MessageFns$2<QueryTokenTransactionsRequest>;
694
+ declare const QueryTokenTransactionsRequest: MessageFns$3<QueryTokenTransactionsRequest>;
694
695
  interface QueryTokenTransactionsResponse {
695
696
  tokenTransactionsWithStatus: TokenTransactionWithStatus[];
696
697
  offset: number;
697
698
  }
698
- declare const QueryTokenTransactionsResponse: MessageFns$2<QueryTokenTransactionsResponse>;
699
+ declare const QueryTokenTransactionsResponse: MessageFns$3<QueryTokenTransactionsResponse>;
699
700
  interface OutputWithPreviousTransactionData {
700
- output: TokenOutput$1 | undefined;
701
+ output: TokenOutput$2 | undefined;
701
702
  previousTransactionHash: Uint8Array;
702
703
  previousTransactionVout: number;
703
704
  }
704
- declare const OutputWithPreviousTransactionData: MessageFns$2<OutputWithPreviousTransactionData>;
705
+ declare const OutputWithPreviousTransactionData: MessageFns$3<OutputWithPreviousTransactionData>;
705
706
  interface QueryTokenOutputsResponse {
706
707
  outputsWithPreviousTransactionData: OutputWithPreviousTransactionData[];
707
708
  }
708
- declare const QueryTokenOutputsResponse: MessageFns$2<QueryTokenOutputsResponse>;
709
+ declare const QueryTokenOutputsResponse: MessageFns$3<QueryTokenOutputsResponse>;
709
710
  /** TreeNode represents a node on the tree. */
710
711
  interface TreeNode {
711
712
  /** The id of the node. */
@@ -733,7 +734,7 @@ interface TreeNode {
733
734
  /** The network of the node. */
734
735
  network: Network$1;
735
736
  }
736
- declare const TreeNode: MessageFns$2<TreeNode>;
737
+ declare const TreeNode: MessageFns$3<TreeNode>;
737
738
  /** FinalizeNodeSignaturesRequest is the request to finalize the signatures for a node. */
738
739
  interface FinalizeNodeSignaturesRequest {
739
740
  /** The intent of the signature. */
@@ -741,13 +742,13 @@ interface FinalizeNodeSignaturesRequest {
741
742
  /** The signatures for the node. */
742
743
  nodeSignatures: NodeSignatures[];
743
744
  }
744
- declare const FinalizeNodeSignaturesRequest: MessageFns$2<FinalizeNodeSignaturesRequest>;
745
+ declare const FinalizeNodeSignaturesRequest: MessageFns$3<FinalizeNodeSignaturesRequest>;
745
746
  /** FinalizeNodeSignaturesResponse is the response to the request to finalize the signatures for a node. */
746
747
  interface FinalizeNodeSignaturesResponse {
747
748
  /** The nodes that are finalized. */
748
749
  nodes: TreeNode[];
749
750
  }
750
- declare const FinalizeNodeSignaturesResponse: MessageFns$2<FinalizeNodeSignaturesResponse>;
751
+ declare const FinalizeNodeSignaturesResponse: MessageFns$3<FinalizeNodeSignaturesResponse>;
751
752
  /**
752
753
  * SecretShare is a secret share of a secret, using Feldman VSS.
753
754
  * The secret share is in the field of secp256k1 scalar field.
@@ -761,24 +762,12 @@ interface SecretShare$1 {
761
762
  */
762
763
  proofs: Uint8Array[];
763
764
  }
764
- declare const SecretShare$1: MessageFns$2<SecretShare$1>;
765
- /**
766
- * SecretProof is the proof for a secret share using Feldman VSS.
767
- * The proof is the compressed public keys in secp256k1 curve.
768
- */
769
- interface SecretProof {
770
- /**
771
- * The proofs for the secret share.
772
- * proofs[0] is the public key of the secret, while proofs[1..n] are the public key of the polynomial.
773
- */
774
- proofs: Uint8Array[];
775
- }
776
- declare const SecretProof: MessageFns$2<SecretProof>;
765
+ declare const SecretShare$1: MessageFns$3<SecretShare$1>;
777
766
  interface LeafRefundTxSigningJob {
778
767
  leafId: string;
779
768
  refundTxSigningJob: SigningJob | undefined;
780
769
  }
781
- declare const LeafRefundTxSigningJob: MessageFns$2<LeafRefundTxSigningJob>;
770
+ declare const LeafRefundTxSigningJob: MessageFns$3<LeafRefundTxSigningJob>;
782
771
  interface UserSignedTxSigningJob {
783
772
  leafId: string;
784
773
  signingPublicKey: Uint8Array;
@@ -787,13 +776,13 @@ interface UserSignedTxSigningJob {
787
776
  userSignature: Uint8Array;
788
777
  signingCommitments: SigningCommitments | undefined;
789
778
  }
790
- declare const UserSignedTxSigningJob: MessageFns$2<UserSignedTxSigningJob>;
779
+ declare const UserSignedTxSigningJob: MessageFns$3<UserSignedTxSigningJob>;
791
780
  interface LeafRefundTxSigningResult {
792
781
  leafId: string;
793
782
  refundTxSigningResult: SigningResult | undefined;
794
783
  verifyingKey: Uint8Array;
795
784
  }
796
- declare const LeafRefundTxSigningResult: MessageFns$2<LeafRefundTxSigningResult>;
785
+ declare const LeafRefundTxSigningResult: MessageFns$3<LeafRefundTxSigningResult>;
797
786
  interface StartUserSignedTransferRequest {
798
787
  transferId: string;
799
788
  ownerIdentityPublicKey: Uint8Array;
@@ -801,7 +790,7 @@ interface StartUserSignedTransferRequest {
801
790
  receiverIdentityPublicKey: Uint8Array;
802
791
  expiryTime: Date | undefined;
803
792
  }
804
- declare const StartUserSignedTransferRequest: MessageFns$2<StartUserSignedTransferRequest>;
793
+ declare const StartUserSignedTransferRequest: MessageFns$3<StartUserSignedTransferRequest>;
805
794
  interface StartTransferRequest {
806
795
  transferId: string;
807
796
  ownerIdentityPublicKey: Uint8Array;
@@ -809,19 +798,15 @@ interface StartTransferRequest {
809
798
  leavesToSend: LeafRefundTxSigningJob[];
810
799
  receiverIdentityPublicKey: Uint8Array;
811
800
  expiryTime: Date | undefined;
812
- /** @deprecated */
813
- keyTweakProofs: {
814
- [key: string]: SecretProof;
815
- };
816
801
  /** If this field is set, the leaves_to_send and key_tweak_proofs will be ignored. */
817
802
  transferPackage: TransferPackage | undefined;
818
803
  }
819
- declare const StartTransferRequest: MessageFns$2<StartTransferRequest>;
804
+ declare const StartTransferRequest: MessageFns$3<StartTransferRequest>;
820
805
  interface StartTransferResponse {
821
806
  transfer: Transfer$1 | undefined;
822
807
  signingResults: LeafRefundTxSigningResult[];
823
808
  }
824
- declare const StartTransferResponse: MessageFns$2<StartTransferResponse>;
809
+ declare const StartTransferResponse: MessageFns$3<StartTransferResponse>;
825
810
  /**
826
811
  * TransferPackage is a package of leaves to send and key tweaks to send.
827
812
  * This is in the improved send transfer flow where the sender can send the transfer in one call to
@@ -837,7 +822,7 @@ interface TransferPackage {
837
822
  /** The signature of user to prove that the key_tweak_package is not tampered. */
838
823
  userSignature: Uint8Array;
839
824
  }
840
- declare const TransferPackage: MessageFns$2<TransferPackage>;
825
+ declare const TransferPackage: MessageFns$3<TransferPackage>;
841
826
  interface SendLeafKeyTweak {
842
827
  leafId: string;
843
828
  secretShareTweak: SecretShare$1 | undefined;
@@ -849,26 +834,23 @@ interface SendLeafKeyTweak {
849
834
  signature: Uint8Array;
850
835
  refundSignature: Uint8Array;
851
836
  }
852
- declare const SendLeafKeyTweak: MessageFns$2<SendLeafKeyTweak>;
837
+ declare const SendLeafKeyTweak: MessageFns$3<SendLeafKeyTweak>;
853
838
  interface FinalizeTransferRequest {
854
839
  transferId: string;
855
840
  ownerIdentityPublicKey: Uint8Array;
856
841
  leavesToSend: SendLeafKeyTweak[];
857
842
  }
858
- declare const FinalizeTransferRequest: MessageFns$2<FinalizeTransferRequest>;
843
+ declare const FinalizeTransferRequest: MessageFns$3<FinalizeTransferRequest>;
859
844
  interface FinalizeTransferWithTransferPackageRequest {
860
845
  transferId: string;
861
846
  ownerIdentityPublicKey: Uint8Array;
862
847
  transferPackage: TransferPackage | undefined;
863
- refundSignatures: {
864
- [key: string]: Uint8Array;
865
- };
866
848
  }
867
- declare const FinalizeTransferWithTransferPackageRequest: MessageFns$2<FinalizeTransferWithTransferPackageRequest>;
849
+ declare const FinalizeTransferWithTransferPackageRequest: MessageFns$3<FinalizeTransferWithTransferPackageRequest>;
868
850
  interface FinalizeTransferResponse {
869
851
  transfer: Transfer$1 | undefined;
870
852
  }
871
- declare const FinalizeTransferResponse: MessageFns$2<FinalizeTransferResponse>;
853
+ declare const FinalizeTransferResponse: MessageFns$3<FinalizeTransferResponse>;
872
854
  interface Transfer$1 {
873
855
  id: string;
874
856
  senderIdentityPublicKey: Uint8Array;
@@ -881,14 +863,14 @@ interface Transfer$1 {
881
863
  updatedTime: Date | undefined;
882
864
  type: TransferType;
883
865
  }
884
- declare const Transfer$1: MessageFns$2<Transfer$1>;
866
+ declare const Transfer$1: MessageFns$3<Transfer$1>;
885
867
  interface TransferLeaf {
886
868
  leaf: TreeNode | undefined;
887
869
  secretCipher: Uint8Array;
888
870
  signature: Uint8Array;
889
871
  intermediateRefundTx: Uint8Array;
890
872
  }
891
- declare const TransferLeaf: MessageFns$2<TransferLeaf>;
873
+ declare const TransferLeaf: MessageFns$3<TransferLeaf>;
892
874
  interface TransferFilter {
893
875
  participant?: {
894
876
  $case: "receiverIdentityPublicKey";
@@ -909,12 +891,12 @@ interface TransferFilter {
909
891
  /** defaults to mainnet when no network is provided. */
910
892
  network: Network$1;
911
893
  }
912
- declare const TransferFilter: MessageFns$2<TransferFilter>;
894
+ declare const TransferFilter: MessageFns$3<TransferFilter>;
913
895
  interface QueryTransfersResponse {
914
896
  transfers: Transfer$1[];
915
897
  offset: number;
916
898
  }
917
- declare const QueryTransfersResponse: MessageFns$2<QueryTransfersResponse>;
899
+ declare const QueryTransfersResponse: MessageFns$3<QueryTransfersResponse>;
918
900
  interface ClaimLeafKeyTweak {
919
901
  leafId: string;
920
902
  secretShareTweak: SecretShare$1 | undefined;
@@ -922,37 +904,37 @@ interface ClaimLeafKeyTweak {
922
904
  [key: string]: Uint8Array;
923
905
  };
924
906
  }
925
- declare const ClaimLeafKeyTweak: MessageFns$2<ClaimLeafKeyTweak>;
907
+ declare const ClaimLeafKeyTweak: MessageFns$3<ClaimLeafKeyTweak>;
926
908
  interface ClaimTransferTweakKeysRequest {
927
909
  transferId: string;
928
910
  ownerIdentityPublicKey: Uint8Array;
929
911
  leavesToReceive: ClaimLeafKeyTweak[];
930
912
  }
931
- declare const ClaimTransferTweakKeysRequest: MessageFns$2<ClaimTransferTweakKeysRequest>;
913
+ declare const ClaimTransferTweakKeysRequest: MessageFns$3<ClaimTransferTweakKeysRequest>;
932
914
  interface ClaimTransferSignRefundsRequest {
933
915
  transferId: string;
934
916
  ownerIdentityPublicKey: Uint8Array;
935
917
  signingJobs: LeafRefundTxSigningJob[];
936
918
  }
937
- declare const ClaimTransferSignRefundsRequest: MessageFns$2<ClaimTransferSignRefundsRequest>;
919
+ declare const ClaimTransferSignRefundsRequest: MessageFns$3<ClaimTransferSignRefundsRequest>;
938
920
  interface ClaimTransferSignRefundsResponse {
939
921
  signingResults: LeafRefundTxSigningResult[];
940
922
  }
941
- declare const ClaimTransferSignRefundsResponse: MessageFns$2<ClaimTransferSignRefundsResponse>;
923
+ declare const ClaimTransferSignRefundsResponse: MessageFns$3<ClaimTransferSignRefundsResponse>;
942
924
  interface AggregateNodesRequest {
943
925
  nodeIds: string[];
944
926
  signingJob: SigningJob | undefined;
945
927
  /** Serves as a temporary identity public key, this should be get from auth process. */
946
928
  ownerIdentityPublicKey: Uint8Array;
947
929
  }
948
- declare const AggregateNodesRequest: MessageFns$2<AggregateNodesRequest>;
930
+ declare const AggregateNodesRequest: MessageFns$3<AggregateNodesRequest>;
949
931
  interface AggregateNodesResponse {
950
932
  aggregateSignature: SigningResult | undefined;
951
933
  verifyingKey: Uint8Array;
952
934
  parentNodeTx: Uint8Array;
953
935
  parentNodeVout: number;
954
936
  }
955
- declare const AggregateNodesResponse: MessageFns$2<AggregateNodesResponse>;
937
+ declare const AggregateNodesResponse: MessageFns$3<AggregateNodesResponse>;
956
938
  interface StorePreimageShareRequest {
957
939
  paymentHash: Uint8Array;
958
940
  preimageShare: SecretShare$1 | undefined;
@@ -960,27 +942,27 @@ interface StorePreimageShareRequest {
960
942
  invoiceString: string;
961
943
  userIdentityPublicKey: Uint8Array;
962
944
  }
963
- declare const StorePreimageShareRequest: MessageFns$2<StorePreimageShareRequest>;
945
+ declare const StorePreimageShareRequest: MessageFns$3<StorePreimageShareRequest>;
964
946
  interface RequestedSigningCommitments {
965
947
  signingNonceCommitments: {
966
948
  [key: string]: SigningCommitment$1;
967
949
  };
968
950
  }
969
- declare const RequestedSigningCommitments: MessageFns$2<RequestedSigningCommitments>;
951
+ declare const RequestedSigningCommitments: MessageFns$3<RequestedSigningCommitments>;
970
952
  interface GetSigningCommitmentsRequest {
971
953
  nodeIds: string[];
972
954
  }
973
- declare const GetSigningCommitmentsRequest: MessageFns$2<GetSigningCommitmentsRequest>;
955
+ declare const GetSigningCommitmentsRequest: MessageFns$3<GetSigningCommitmentsRequest>;
974
956
  interface GetSigningCommitmentsResponse {
975
957
  signingCommitments: RequestedSigningCommitments[];
976
958
  }
977
- declare const GetSigningCommitmentsResponse: MessageFns$2<GetSigningCommitmentsResponse>;
959
+ declare const GetSigningCommitmentsResponse: MessageFns$3<GetSigningCommitmentsResponse>;
978
960
  interface SigningCommitments {
979
961
  signingCommitments: {
980
962
  [key: string]: SigningCommitment$1;
981
963
  };
982
964
  }
983
- declare const SigningCommitments: MessageFns$2<SigningCommitments>;
965
+ declare const SigningCommitments: MessageFns$3<SigningCommitments>;
984
966
  interface UserSignedRefund {
985
967
  nodeId: string;
986
968
  refundTx: Uint8Array;
@@ -989,16 +971,16 @@ interface UserSignedRefund {
989
971
  userSignatureCommitment: SigningCommitment$1 | undefined;
990
972
  network: Network$1;
991
973
  }
992
- declare const UserSignedRefund: MessageFns$2<UserSignedRefund>;
974
+ declare const UserSignedRefund: MessageFns$3<UserSignedRefund>;
993
975
  interface InvoiceAmountProof {
994
976
  bolt11Invoice: string;
995
977
  }
996
- declare const InvoiceAmountProof: MessageFns$2<InvoiceAmountProof>;
978
+ declare const InvoiceAmountProof: MessageFns$3<InvoiceAmountProof>;
997
979
  interface InvoiceAmount {
998
980
  valueSats: number;
999
981
  invoiceAmountProof: InvoiceAmountProof | undefined;
1000
982
  }
1001
- declare const InvoiceAmount: MessageFns$2<InvoiceAmount>;
983
+ declare const InvoiceAmount: MessageFns$3<InvoiceAmount>;
1002
984
  interface InitiatePreimageSwapRequest {
1003
985
  paymentHash: Uint8Array;
1004
986
  invoiceAmount: InvoiceAmount | undefined;
@@ -1007,73 +989,73 @@ interface InitiatePreimageSwapRequest {
1007
989
  receiverIdentityPublicKey: Uint8Array;
1008
990
  feeSats: number;
1009
991
  }
1010
- declare const InitiatePreimageSwapRequest: MessageFns$2<InitiatePreimageSwapRequest>;
992
+ declare const InitiatePreimageSwapRequest: MessageFns$3<InitiatePreimageSwapRequest>;
1011
993
  interface InitiatePreimageSwapResponse {
1012
994
  preimage: Uint8Array;
1013
995
  transfer: Transfer$1 | undefined;
1014
996
  }
1015
- declare const InitiatePreimageSwapResponse: MessageFns$2<InitiatePreimageSwapResponse>;
997
+ declare const InitiatePreimageSwapResponse: MessageFns$3<InitiatePreimageSwapResponse>;
1016
998
  interface CooperativeExitRequest {
1017
999
  transfer: StartTransferRequest | undefined;
1018
1000
  exitId: string;
1019
1001
  exitTxid: Uint8Array;
1020
1002
  }
1021
- declare const CooperativeExitRequest: MessageFns$2<CooperativeExitRequest>;
1003
+ declare const CooperativeExitRequest: MessageFns$3<CooperativeExitRequest>;
1022
1004
  interface CooperativeExitResponse {
1023
1005
  transfer: Transfer$1 | undefined;
1024
1006
  signingResults: LeafRefundTxSigningResult[];
1025
1007
  }
1026
- declare const CooperativeExitResponse: MessageFns$2<CooperativeExitResponse>;
1008
+ declare const CooperativeExitResponse: MessageFns$3<CooperativeExitResponse>;
1027
1009
  interface CounterLeafSwapRequest {
1028
1010
  transfer: StartTransferRequest | undefined;
1029
1011
  swapId: string;
1030
1012
  adaptorPublicKey: Uint8Array;
1031
1013
  }
1032
- declare const CounterLeafSwapRequest: MessageFns$2<CounterLeafSwapRequest>;
1014
+ declare const CounterLeafSwapRequest: MessageFns$3<CounterLeafSwapRequest>;
1033
1015
  interface CounterLeafSwapResponse {
1034
1016
  transfer: Transfer$1 | undefined;
1035
1017
  signingResults: LeafRefundTxSigningResult[];
1036
1018
  }
1037
- declare const CounterLeafSwapResponse: MessageFns$2<CounterLeafSwapResponse>;
1019
+ declare const CounterLeafSwapResponse: MessageFns$3<CounterLeafSwapResponse>;
1038
1020
  interface RefreshTimelockRequest {
1039
1021
  leafId: string;
1040
1022
  ownerIdentityPublicKey: Uint8Array;
1041
1023
  signingJobs: SigningJob[];
1042
1024
  }
1043
- declare const RefreshTimelockRequest: MessageFns$2<RefreshTimelockRequest>;
1025
+ declare const RefreshTimelockRequest: MessageFns$3<RefreshTimelockRequest>;
1044
1026
  interface RefreshTimelockSigningResult {
1045
1027
  signingResult: SigningResult | undefined;
1046
1028
  /** Should maybe just be a part of SigningResult? */
1047
1029
  verifyingKey: Uint8Array;
1048
1030
  }
1049
- declare const RefreshTimelockSigningResult: MessageFns$2<RefreshTimelockSigningResult>;
1031
+ declare const RefreshTimelockSigningResult: MessageFns$3<RefreshTimelockSigningResult>;
1050
1032
  interface RefreshTimelockResponse {
1051
1033
  signingResults: RefreshTimelockSigningResult[];
1052
1034
  }
1053
- declare const RefreshTimelockResponse: MessageFns$2<RefreshTimelockResponse>;
1035
+ declare const RefreshTimelockResponse: MessageFns$3<RefreshTimelockResponse>;
1054
1036
  interface ExtendLeafRequest {
1055
1037
  leafId: string;
1056
1038
  ownerIdentityPublicKey: Uint8Array;
1057
1039
  nodeTxSigningJob: SigningJob | undefined;
1058
1040
  refundTxSigningJob: SigningJob | undefined;
1059
1041
  }
1060
- declare const ExtendLeafRequest: MessageFns$2<ExtendLeafRequest>;
1042
+ declare const ExtendLeafRequest: MessageFns$3<ExtendLeafRequest>;
1061
1043
  interface ExtendLeafSigningResult {
1062
1044
  signingResult: SigningResult | undefined;
1063
1045
  verifyingKey: Uint8Array;
1064
1046
  }
1065
- declare const ExtendLeafSigningResult: MessageFns$2<ExtendLeafSigningResult>;
1047
+ declare const ExtendLeafSigningResult: MessageFns$3<ExtendLeafSigningResult>;
1066
1048
  interface ExtendLeafResponse {
1067
1049
  leafId: string;
1068
1050
  nodeTxSigningResult: ExtendLeafSigningResult | undefined;
1069
1051
  refundTxSigningResult: ExtendLeafSigningResult | undefined;
1070
1052
  }
1071
- declare const ExtendLeafResponse: MessageFns$2<ExtendLeafResponse>;
1053
+ declare const ExtendLeafResponse: MessageFns$3<ExtendLeafResponse>;
1072
1054
  interface AddressRequestNode {
1073
1055
  userPublicKey: Uint8Array;
1074
1056
  children: AddressRequestNode[];
1075
1057
  }
1076
- declare const AddressRequestNode: MessageFns$2<AddressRequestNode>;
1058
+ declare const AddressRequestNode: MessageFns$3<AddressRequestNode>;
1077
1059
  interface PrepareTreeAddressRequest {
1078
1060
  source?: {
1079
1061
  $case: "parentNodeOutput";
@@ -1089,16 +1071,16 @@ interface PrepareTreeAddressRequest {
1089
1071
  node: AddressRequestNode | undefined;
1090
1072
  userIdentityPublicKey: Uint8Array;
1091
1073
  }
1092
- declare const PrepareTreeAddressRequest: MessageFns$2<PrepareTreeAddressRequest>;
1074
+ declare const PrepareTreeAddressRequest: MessageFns$3<PrepareTreeAddressRequest>;
1093
1075
  interface AddressNode {
1094
1076
  address: Address | undefined;
1095
1077
  children: AddressNode[];
1096
1078
  }
1097
- declare const AddressNode: MessageFns$2<AddressNode>;
1079
+ declare const AddressNode: MessageFns$3<AddressNode>;
1098
1080
  interface PrepareTreeAddressResponse {
1099
1081
  node: AddressNode | undefined;
1100
1082
  }
1101
- declare const PrepareTreeAddressResponse: MessageFns$2<PrepareTreeAddressResponse>;
1083
+ declare const PrepareTreeAddressResponse: MessageFns$3<PrepareTreeAddressResponse>;
1102
1084
  interface CreationNode {
1103
1085
  /** This is the tx that spends the parent node's output. */
1104
1086
  nodeTxSigningJob: SigningJob | undefined;
@@ -1107,7 +1089,7 @@ interface CreationNode {
1107
1089
  /** The children will spend the output of the node's tx. Vout is the index of the child. */
1108
1090
  children: CreationNode[];
1109
1091
  }
1110
- declare const CreationNode: MessageFns$2<CreationNode>;
1092
+ declare const CreationNode: MessageFns$3<CreationNode>;
1111
1093
  interface CreateTreeRequest {
1112
1094
  source?: {
1113
1095
  $case: "parentNodeOutput";
@@ -1121,59 +1103,59 @@ interface CreateTreeRequest {
1121
1103
  /** The owner of the tree. */
1122
1104
  userIdentityPublicKey: Uint8Array;
1123
1105
  }
1124
- declare const CreateTreeRequest: MessageFns$2<CreateTreeRequest>;
1106
+ declare const CreateTreeRequest: MessageFns$3<CreateTreeRequest>;
1125
1107
  interface CreationResponseNode {
1126
1108
  nodeId: string;
1127
1109
  nodeTxSigningResult: SigningResult | undefined;
1128
1110
  refundTxSigningResult: SigningResult | undefined;
1129
1111
  children: CreationResponseNode[];
1130
1112
  }
1131
- declare const CreationResponseNode: MessageFns$2<CreationResponseNode>;
1113
+ declare const CreationResponseNode: MessageFns$3<CreationResponseNode>;
1132
1114
  interface CreateTreeResponse {
1133
1115
  node: CreationResponseNode | undefined;
1134
1116
  }
1135
- declare const CreateTreeResponse: MessageFns$2<CreateTreeResponse>;
1117
+ declare const CreateTreeResponse: MessageFns$3<CreateTreeResponse>;
1136
1118
  interface SigningOperatorInfo {
1137
1119
  index: number;
1138
1120
  identifier: string;
1139
1121
  publicKey: Uint8Array;
1140
1122
  address: string;
1141
1123
  }
1142
- declare const SigningOperatorInfo: MessageFns$2<SigningOperatorInfo>;
1124
+ declare const SigningOperatorInfo: MessageFns$3<SigningOperatorInfo>;
1143
1125
  interface GetSigningOperatorListResponse {
1144
1126
  signingOperators: {
1145
1127
  [key: string]: SigningOperatorInfo;
1146
1128
  };
1147
1129
  }
1148
- declare const GetSigningOperatorListResponse: MessageFns$2<GetSigningOperatorListResponse>;
1130
+ declare const GetSigningOperatorListResponse: MessageFns$3<GetSigningOperatorListResponse>;
1149
1131
  interface QueryUserSignedRefundsRequest {
1150
1132
  paymentHash: Uint8Array;
1151
1133
  identityPublicKey: Uint8Array;
1152
1134
  }
1153
- declare const QueryUserSignedRefundsRequest: MessageFns$2<QueryUserSignedRefundsRequest>;
1135
+ declare const QueryUserSignedRefundsRequest: MessageFns$3<QueryUserSignedRefundsRequest>;
1154
1136
  interface QueryUserSignedRefundsResponse {
1155
1137
  userSignedRefunds: UserSignedRefund[];
1156
1138
  }
1157
- declare const QueryUserSignedRefundsResponse: MessageFns$2<QueryUserSignedRefundsResponse>;
1139
+ declare const QueryUserSignedRefundsResponse: MessageFns$3<QueryUserSignedRefundsResponse>;
1158
1140
  interface ProvidePreimageRequest {
1159
1141
  paymentHash: Uint8Array;
1160
1142
  preimage: Uint8Array;
1161
1143
  identityPublicKey: Uint8Array;
1162
1144
  }
1163
- declare const ProvidePreimageRequest: MessageFns$2<ProvidePreimageRequest>;
1145
+ declare const ProvidePreimageRequest: MessageFns$3<ProvidePreimageRequest>;
1164
1146
  interface ProvidePreimageResponse {
1165
1147
  transfer: Transfer$1 | undefined;
1166
1148
  }
1167
- declare const ProvidePreimageResponse: MessageFns$2<ProvidePreimageResponse>;
1149
+ declare const ProvidePreimageResponse: MessageFns$3<ProvidePreimageResponse>;
1168
1150
  interface ReturnLightningPaymentRequest {
1169
1151
  paymentHash: Uint8Array;
1170
1152
  userIdentityPublicKey: Uint8Array;
1171
1153
  }
1172
- declare const ReturnLightningPaymentRequest: MessageFns$2<ReturnLightningPaymentRequest>;
1154
+ declare const ReturnLightningPaymentRequest: MessageFns$3<ReturnLightningPaymentRequest>;
1173
1155
  interface TreeNodeIds {
1174
1156
  nodeIds: string[];
1175
1157
  }
1176
- declare const TreeNodeIds: MessageFns$2<TreeNodeIds>;
1158
+ declare const TreeNodeIds: MessageFns$3<TreeNodeIds>;
1177
1159
  interface QueryNodesRequest {
1178
1160
  source?: {
1179
1161
  $case: "ownerIdentityPubkey";
@@ -1188,23 +1170,23 @@ interface QueryNodesRequest {
1188
1170
  /** defaults to mainnet when no network is provided. Does not check network when querying by node_ids */
1189
1171
  network: Network$1;
1190
1172
  }
1191
- declare const QueryNodesRequest: MessageFns$2<QueryNodesRequest>;
1173
+ declare const QueryNodesRequest: MessageFns$3<QueryNodesRequest>;
1192
1174
  interface QueryNodesResponse {
1193
1175
  nodes: {
1194
1176
  [key: string]: TreeNode;
1195
1177
  };
1196
1178
  offset: number;
1197
1179
  }
1198
- declare const QueryNodesResponse: MessageFns$2<QueryNodesResponse>;
1180
+ declare const QueryNodesResponse: MessageFns$3<QueryNodesResponse>;
1199
1181
  interface CancelTransferRequest {
1200
1182
  transferId: string;
1201
1183
  senderIdentityPublicKey: Uint8Array;
1202
1184
  }
1203
- declare const CancelTransferRequest: MessageFns$2<CancelTransferRequest>;
1185
+ declare const CancelTransferRequest: MessageFns$3<CancelTransferRequest>;
1204
1186
  interface CancelTransferResponse {
1205
1187
  transfer: Transfer$1 | undefined;
1206
1188
  }
1207
- declare const CancelTransferResponse: MessageFns$2<CancelTransferResponse>;
1189
+ declare const CancelTransferResponse: MessageFns$3<CancelTransferResponse>;
1208
1190
  /**
1209
1191
  * Returns a list of addresses that can be used in express deposit flow.
1210
1192
  * Excludes static deposit addresses.
@@ -1214,7 +1196,7 @@ interface QueryUnusedDepositAddressesRequest {
1214
1196
  /** defaults to mainnet when no network is provided. */
1215
1197
  network: Network$1;
1216
1198
  }
1217
- declare const QueryUnusedDepositAddressesRequest: MessageFns$2<QueryUnusedDepositAddressesRequest>;
1199
+ declare const QueryUnusedDepositAddressesRequest: MessageFns$3<QueryUnusedDepositAddressesRequest>;
1218
1200
  interface QueryStaticDepositAddressesRequest {
1219
1201
  identityPublicKey: Uint8Array;
1220
1202
  /** defaults to mainnet when no network is provided. */
@@ -1222,35 +1204,35 @@ interface QueryStaticDepositAddressesRequest {
1222
1204
  limit: number;
1223
1205
  offset: number;
1224
1206
  }
1225
- declare const QueryStaticDepositAddressesRequest: MessageFns$2<QueryStaticDepositAddressesRequest>;
1207
+ declare const QueryStaticDepositAddressesRequest: MessageFns$3<QueryStaticDepositAddressesRequest>;
1226
1208
  interface DepositAddressQueryResult {
1227
1209
  depositAddress: string;
1228
1210
  userSigningPublicKey: Uint8Array;
1229
1211
  verifyingPublicKey: Uint8Array;
1230
1212
  leafId?: string | undefined;
1231
1213
  }
1232
- declare const DepositAddressQueryResult: MessageFns$2<DepositAddressQueryResult>;
1214
+ declare const DepositAddressQueryResult: MessageFns$3<DepositAddressQueryResult>;
1233
1215
  interface QueryUnusedDepositAddressesResponse {
1234
1216
  depositAddresses: DepositAddressQueryResult[];
1235
1217
  }
1236
- declare const QueryUnusedDepositAddressesResponse: MessageFns$2<QueryUnusedDepositAddressesResponse>;
1218
+ declare const QueryUnusedDepositAddressesResponse: MessageFns$3<QueryUnusedDepositAddressesResponse>;
1237
1219
  interface QueryStaticDepositAddressesResponse {
1238
1220
  depositAddresses: DepositAddressQueryResult[];
1239
1221
  }
1240
- declare const QueryStaticDepositAddressesResponse: MessageFns$2<QueryStaticDepositAddressesResponse>;
1222
+ declare const QueryStaticDepositAddressesResponse: MessageFns$3<QueryStaticDepositAddressesResponse>;
1241
1223
  interface QueryBalanceRequest {
1242
1224
  identityPublicKey: Uint8Array;
1243
1225
  /** defaults to mainnet when no network is provided. */
1244
1226
  network: Network$1;
1245
1227
  }
1246
- declare const QueryBalanceRequest: MessageFns$2<QueryBalanceRequest>;
1228
+ declare const QueryBalanceRequest: MessageFns$3<QueryBalanceRequest>;
1247
1229
  interface QueryBalanceResponse {
1248
1230
  balance: number;
1249
1231
  nodeBalances: {
1250
1232
  [key: string]: number;
1251
1233
  };
1252
1234
  }
1253
- declare const QueryBalanceResponse: MessageFns$2<QueryBalanceResponse>;
1235
+ declare const QueryBalanceResponse: MessageFns$3<QueryBalanceResponse>;
1254
1236
  interface InitiateUtxoSwapRequest {
1255
1237
  onChainUtxo: UTXO | undefined;
1256
1238
  requestType: UtxoSwapRequestType;
@@ -1266,147 +1248,147 @@ interface InitiateUtxoSwapRequest {
1266
1248
  transfer: StartTransferRequest | undefined;
1267
1249
  spendTxSigningJob: SigningJob | undefined;
1268
1250
  }
1269
- declare const InitiateUtxoSwapRequest: MessageFns$2<InitiateUtxoSwapRequest>;
1251
+ declare const InitiateUtxoSwapRequest: MessageFns$3<InitiateUtxoSwapRequest>;
1270
1252
  interface InitiateUtxoSwapResponse {
1271
1253
  spendTxSigningResult: SigningResult | undefined;
1272
1254
  transfer: Transfer$1 | undefined;
1273
1255
  depositAddress: DepositAddressQueryResult | undefined;
1274
1256
  }
1275
- declare const InitiateUtxoSwapResponse: MessageFns$2<InitiateUtxoSwapResponse>;
1257
+ declare const InitiateUtxoSwapResponse: MessageFns$3<InitiateUtxoSwapResponse>;
1276
1258
  interface ExitingTree {
1277
1259
  treeId: string;
1278
1260
  userSigningCommitment: SigningCommitment$1 | undefined;
1279
1261
  vin: number;
1280
1262
  }
1281
- declare const ExitingTree: MessageFns$2<ExitingTree>;
1263
+ declare const ExitingTree: MessageFns$3<ExitingTree>;
1282
1264
  interface ExitSingleNodeTreeSigningResult {
1283
1265
  treeId: string;
1284
1266
  signingResult: SigningResult | undefined;
1285
1267
  verifyingKey: Uint8Array;
1286
1268
  }
1287
- declare const ExitSingleNodeTreeSigningResult: MessageFns$2<ExitSingleNodeTreeSigningResult>;
1269
+ declare const ExitSingleNodeTreeSigningResult: MessageFns$3<ExitSingleNodeTreeSigningResult>;
1288
1270
  interface BitcoinTransactionOutput {
1289
1271
  value: number;
1290
1272
  pkScript: Uint8Array;
1291
1273
  }
1292
- declare const BitcoinTransactionOutput: MessageFns$2<BitcoinTransactionOutput>;
1274
+ declare const BitcoinTransactionOutput: MessageFns$3<BitcoinTransactionOutput>;
1293
1275
  interface ExitSingleNodeTreesRequest {
1294
1276
  ownerIdentityPublicKey: Uint8Array;
1295
1277
  exitingTrees: ExitingTree[];
1296
1278
  rawTx: Uint8Array;
1297
1279
  previousOutputs: BitcoinTransactionOutput[];
1298
1280
  }
1299
- declare const ExitSingleNodeTreesRequest: MessageFns$2<ExitSingleNodeTreesRequest>;
1281
+ declare const ExitSingleNodeTreesRequest: MessageFns$3<ExitSingleNodeTreesRequest>;
1300
1282
  interface ExitSingleNodeTreesResponse {
1301
1283
  signingResults: ExitSingleNodeTreeSigningResult[];
1302
1284
  }
1303
- declare const ExitSingleNodeTreesResponse: MessageFns$2<ExitSingleNodeTreesResponse>;
1285
+ declare const ExitSingleNodeTreesResponse: MessageFns$3<ExitSingleNodeTreesResponse>;
1304
1286
  interface QueryNodesDistributionRequest {
1305
1287
  ownerIdentityPublicKey: Uint8Array;
1306
1288
  }
1307
- declare const QueryNodesDistributionRequest: MessageFns$2<QueryNodesDistributionRequest>;
1289
+ declare const QueryNodesDistributionRequest: MessageFns$3<QueryNodesDistributionRequest>;
1308
1290
  interface QueryNodesDistributionResponse {
1309
1291
  nodeDistribution: {
1310
1292
  [key: number]: number;
1311
1293
  };
1312
1294
  }
1313
- declare const QueryNodesDistributionResponse: MessageFns$2<QueryNodesDistributionResponse>;
1295
+ declare const QueryNodesDistributionResponse: MessageFns$3<QueryNodesDistributionResponse>;
1314
1296
  interface QueryNodesByValueRequest {
1315
1297
  ownerIdentityPublicKey: Uint8Array;
1316
1298
  value: number;
1317
1299
  offset: number;
1318
1300
  limit: number;
1319
1301
  }
1320
- declare const QueryNodesByValueRequest: MessageFns$2<QueryNodesByValueRequest>;
1302
+ declare const QueryNodesByValueRequest: MessageFns$3<QueryNodesByValueRequest>;
1321
1303
  interface QueryNodesByValueResponse {
1322
1304
  nodes: {
1323
1305
  [key: string]: TreeNode;
1324
1306
  };
1325
1307
  offset: number;
1326
1308
  }
1327
- declare const QueryNodesByValueResponse: MessageFns$2<QueryNodesByValueResponse>;
1309
+ declare const QueryNodesByValueResponse: MessageFns$3<QueryNodesByValueResponse>;
1328
1310
  interface SparkServiceClient$1<CallOptionsExt = {}> {
1329
- generate_deposit_address(request: DeepPartial$2<GenerateDepositAddressRequest>, options?: CallOptions & CallOptionsExt): Promise<GenerateDepositAddressResponse>;
1330
- start_deposit_tree_creation(request: DeepPartial$2<StartDepositTreeCreationRequest>, options?: CallOptions & CallOptionsExt): Promise<StartDepositTreeCreationResponse>;
1311
+ generate_deposit_address(request: DeepPartial$3<GenerateDepositAddressRequest>, options?: CallOptions & CallOptionsExt): Promise<GenerateDepositAddressResponse>;
1312
+ start_deposit_tree_creation(request: DeepPartial$3<StartDepositTreeCreationRequest>, options?: CallOptions & CallOptionsExt): Promise<StartDepositTreeCreationResponse>;
1331
1313
  /**
1332
1314
  * This is deprecated, please use start_deposit_tree_creation instead.
1333
1315
  *
1334
1316
  * @deprecated
1335
1317
  */
1336
- start_tree_creation(request: DeepPartial$2<StartTreeCreationRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTreeCreationResponse>;
1337
- finalize_node_signatures(request: DeepPartial$2<FinalizeNodeSignaturesRequest>, options?: CallOptions & CallOptionsExt): Promise<FinalizeNodeSignaturesResponse>;
1338
- start_transfer(request: DeepPartial$2<StartTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTransferResponse>;
1339
- finalize_transfer(request: DeepPartial$2<FinalizeTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<FinalizeTransferResponse>;
1340
- finalize_transfer_with_transfer_package(request: DeepPartial$2<FinalizeTransferWithTransferPackageRequest>, options?: CallOptions & CallOptionsExt): Promise<FinalizeTransferResponse>;
1341
- cancel_transfer(request: DeepPartial$2<CancelTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<CancelTransferResponse>;
1342
- query_pending_transfers(request: DeepPartial$2<TransferFilter>, options?: CallOptions & CallOptionsExt): Promise<QueryTransfersResponse>;
1343
- query_all_transfers(request: DeepPartial$2<TransferFilter>, options?: CallOptions & CallOptionsExt): Promise<QueryTransfersResponse>;
1344
- claim_transfer_tweak_keys(request: DeepPartial$2<ClaimTransferTweakKeysRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1345
- claim_transfer_sign_refunds(request: DeepPartial$2<ClaimTransferSignRefundsRequest>, options?: CallOptions & CallOptionsExt): Promise<ClaimTransferSignRefundsResponse>;
1346
- aggregate_nodes(request: DeepPartial$2<AggregateNodesRequest>, options?: CallOptions & CallOptionsExt): Promise<AggregateNodesResponse>;
1347
- store_preimage_share(request: DeepPartial$2<StorePreimageShareRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1348
- get_signing_commitments(request: DeepPartial$2<GetSigningCommitmentsRequest>, options?: CallOptions & CallOptionsExt): Promise<GetSigningCommitmentsResponse>;
1349
- cooperative_exit(request: DeepPartial$2<CooperativeExitRequest>, options?: CallOptions & CallOptionsExt): Promise<CooperativeExitResponse>;
1350
- initiate_preimage_swap(request: DeepPartial$2<InitiatePreimageSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<InitiatePreimageSwapResponse>;
1351
- provide_preimage(request: DeepPartial$2<ProvidePreimageRequest>, options?: CallOptions & CallOptionsExt): Promise<ProvidePreimageResponse>;
1318
+ start_tree_creation(request: DeepPartial$3<StartTreeCreationRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTreeCreationResponse>;
1319
+ finalize_node_signatures(request: DeepPartial$3<FinalizeNodeSignaturesRequest>, options?: CallOptions & CallOptionsExt): Promise<FinalizeNodeSignaturesResponse>;
1320
+ start_transfer(request: DeepPartial$3<StartTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTransferResponse>;
1321
+ finalize_transfer(request: DeepPartial$3<FinalizeTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<FinalizeTransferResponse>;
1322
+ finalize_transfer_with_transfer_package(request: DeepPartial$3<FinalizeTransferWithTransferPackageRequest>, options?: CallOptions & CallOptionsExt): Promise<FinalizeTransferResponse>;
1323
+ cancel_transfer(request: DeepPartial$3<CancelTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<CancelTransferResponse>;
1324
+ query_pending_transfers(request: DeepPartial$3<TransferFilter>, options?: CallOptions & CallOptionsExt): Promise<QueryTransfersResponse>;
1325
+ query_all_transfers(request: DeepPartial$3<TransferFilter>, options?: CallOptions & CallOptionsExt): Promise<QueryTransfersResponse>;
1326
+ claim_transfer_tweak_keys(request: DeepPartial$3<ClaimTransferTweakKeysRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1327
+ claim_transfer_sign_refunds(request: DeepPartial$3<ClaimTransferSignRefundsRequest>, options?: CallOptions & CallOptionsExt): Promise<ClaimTransferSignRefundsResponse>;
1328
+ aggregate_nodes(request: DeepPartial$3<AggregateNodesRequest>, options?: CallOptions & CallOptionsExt): Promise<AggregateNodesResponse>;
1329
+ store_preimage_share(request: DeepPartial$3<StorePreimageShareRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1330
+ get_signing_commitments(request: DeepPartial$3<GetSigningCommitmentsRequest>, options?: CallOptions & CallOptionsExt): Promise<GetSigningCommitmentsResponse>;
1331
+ cooperative_exit(request: DeepPartial$3<CooperativeExitRequest>, options?: CallOptions & CallOptionsExt): Promise<CooperativeExitResponse>;
1332
+ initiate_preimage_swap(request: DeepPartial$3<InitiatePreimageSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<InitiatePreimageSwapResponse>;
1333
+ provide_preimage(request: DeepPartial$3<ProvidePreimageRequest>, options?: CallOptions & CallOptionsExt): Promise<ProvidePreimageResponse>;
1352
1334
  /**
1353
1335
  * This is the exact same as start_transfer, but expresses to the SO
1354
1336
  * this transfer is specifically for a leaf swap.
1355
1337
  */
1356
- start_leaf_swap(request: DeepPartial$2<StartTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTransferResponse>;
1338
+ start_leaf_swap(request: DeepPartial$3<StartTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTransferResponse>;
1357
1339
  /**
1358
1340
  * This is deprecated, please use counter_leaf_swap instead.
1359
1341
  *
1360
1342
  * @deprecated
1361
1343
  */
1362
- leaf_swap(request: DeepPartial$2<CounterLeafSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<CounterLeafSwapResponse>;
1344
+ leaf_swap(request: DeepPartial$3<CounterLeafSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<CounterLeafSwapResponse>;
1363
1345
  /**
1364
1346
  * This is the exact same as start_leaf_swap, but signs with
1365
1347
  * an adaptor public key after a counterparty has begun the swap via start_leaf_swap.
1366
1348
  */
1367
- counter_leaf_swap(request: DeepPartial$2<CounterLeafSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<CounterLeafSwapResponse>;
1368
- refresh_timelock(request: DeepPartial$2<RefreshTimelockRequest>, options?: CallOptions & CallOptionsExt): Promise<RefreshTimelockResponse>;
1369
- extend_leaf(request: DeepPartial$2<ExtendLeafRequest>, options?: CallOptions & CallOptionsExt): Promise<ExtendLeafResponse>;
1370
- prepare_tree_address(request: DeepPartial$2<PrepareTreeAddressRequest>, options?: CallOptions & CallOptionsExt): Promise<PrepareTreeAddressResponse>;
1371
- create_tree(request: DeepPartial$2<CreateTreeRequest>, options?: CallOptions & CallOptionsExt): Promise<CreateTreeResponse>;
1372
- get_signing_operator_list(request: DeepPartial$2<Empty>, options?: CallOptions & CallOptionsExt): Promise<GetSigningOperatorListResponse>;
1373
- query_nodes(request: DeepPartial$2<QueryNodesRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryNodesResponse>;
1374
- query_nodes_distribution(request: DeepPartial$2<QueryNodesDistributionRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryNodesDistributionResponse>;
1375
- query_nodes_by_value(request: DeepPartial$2<QueryNodesByValueRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryNodesByValueResponse>;
1376
- query_balance(request: DeepPartial$2<QueryBalanceRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryBalanceResponse>;
1377
- query_user_signed_refunds(request: DeepPartial$2<QueryUserSignedRefundsRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryUserSignedRefundsResponse>;
1349
+ counter_leaf_swap(request: DeepPartial$3<CounterLeafSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<CounterLeafSwapResponse>;
1350
+ refresh_timelock(request: DeepPartial$3<RefreshTimelockRequest>, options?: CallOptions & CallOptionsExt): Promise<RefreshTimelockResponse>;
1351
+ extend_leaf(request: DeepPartial$3<ExtendLeafRequest>, options?: CallOptions & CallOptionsExt): Promise<ExtendLeafResponse>;
1352
+ prepare_tree_address(request: DeepPartial$3<PrepareTreeAddressRequest>, options?: CallOptions & CallOptionsExt): Promise<PrepareTreeAddressResponse>;
1353
+ create_tree(request: DeepPartial$3<CreateTreeRequest>, options?: CallOptions & CallOptionsExt): Promise<CreateTreeResponse>;
1354
+ get_signing_operator_list(request: DeepPartial$3<Empty>, options?: CallOptions & CallOptionsExt): Promise<GetSigningOperatorListResponse>;
1355
+ query_nodes(request: DeepPartial$3<QueryNodesRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryNodesResponse>;
1356
+ query_nodes_distribution(request: DeepPartial$3<QueryNodesDistributionRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryNodesDistributionResponse>;
1357
+ query_nodes_by_value(request: DeepPartial$3<QueryNodesByValueRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryNodesByValueResponse>;
1358
+ query_balance(request: DeepPartial$3<QueryBalanceRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryBalanceResponse>;
1359
+ query_user_signed_refunds(request: DeepPartial$3<QueryUserSignedRefundsRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryUserSignedRefundsResponse>;
1378
1360
  /** Token RPCs */
1379
- start_token_transaction(request: DeepPartial$2<StartTokenTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTokenTransactionResponse>;
1380
- sign_token_transaction(request: DeepPartial$2<SignTokenTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<SignTokenTransactionResponse>;
1381
- finalize_token_transaction(request: DeepPartial$2<FinalizeTokenTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1382
- freeze_tokens(request: DeepPartial$2<FreezeTokensRequest$1>, options?: CallOptions & CallOptionsExt): Promise<FreezeTokensResponse$1>;
1383
- query_token_outputs(request: DeepPartial$2<QueryTokenOutputsRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryTokenOutputsResponse>;
1384
- query_token_transactions(request: DeepPartial$2<QueryTokenTransactionsRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryTokenTransactionsResponse>;
1385
- return_lightning_payment(request: DeepPartial$2<ReturnLightningPaymentRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1386
- query_unused_deposit_addresses(request: DeepPartial$2<QueryUnusedDepositAddressesRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryUnusedDepositAddressesResponse>;
1387
- query_static_deposit_addresses(request: DeepPartial$2<QueryStaticDepositAddressesRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryStaticDepositAddressesResponse>;
1388
- subscribe_to_events(request: DeepPartial$2<SubscribeToEventsRequest>, options?: CallOptions & CallOptionsExt): AsyncIterable<SubscribeToEventsResponse>;
1361
+ start_token_transaction(request: DeepPartial$3<StartTokenTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTokenTransactionResponse>;
1362
+ sign_token_transaction(request: DeepPartial$3<SignTokenTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<SignTokenTransactionResponse>;
1363
+ finalize_token_transaction(request: DeepPartial$3<FinalizeTokenTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1364
+ freeze_tokens(request: DeepPartial$3<FreezeTokensRequest$1>, options?: CallOptions & CallOptionsExt): Promise<FreezeTokensResponse$1>;
1365
+ query_token_outputs(request: DeepPartial$3<QueryTokenOutputsRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryTokenOutputsResponse>;
1366
+ query_token_transactions(request: DeepPartial$3<QueryTokenTransactionsRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryTokenTransactionsResponse>;
1367
+ return_lightning_payment(request: DeepPartial$3<ReturnLightningPaymentRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
1368
+ query_unused_deposit_addresses(request: DeepPartial$3<QueryUnusedDepositAddressesRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryUnusedDepositAddressesResponse>;
1369
+ query_static_deposit_addresses(request: DeepPartial$3<QueryStaticDepositAddressesRequest>, options?: CallOptions & CallOptionsExt): Promise<QueryStaticDepositAddressesResponse>;
1370
+ subscribe_to_events(request: DeepPartial$3<SubscribeToEventsRequest>, options?: CallOptions & CallOptionsExt): AsyncIterable<SubscribeToEventsResponse>;
1389
1371
  /** Claim a deposit to a static address from SSP side */
1390
- initiate_utxo_swap(request: DeepPartial$2<InitiateUtxoSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<InitiateUtxoSwapResponse>;
1391
- exit_single_node_trees(request: DeepPartial$2<ExitSingleNodeTreesRequest>, options?: CallOptions & CallOptionsExt): Promise<ExitSingleNodeTreesResponse>;
1372
+ initiate_utxo_swap(request: DeepPartial$3<InitiateUtxoSwapRequest>, options?: CallOptions & CallOptionsExt): Promise<InitiateUtxoSwapResponse>;
1373
+ exit_single_node_trees(request: DeepPartial$3<ExitSingleNodeTreesRequest>, options?: CallOptions & CallOptionsExt): Promise<ExitSingleNodeTreesResponse>;
1392
1374
  }
1393
- type Builtin$2 = Date | Function | Uint8Array | string | number | boolean | undefined;
1394
- type DeepPartial$2<T> = T extends Builtin$2 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$2<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$2<U>> : T extends {
1375
+ type Builtin$3 = Date | Function | Uint8Array | string | number | boolean | undefined;
1376
+ type DeepPartial$3<T> = T extends Builtin$3 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$3<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$3<U>> : T extends {
1395
1377
  $case: string;
1396
1378
  } ? {
1397
- [K in keyof Omit<T, "$case">]?: DeepPartial$2<T[K]>;
1379
+ [K in keyof Omit<T, "$case">]?: DeepPartial$3<T[K]>;
1398
1380
  } & {
1399
1381
  $case: T["$case"];
1400
1382
  } : T extends {} ? {
1401
- [K in keyof T]?: DeepPartial$2<T[K]>;
1383
+ [K in keyof T]?: DeepPartial$3<T[K]>;
1402
1384
  } : Partial<T>;
1403
- interface MessageFns$2<T> {
1385
+ interface MessageFns$3<T> {
1404
1386
  encode(message: T, writer?: BinaryWriter): BinaryWriter;
1405
1387
  decode(input: BinaryReader | Uint8Array, length?: number): T;
1406
1388
  fromJSON(object: any): T;
1407
1389
  toJSON(message: T): unknown;
1408
- create(base?: DeepPartial$2<T>): T;
1409
- fromPartial(object: DeepPartial$2<T>): T;
1390
+ create(base?: DeepPartial$3<T>): T;
1391
+ fromPartial(object: DeepPartial$3<T>): T;
1410
1392
  }
1411
1393
 
1412
1394
  interface ISigningCommitment {
@@ -1480,13 +1462,17 @@ type DerivedHDKey = {
1480
1462
  privateKey: Uint8Array;
1481
1463
  publicKey: Uint8Array;
1482
1464
  };
1483
- interface HDKeyGenerator {
1484
- deriveHDKeysFromSeed(seed: Uint8Array, accountNumber: number): Promise<{
1485
- masterKey: DerivedHDKey;
1486
- identityKey: DerivedHDKey;
1487
- signingKey: DerivedHDKey;
1488
- depositKey: DerivedHDKey;
1489
- staticDepositKey: DerivedHDKey;
1465
+ type KeyPair = {
1466
+ privateKey: Uint8Array;
1467
+ publicKey: Uint8Array;
1468
+ };
1469
+ interface SparkKeysGenerator {
1470
+ deriveKeysFromSeed(seed: Uint8Array, accountNumber: number): Promise<{
1471
+ masterPublicKey: Uint8Array;
1472
+ identityKey: KeyPair;
1473
+ signingHDKey: DerivedHDKey;
1474
+ depositKey: KeyPair;
1475
+ staticDepositHDKey: DerivedHDKey;
1490
1476
  }>;
1491
1477
  }
1492
1478
  interface SparkSigner extends TokenSigner {
@@ -1525,7 +1511,7 @@ interface SparkSigner extends TokenSigner {
1525
1511
  getMasterPublicKey(): Promise<Uint8Array>;
1526
1512
  }
1527
1513
  declare class DefaultSparkSigner implements SparkSigner {
1528
- private masterKey;
1514
+ private masterPublicKey;
1529
1515
  private identityKey;
1530
1516
  private signingKey;
1531
1517
  private depositKey;
@@ -1533,9 +1519,9 @@ declare class DefaultSparkSigner implements SparkSigner {
1533
1519
  private staticDepositKeyMap;
1534
1520
  protected publicKeyToPrivateKeyMap: Map<string, string>;
1535
1521
  protected commitmentToNonceMap: Map<SigningCommitment, SigningNonce>;
1536
- private readonly hdKeyGenerator;
1537
- constructor({ hdKeyGenerator }?: {
1538
- hdKeyGenerator?: HDKeyGenerator;
1522
+ private readonly keysGenerator;
1523
+ constructor({ sparkKeysGenerator, }?: {
1524
+ sparkKeysGenerator?: SparkKeysGenerator;
1539
1525
  });
1540
1526
  private deriveSigningKey;
1541
1527
  restoreSigningKeysFromLeafs(leafs: TreeNode[]): Promise<void>;
@@ -1879,6 +1865,7 @@ declare class SspClient {
1879
1865
  signature: string;
1880
1866
  sspSignature: string;
1881
1867
  }): Promise<ClaimStaticDepositOutput | null>;
1868
+ getTransfer(id: string): Promise<Transfer | null>;
1882
1869
  getChallenge(): Promise<GetChallengeOutput | null>;
1883
1870
  verifyChallenge(signature: string, protectedChallenge: string): Promise<VerifyChallengeOutput | null>;
1884
1871
  authenticate(): Promise<void>;
@@ -1911,16 +1898,23 @@ declare class Transfer {
1911
1898
  /** The id of the transfer known at signing operators. If not set, the transfer hasn't been
1912
1899
  * initialized. **/
1913
1900
  readonly sparkId?: string | undefined;
1901
+ /** The user request this transfer belongs to, if there is any **/
1902
+ readonly userRequestId?: string | undefined;
1914
1903
  constructor(
1915
1904
  /** The total amount of the transfer. **/
1916
1905
  totalAmount: CurrencyAmount,
1917
1906
  /** The id of the transfer known at signing operators. If not set, the transfer hasn't been
1918
1907
  * initialized. **/
1919
- sparkId?: string | undefined);
1908
+ sparkId?: string | undefined,
1909
+ /** The user request this transfer belongs to, if there is any **/
1910
+ userRequestId?: string | undefined);
1920
1911
  getLeaves(client: SspClient, first?: number | undefined, after?: string | undefined): Promise<SparkTransferToLeavesConnection>;
1921
1912
  toJson(): {
1922
1913
  transfer_total_amount: any;
1923
1914
  transfer_spark_id: string | undefined;
1915
+ transfer_user_request: {
1916
+ id: string | undefined;
1917
+ };
1924
1918
  };
1925
1919
  }
1926
1920
 
@@ -2132,6 +2126,7 @@ type ConfigOptions = MayHaveLrc20WalletApiConfig & MayHaveSspClientOptions & {
2132
2126
  readonly lrc20Address?: string;
2133
2127
  readonly threshold?: number;
2134
2128
  readonly tokenSignatures?: "ECDSA" | "SCHNORR";
2129
+ readonly tokenTransactionVersion?: "V0" | "V1";
2135
2130
  readonly electrsUrl?: string;
2136
2131
  readonly lrc20ApiConfig?: LRC20WalletApiConfig;
2137
2132
  readonly sspClientOptions?: SspClientOptions;
@@ -2158,6 +2153,7 @@ declare class WalletConfigService implements HasLrc20WalletApiConfig, HasSspClie
2158
2153
  getNetworkType(): NetworkType;
2159
2154
  getNetworkProto(): number;
2160
2155
  getTokenSignatures(): "ECDSA" | "SCHNORR";
2156
+ getTokenTransactionVersion(): "V0" | "V1";
2161
2157
  getElectrsUrl(): string;
2162
2158
  getSspIdentityPublicKey(): string;
2163
2159
  }
@@ -2171,20 +2167,180 @@ declare enum InterruptTransferRequest_InterruptTransferAction {
2171
2167
  interface CleanUpPreimageShareRequest {
2172
2168
  paymentHash: Uint8Array;
2173
2169
  }
2174
- declare const CleanUpPreimageShareRequest: MessageFns$1<CleanUpPreimageShareRequest>;
2170
+ declare const CleanUpPreimageShareRequest: MessageFns$2<CleanUpPreimageShareRequest>;
2175
2171
  interface InterruptTransferRequest {
2176
2172
  action: InterruptTransferRequest_InterruptTransferAction;
2177
2173
  }
2178
- declare const InterruptTransferRequest: MessageFns$1<InterruptTransferRequest>;
2174
+ declare const InterruptTransferRequest: MessageFns$2<InterruptTransferRequest>;
2179
2175
  interface UpdateNodesStatusRequest {
2180
2176
  nodeIds: string[];
2181
2177
  status: string;
2182
2178
  }
2183
- declare const UpdateNodesStatusRequest: MessageFns$1<UpdateNodesStatusRequest>;
2179
+ declare const UpdateNodesStatusRequest: MessageFns$2<UpdateNodesStatusRequest>;
2184
2180
  interface MockServiceClient<CallOptionsExt = {}> {
2185
- clean_up_preimage_share(request: DeepPartial$1<CleanUpPreimageShareRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
2186
- interrupt_transfer(request: DeepPartial$1<InterruptTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
2187
- update_nodes_status(request: DeepPartial$1<UpdateNodesStatusRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
2181
+ clean_up_preimage_share(request: DeepPartial$2<CleanUpPreimageShareRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
2182
+ interrupt_transfer(request: DeepPartial$2<InterruptTransferRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
2183
+ update_nodes_status(request: DeepPartial$2<UpdateNodesStatusRequest>, options?: CallOptions & CallOptionsExt): Promise<Empty>;
2184
+ }
2185
+ type Builtin$2 = Date | Function | Uint8Array | string | number | boolean | undefined;
2186
+ type DeepPartial$2<T> = T extends Builtin$2 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$2<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$2<U>> : T extends {
2187
+ $case: string;
2188
+ } ? {
2189
+ [K in keyof Omit<T, "$case">]?: DeepPartial$2<T[K]>;
2190
+ } & {
2191
+ $case: T["$case"];
2192
+ } : T extends {} ? {
2193
+ [K in keyof T]?: DeepPartial$2<T[K]>;
2194
+ } : Partial<T>;
2195
+ interface MessageFns$2<T> {
2196
+ encode(message: T, writer?: BinaryWriter): BinaryWriter;
2197
+ decode(input: BinaryReader | Uint8Array, length?: number): T;
2198
+ fromJSON(object: any): T;
2199
+ toJSON(message: T): unknown;
2200
+ create(base?: DeepPartial$2<T>): T;
2201
+ fromPartial(object: DeepPartial$2<T>): T;
2202
+ }
2203
+
2204
+ /**
2205
+ * This proto is constructed by the wallet to specify leaves it wants to spend
2206
+ * as part of the token transaction.
2207
+ */
2208
+ interface TokenOutputToSpend {
2209
+ prevTokenTransactionHash: Uint8Array;
2210
+ prevTokenTransactionVout: number;
2211
+ }
2212
+ declare const TokenOutputToSpend: MessageFns$1<TokenOutputToSpend>;
2213
+ interface TokenTransferInput {
2214
+ outputsToSpend: TokenOutputToSpend[];
2215
+ }
2216
+ declare const TokenTransferInput: MessageFns$1<TokenTransferInput>;
2217
+ interface TokenMintInput {
2218
+ issuerPublicKey: Uint8Array;
2219
+ /**
2220
+ * Issuer provided timestamp of when the transaction was signed/constructed.
2221
+ * Helps provide idempotency and ensures that each mint input signature is
2222
+ * unique as long as multiple mint signatures are not happening at the same
2223
+ * time. Also gives a potentially useful data point for when the issuer
2224
+ * authorized from their perspective. Note that we have no way of proving
2225
+ * this is accurate.
2226
+ * TODO: Consider whether implementing generic idempotency controls and/or a
2227
+ * random nonce would be favorable to populating this field.
2228
+ */
2229
+ issuerProvidedTimestamp: number;
2230
+ }
2231
+ declare const TokenMintInput: MessageFns$1<TokenMintInput>;
2232
+ /**
2233
+ * This proto is constructed by the wallet to specify outputs it wants to create
2234
+ * as part of a token transaction. Output id and revocation public key should
2235
+ * remain unfilled so that the SE can fill them as part of the
2236
+ * StartTokenTransaction() call.
2237
+ */
2238
+ interface TokenOutput$1 {
2239
+ id?: string | undefined;
2240
+ ownerPublicKey: Uint8Array;
2241
+ revocationCommitment?: Uint8Array | undefined;
2242
+ withdrawBondSats?: number | undefined;
2243
+ withdrawRelativeBlockLocktime?: number | undefined;
2244
+ tokenPublicKey: Uint8Array;
2245
+ /** Decoded uint128 */
2246
+ tokenAmount: Uint8Array;
2247
+ }
2248
+ declare const TokenOutput$1: MessageFns$1<TokenOutput$1>;
2249
+ /**
2250
+ * This proto is constructed by the wallet and is the core transaction data
2251
+ * structure. This proto is deterministically hashed to generate the
2252
+ * token_transaction_hash that is cooperatively signed by the SO group to
2253
+ * confirm a token transaction.
2254
+ */
2255
+ interface TokenTransaction {
2256
+ /**
2257
+ * For mint transactions issuer_public_key will be specified without any
2258
+ * outputs_to_spend. For transfer transactions the token amount in the input
2259
+ * leaves must match the token amount in the output leaves.
2260
+ */
2261
+ version: number;
2262
+ tokenInputs?: {
2263
+ $case: "mintInput";
2264
+ mintInput: TokenMintInput;
2265
+ } | {
2266
+ $case: "transferInput";
2267
+ transferInput: TokenTransferInput;
2268
+ } | undefined;
2269
+ tokenOutputs: TokenOutput$1[];
2270
+ sparkOperatorIdentityPublicKeys: Uint8Array[];
2271
+ /**
2272
+ * Server-set expiry time. The server calculates this by adding the client's
2273
+ * requested validity_duration_seconds to the server's current time when
2274
+ * creating the final transaction.
2275
+ */
2276
+ expiryTime: Date | undefined;
2277
+ network: Network$1;
2278
+ }
2279
+ declare const TokenTransaction: MessageFns$1<TokenTransaction>;
2280
+ interface SignatureWithIndex {
2281
+ /**
2282
+ * This is a Schnorr or ECDSA DER signature which can be between 64 and 73
2283
+ * bytes.
2284
+ */
2285
+ signature: Uint8Array;
2286
+ /** The index of the TTXO associated with this signature. */
2287
+ inputIndex: number;
2288
+ }
2289
+ declare const SignatureWithIndex: MessageFns$1<SignatureWithIndex>;
2290
+ /**
2291
+ * A group of signatures for the input TTXOs binding them to the final token
2292
+ * transaction hash. This bundle of signatures is specific to a given operator.
2293
+ */
2294
+ interface InputTtxoSignaturesPerOperator {
2295
+ ttxoSignatures: SignatureWithIndex[];
2296
+ operatorIdentityPublicKey: Uint8Array;
2297
+ }
2298
+ declare const InputTtxoSignaturesPerOperator: MessageFns$1<InputTtxoSignaturesPerOperator>;
2299
+ /** === Start Transaction === */
2300
+ interface StartTransactionRequest {
2301
+ identityPublicKey: Uint8Array;
2302
+ partialTokenTransaction: TokenTransaction | undefined;
2303
+ /**
2304
+ * Filled by signing the partial token transaction hash with the
2305
+ * owner/issuer private key. For mint transactions this will be one
2306
+ * signature for the input issuer_public_key For transfer transactions this
2307
+ * will be one for each output for the output owner_public_key
2308
+ */
2309
+ partialTokenTransactionOwnerSignatures: SignatureWithIndex[];
2310
+ /**
2311
+ * How long the transaction should be valid for, in seconds.
2312
+ * The server will set the actual expiry_time in the final transaction based
2313
+ * on this duration. Must be between 1 and 300 seconds.
2314
+ */
2315
+ validityDurationSeconds: number;
2316
+ }
2317
+ declare const StartTransactionRequest: MessageFns$1<StartTransactionRequest>;
2318
+ interface StartTransactionResponse {
2319
+ finalTokenTransaction: TokenTransaction | undefined;
2320
+ keyshareInfo: SigningKeyshare | undefined;
2321
+ }
2322
+ declare const StartTransactionResponse: MessageFns$1<StartTransactionResponse>;
2323
+ interface CommitTransactionRequest {
2324
+ finalTokenTransaction: TokenTransaction | undefined;
2325
+ finalTokenTransactionHash: Uint8Array;
2326
+ inputTtxoSignaturesPerOperator: InputTtxoSignaturesPerOperator[];
2327
+ ownerIdentityPublicKey: Uint8Array;
2328
+ }
2329
+ declare const CommitTransactionRequest: MessageFns$1<CommitTransactionRequest>;
2330
+ interface CommitTransactionResponse {
2331
+ }
2332
+ declare const CommitTransactionResponse: MessageFns$1<CommitTransactionResponse>;
2333
+ interface SparkTokenServiceClient<CallOptionsExt = {}> {
2334
+ /**
2335
+ * Start process to create final token transaction with all inputs required
2336
+ * from user and SOs (including revocation secret commitment)
2337
+ */
2338
+ start_transaction(request: DeepPartial$1<StartTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<StartTransactionResponse>;
2339
+ /**
2340
+ * Complete the transaction and commit it with all SOs. This will be
2341
+ * coordinated by one SO.
2342
+ */
2343
+ commit_transaction(request: DeepPartial$1<CommitTransactionRequest>, options?: CallOptions & CallOptionsExt): Promise<CommitTransactionResponse>;
2188
2344
  }
2189
2345
  type Builtin$1 = Date | Function | Uint8Array | string | number | boolean | undefined;
2190
2346
  type DeepPartial$1<T> = T extends Builtin$1 ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial$1<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial$1<U>> : T extends {
@@ -2208,6 +2364,7 @@ interface MessageFns$1<T> {
2208
2364
  declare class ConnectionManager {
2209
2365
  private config;
2210
2366
  private clients;
2367
+ private tokenClients;
2211
2368
  private streamClients;
2212
2369
  constructor(config: WalletConfigService);
2213
2370
  createClients(): Promise<void>;
@@ -2222,6 +2379,9 @@ declare class ConnectionManager {
2222
2379
  createSparkClient(address: string, certPath?: string): Promise<SparkServiceClient$1 & {
2223
2380
  close?: () => void;
2224
2381
  }>;
2382
+ createSparkTokenClient(address: string, certPath?: string): Promise<SparkTokenServiceClient & {
2383
+ close?: () => void;
2384
+ }>;
2225
2385
  getStreamChannel(address: string): Promise<Channel | Channel$1 | undefined>;
2226
2386
  private authenticate;
2227
2387
  private createSparkAuthnGrpcConnection;
@@ -2265,7 +2425,7 @@ declare enum SparkTransactionStatus {
2265
2425
  UNRECOGNIZED = -1
2266
2426
  }
2267
2427
  interface SendSparkSignatureRequest {
2268
- finalTokenTransaction: TokenTransaction | undefined;
2428
+ finalTokenTransaction: TokenTransaction$1 | undefined;
2269
2429
  operatorSpecificSignatures: OperatorSpecificOwnerSignature[];
2270
2430
  operatorSignatureData: SparkOperatorSignatureData | undefined;
2271
2431
  revocationSecrets: RevocationSecretWithIndex[];
@@ -2281,7 +2441,7 @@ interface GetSparkTxRequest {
2281
2441
  }
2282
2442
  declare const GetSparkTxRequest: MessageFns<GetSparkTxRequest>;
2283
2443
  interface VerifySparkTxRequest {
2284
- finalTokenTransaction: TokenTransaction | undefined;
2444
+ finalTokenTransaction: TokenTransaction$1 | undefined;
2285
2445
  }
2286
2446
  declare const VerifySparkTxRequest: MessageFns<VerifySparkTxRequest>;
2287
2447
  interface ListSparkTxsRequest {
@@ -2306,7 +2466,7 @@ interface ListWithdrawnOutputsResponse {
2306
2466
  }
2307
2467
  declare const ListWithdrawnOutputsResponse: MessageFns<ListWithdrawnOutputsResponse>;
2308
2468
  interface GetSparkTxResponse {
2309
- finalTokenTransaction: TokenTransaction | undefined;
2469
+ finalTokenTransaction: TokenTransaction$1 | undefined;
2310
2470
  }
2311
2471
  declare const GetSparkTxResponse: MessageFns<GetSparkTxResponse>;
2312
2472
  interface FreezeTokensRequest {
@@ -2387,7 +2547,7 @@ interface FreezeTokensPayload {
2387
2547
  declare const FreezeTokensPayload: MessageFns<FreezeTokensPayload>;
2388
2548
  interface TokenTransactionResponse {
2389
2549
  finalized: boolean;
2390
- finalTokenTransaction: TokenTransaction | undefined;
2550
+ finalTokenTransaction: TokenTransaction$1 | undefined;
2391
2551
  finalTokenTransactionHash: Uint8Array;
2392
2552
  }
2393
2553
  declare const TokenTransactionResponse: MessageFns<TokenTransactionResponse>;
@@ -2740,6 +2900,7 @@ declare class SparkWallet extends EventEmitter {
2740
2900
  * @returns {Promise<string>} The Spark address as a hex string.
2741
2901
  */
2742
2902
  getSparkAddress(): Promise<SparkAddressFormat>;
2903
+ createSparkPaymentIntent(assetIdentifier?: string, assetAmount?: bigint, memo?: string): Promise<SparkAddressFormat>;
2743
2904
  /**
2744
2905
  * Initializes the wallet using either a mnemonic phrase or a raw seed.
2745
2906
  * initWallet will also claim any pending incoming lightning payment, spark transfer,
@@ -3054,6 +3215,22 @@ declare class SparkWallet extends EventEmitter {
3054
3215
  amountSats: number;
3055
3216
  withdrawalAddress: string;
3056
3217
  }): Promise<CoopExitFeeEstimatesOutput | null>;
3218
+ /**
3219
+ * Gets a transfer that has been sent by the SSP to the wallet.
3220
+ *
3221
+ * @param {string} id - The ID of the transfer
3222
+ * @returns {Promise<GraphQLTransferObj | null>} The transfer
3223
+ */
3224
+ getTransferFromSsp(id: string): Promise<Transfer | null>;
3225
+ /**
3226
+ * Gets a transfer, that the wallet is a participant of, in the Spark network.
3227
+ * Only contains data about the spark->spark transfer, use getTransferFromSsp if you're
3228
+ * looking for information related to a lightning transfer.
3229
+ *
3230
+ * @param {string} id - The ID of the transfer
3231
+ * @returns {Promise<Transfer | undefined>} The transfer
3232
+ */
3233
+ getTransfer(id: string): Promise<Transfer$1 | undefined>;
3057
3234
  /**
3058
3235
  * Synchronizes token outputs for the wallet.
3059
3236
  *
@@ -3245,6 +3422,7 @@ declare function maybeApplyFee(amount: bigint): bigint;
3245
3422
  declare function createRefundTx(sequence: number, nodeOutPoint: TransactionInput, amountSats: bigint, receivingPubkey: Uint8Array, network: Network): Transaction$1;
3246
3423
  declare function getCurrentTimelock(currSequence?: number): number;
3247
3424
  declare function getTransactionSequence(currSequence?: number): number;
3425
+ declare function checkIfValidSequence(currSequence?: number): void;
3248
3426
  declare function getNextTransactionSequence(currSequence?: number, forRefresh?: boolean): {
3249
3427
  nextSequence: number;
3250
3428
  needRefresh: boolean;
@@ -3300,4 +3478,6 @@ declare function constructFeeBumpTx(txHex: string, utxos: Utxo[], feeRate: FeeRa
3300
3478
  correctedParentTx?: string;
3301
3479
  };
3302
3480
 
3303
- export { AuthenticationError, type BroadcastConfig, type BroadcastResult, ConfigurationError, DEFAULT_FEE_SATS, ReactNativeSparkSigner as DefaultSparkSigner, type FeeBumpTxChain, type FeeBumpTxPackage, type FeeRate, InternalValidationError, LRC_WALLET_NETWORK, LRC_WALLET_NETWORK_TYPE, type LeafInfo, Network, NetworkError, NetworkToProto, type NetworkType, NotImplementedError, RPCError, ReactNativeSparkSigner, SparkSDKError, SparkWallet, type TxChain, type Utxo, ValidationError, type VerifiableSecretShare, addPrivateKeys, addPublicKeys, applyAdaptorToSignature, applyAdditiveTweakToPublicKey, bigIntToPrivateKey, calculateAvailableTokenAmount, checkIfSelectedOutputsAreAvailable, collectResponses, computeTaprootKeyNoScript, computerLagrangeCoefficients, constructFeeBumpTx, constructUnilateralExitFeeBumpPackages, constructUnilateralExitTxs, createRefundTx, createSigningCommitment, createSigningNonce, decodeBytesToSigningCommitment, decodeBytesToSigningNonce, encodeSigningCommitmentToBytes, encodeSigningNonceToBytes, evaluatePolynomial, fieldDiv, filterTokenBalanceForTokenPublicKey, generateAdaptorFromSignature, generatePolynomialForSecretSharing, generateSignatureFromExistingAdaptor, getCurrentTimelock, getEphemeralAnchorOutput, getLatestDepositTxId, getNetwork, getNetworkFromAddress, getNetworkFromString, getNextTransactionSequence, getP2TRAddressFromPkScript, getP2TRAddressFromPublicKey, getP2TRScriptFromPublicKey, getP2WPKHAddressFromPublicKey, getRandomBigInt, getRandomSigningNonce, getSigHashFromTx, getSigningCommitmentFromNonce, getTransactionSequence, getTransferPackageSigningPayload, getTxFromRawTxBytes, getTxFromRawTxHex, getTxId, getTxIdNoReverse, isEphemeralAnchorOutput, isTxBroadcast, lastKeyWithTarget, maybeApplyFee, modInverse, proofOfPossessionMessageHashForDepositAddress, recoverSecret, splitSecret, splitSecretWithProofs, subtractPrivateKeys, subtractPublicKeys, sumOfPrivateKeys, validateOutboundAdaptorSignature, validateShare };
3481
+ declare function getSparkAddressFromTaproot(taprootAddress: string): SparkAddressFormat;
3482
+
3483
+ export { AuthenticationError, type BroadcastConfig, type BroadcastResult, ConfigurationError, DEFAULT_FEE_SATS, ReactNativeSparkSigner as DefaultSparkSigner, type FeeBumpTxChain, type FeeBumpTxPackage, type FeeRate, InternalValidationError, LRC_WALLET_NETWORK, LRC_WALLET_NETWORK_TYPE, type LeafInfo, Network, NetworkError, NetworkToProto, type NetworkType, NotImplementedError, RPCError, ReactNativeSparkSigner, SparkSDKError, SparkWallet, type TxChain, type Utxo, ValidationError, type VerifiableSecretShare, addPrivateKeys, addPublicKeys, applyAdaptorToSignature, applyAdditiveTweakToPublicKey, bigIntToPrivateKey, calculateAvailableTokenAmount, checkIfSelectedOutputsAreAvailable, checkIfValidSequence, collectResponses, computeTaprootKeyNoScript, computerLagrangeCoefficients, constructFeeBumpTx, constructUnilateralExitFeeBumpPackages, constructUnilateralExitTxs, createRefundTx, createSigningCommitment, createSigningNonce, decodeBytesToSigningCommitment, decodeBytesToSigningNonce, encodeSigningCommitmentToBytes, encodeSigningNonceToBytes, evaluatePolynomial, fieldDiv, filterTokenBalanceForTokenPublicKey, generateAdaptorFromSignature, generatePolynomialForSecretSharing, generateSignatureFromExistingAdaptor, getCurrentTimelock, getEphemeralAnchorOutput, getLatestDepositTxId, getNetwork, getNetworkFromAddress, getNetworkFromString, getNextTransactionSequence, getP2TRAddressFromPkScript, getP2TRAddressFromPublicKey, getP2TRScriptFromPublicKey, getP2WPKHAddressFromPublicKey, getRandomBigInt, getRandomSigningNonce, getSigHashFromTx, getSigningCommitmentFromNonce, getSparkAddressFromTaproot, getTransactionSequence, getTransferPackageSigningPayload, getTxFromRawTxBytes, getTxFromRawTxHex, getTxId, getTxIdNoReverse, isEphemeralAnchorOutput, isTxBroadcast, lastKeyWithTarget, maybeApplyFee, modInverse, proofOfPossessionMessageHashForDepositAddress, recoverSecret, splitSecret, splitSecretWithProofs, subtractPrivateKeys, subtractPublicKeys, sumOfPrivateKeys, validateOutboundAdaptorSignature, validateShare };