@stacks/blockchain-api-client 7.9.0-nakamoto.9 → 7.10.0-beta.1

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 (546) hide show
  1. package/lib/generated/apis/AccountsApi.d.ts +1 -1
  2. package/lib/generated/apis/AccountsApi.js +1 -1
  3. package/lib/generated/apis/BlocksApi.d.ts +21 -21
  4. package/lib/generated/apis/BlocksApi.js +11 -11
  5. package/lib/generated/apis/BurnBlocksApi.d.ts +1 -1
  6. package/lib/generated/apis/BurnBlocksApi.js +1 -1
  7. package/lib/generated/apis/FaucetsApi.d.ts +1 -1
  8. package/lib/generated/apis/FaucetsApi.js +1 -1
  9. package/lib/generated/apis/FeesApi.d.ts +5 -5
  10. package/lib/generated/apis/FeesApi.js +3 -3
  11. package/lib/generated/apis/InfoApi.d.ts +1 -1
  12. package/lib/generated/apis/InfoApi.js +2 -2
  13. package/lib/generated/apis/InfoApi.js.map +1 -1
  14. package/lib/generated/apis/MempoolApi.d.ts +1 -1
  15. package/lib/generated/apis/MempoolApi.js +1 -1
  16. package/lib/generated/apis/MicroblocksApi.d.ts +1 -1
  17. package/lib/generated/apis/MicroblocksApi.js +1 -1
  18. package/lib/generated/apis/NamesApi.d.ts +1 -1
  19. package/lib/generated/apis/NamesApi.js +1 -1
  20. package/lib/generated/apis/NonFungibleTokensApi.d.ts +1 -1
  21. package/lib/generated/apis/NonFungibleTokensApi.js +1 -1
  22. package/lib/generated/apis/ProofOfTransferApi.d.ts +1 -1
  23. package/lib/generated/apis/ProofOfTransferApi.js +1 -1
  24. package/lib/generated/apis/RosettaApi.d.ts +1 -1
  25. package/lib/generated/apis/RosettaApi.js +1 -1
  26. package/lib/generated/apis/SearchApi.d.ts +1 -1
  27. package/lib/generated/apis/SearchApi.js +1 -1
  28. package/lib/generated/apis/SmartContractsApi.d.ts +1 -1
  29. package/lib/generated/apis/SmartContractsApi.js +1 -1
  30. package/lib/generated/apis/StackingApi.d.ts +1 -1
  31. package/lib/generated/apis/StackingApi.js +1 -1
  32. package/lib/generated/apis/StackingRewardsApi.d.ts +1 -1
  33. package/lib/generated/apis/StackingRewardsApi.js +1 -1
  34. package/lib/generated/apis/TransactionsApi.d.ts +74 -10
  35. package/lib/generated/apis/TransactionsApi.js +72 -5
  36. package/lib/generated/apis/TransactionsApi.js.map +1 -1
  37. package/lib/generated/models/AccountDataResponse.d.ts +1 -1
  38. package/lib/generated/models/AccountDataResponse.js +1 -1
  39. package/lib/generated/models/AddressAssetsListResponse.d.ts +1 -1
  40. package/lib/generated/models/AddressAssetsListResponse.js +1 -1
  41. package/lib/generated/models/AddressBalanceResponse.d.ts +1 -1
  42. package/lib/generated/models/AddressBalanceResponse.js +1 -1
  43. package/lib/generated/models/AddressNonces.d.ts +1 -1
  44. package/lib/generated/models/AddressNonces.js +1 -1
  45. package/lib/generated/models/AddressStxInboundListResponse.d.ts +1 -1
  46. package/lib/generated/models/AddressStxInboundListResponse.js +1 -1
  47. package/lib/generated/models/AddressTokenOfferingLocked.d.ts +1 -1
  48. package/lib/generated/models/AddressTokenOfferingLocked.js +1 -1
  49. package/lib/generated/models/AddressTransaction.d.ts +46 -0
  50. package/lib/generated/models/AddressTransaction.js +50 -0
  51. package/lib/generated/models/AddressTransaction.js.map +1 -0
  52. package/lib/generated/models/AddressTransactionEventListResponse.d.ts +45 -0
  53. package/lib/generated/models/AddressTransactionEventListResponse.js +48 -0
  54. package/lib/generated/models/AddressTransactionEventListResponse.js.map +1 -0
  55. package/lib/generated/models/AddressTransactionWithTransfers.d.ts +1 -1
  56. package/lib/generated/models/AddressTransactionWithTransfers.js +1 -1
  57. package/lib/generated/models/AddressTransactionWithTransfersFtTransfers.d.ts +1 -1
  58. package/lib/generated/models/AddressTransactionWithTransfersFtTransfers.js +1 -1
  59. package/lib/generated/models/AddressTransactionWithTransfersNftTransfers.d.ts +1 -1
  60. package/lib/generated/models/AddressTransactionWithTransfersNftTransfers.js +1 -1
  61. package/lib/generated/models/AddressTransactionWithTransfersStxTransfers.d.ts +1 -1
  62. package/lib/generated/models/AddressTransactionWithTransfersStxTransfers.js +1 -1
  63. package/lib/generated/models/AddressTransactionWithTransfersValue.d.ts +1 -1
  64. package/lib/generated/models/AddressTransactionWithTransfersValue.js +1 -1
  65. package/lib/generated/models/AddressTransactionsListResponse.d.ts +1 -1
  66. package/lib/generated/models/AddressTransactionsListResponse.js +1 -1
  67. package/lib/generated/models/AddressTransactionsV2ListResponse.d.ts +46 -0
  68. package/lib/generated/models/AddressTransactionsV2ListResponse.js +49 -0
  69. package/lib/generated/models/AddressTransactionsV2ListResponse.js.map +1 -0
  70. package/lib/generated/models/AddressTransactionsV2ListResponseEvents.d.ts +40 -0
  71. package/lib/generated/models/AddressTransactionsV2ListResponseEvents.js +47 -0
  72. package/lib/generated/models/AddressTransactionsV2ListResponseEvents.js.map +1 -0
  73. package/lib/generated/models/AddressTransactionsV2ListResponseEventsStx.d.ts +39 -0
  74. package/lib/generated/models/AddressTransactionsV2ListResponseEventsStx.js +46 -0
  75. package/lib/generated/models/AddressTransactionsV2ListResponseEventsStx.js.map +1 -0
  76. package/lib/generated/models/AddressTransactionsWithTransfersListResponse.d.ts +1 -1
  77. package/lib/generated/models/AddressTransactionsWithTransfersListResponse.js +1 -1
  78. package/lib/generated/models/AddressUnlockSchedule.d.ts +1 -1
  79. package/lib/generated/models/AddressUnlockSchedule.js +1 -1
  80. package/lib/generated/models/Block.d.ts +1 -1
  81. package/lib/generated/models/Block.js +1 -1
  82. package/lib/generated/models/BlockListResponse.d.ts +1 -1
  83. package/lib/generated/models/BlockListResponse.js +1 -1
  84. package/lib/generated/models/BnsError.d.ts +1 -1
  85. package/lib/generated/models/BnsError.js +1 -1
  86. package/lib/generated/models/BnsGetAllNamespacesResponse.d.ts +1 -1
  87. package/lib/generated/models/BnsGetAllNamespacesResponse.js +1 -1
  88. package/lib/generated/models/BnsGetNameInfoResponse.d.ts +1 -1
  89. package/lib/generated/models/BnsGetNameInfoResponse.js +1 -1
  90. package/lib/generated/models/BnsGetNamePriceResponse.d.ts +1 -1
  91. package/lib/generated/models/BnsGetNamePriceResponse.js +1 -1
  92. package/lib/generated/models/BnsGetNamespacePriceResponse.d.ts +1 -1
  93. package/lib/generated/models/BnsGetNamespacePriceResponse.js +1 -1
  94. package/lib/generated/models/BnsNamesOwnByAddressResponse.d.ts +1 -1
  95. package/lib/generated/models/BnsNamesOwnByAddressResponse.js +1 -1
  96. package/lib/generated/models/BurnBlock.d.ts +1 -1
  97. package/lib/generated/models/BurnBlock.js +1 -1
  98. package/lib/generated/models/BurnBlockListResponse.d.ts +1 -1
  99. package/lib/generated/models/BurnBlockListResponse.js +1 -1
  100. package/lib/generated/models/BurnchainReward.d.ts +1 -1
  101. package/lib/generated/models/BurnchainReward.js +1 -1
  102. package/lib/generated/models/BurnchainRewardListResponse.d.ts +1 -1
  103. package/lib/generated/models/BurnchainRewardListResponse.js +1 -1
  104. package/lib/generated/models/BurnchainRewardSlotHolder.d.ts +1 -1
  105. package/lib/generated/models/BurnchainRewardSlotHolder.js +1 -1
  106. package/lib/generated/models/BurnchainRewardSlotHolderListResponse.d.ts +1 -1
  107. package/lib/generated/models/BurnchainRewardSlotHolderListResponse.js +1 -1
  108. package/lib/generated/models/BurnchainRewardsTotal.d.ts +1 -1
  109. package/lib/generated/models/BurnchainRewardsTotal.js +1 -1
  110. package/lib/generated/models/ChainTip.d.ts +1 -1
  111. package/lib/generated/models/ChainTip.js +1 -1
  112. package/lib/generated/models/ContractInterfaceResponse.d.ts +1 -1
  113. package/lib/generated/models/ContractInterfaceResponse.js +1 -1
  114. package/lib/generated/models/ContractListResponse.d.ts +1 -1
  115. package/lib/generated/models/ContractListResponse.js +1 -1
  116. package/lib/generated/models/ContractSourceResponse.d.ts +1 -1
  117. package/lib/generated/models/ContractSourceResponse.js +1 -1
  118. package/lib/generated/models/CoreNodeInfoResponse.d.ts +1 -1
  119. package/lib/generated/models/CoreNodeInfoResponse.js +1 -1
  120. package/lib/generated/models/CoreNodePoxResponse.d.ts +1 -1
  121. package/lib/generated/models/CoreNodePoxResponse.js +1 -1
  122. package/lib/generated/models/FeeRate.d.ts +1 -1
  123. package/lib/generated/models/FeeRate.js +1 -1
  124. package/lib/generated/models/FeeRateRequest.d.ts +1 -1
  125. package/lib/generated/models/FeeRateRequest.js +1 -1
  126. package/lib/generated/models/GetRawTransactionResult.d.ts +1 -1
  127. package/lib/generated/models/GetRawTransactionResult.js +1 -1
  128. package/lib/generated/models/GetStxSupplyLegacyFormatResponse.d.ts +1 -1
  129. package/lib/generated/models/GetStxSupplyLegacyFormatResponse.js +1 -1
  130. package/lib/generated/models/GetStxSupplyResponse.d.ts +1 -1
  131. package/lib/generated/models/GetStxSupplyResponse.js +1 -1
  132. package/lib/generated/models/InboundStxTransfer.d.ts +1 -1
  133. package/lib/generated/models/InboundStxTransfer.js +1 -1
  134. package/lib/generated/models/InlineObject.d.ts +1 -1
  135. package/lib/generated/models/InlineObject.js +1 -1
  136. package/lib/generated/models/InlineResponse403.d.ts +1 -1
  137. package/lib/generated/models/InlineResponse403.js +1 -1
  138. package/lib/generated/models/MapEntryResponse.d.ts +1 -1
  139. package/lib/generated/models/MapEntryResponse.js +1 -1
  140. package/lib/generated/models/MempoolFeePriorities.d.ts +1 -1
  141. package/lib/generated/models/MempoolFeePriorities.js +1 -1
  142. package/lib/generated/models/MempoolFeePrioritiesAll.d.ts +1 -1
  143. package/lib/generated/models/MempoolFeePrioritiesAll.js +1 -1
  144. package/lib/generated/models/MempoolTransactionListResponse.d.ts +1 -1
  145. package/lib/generated/models/MempoolTransactionListResponse.js +1 -1
  146. package/lib/generated/models/MempoolTransactionStatsResponse.d.ts +1 -1
  147. package/lib/generated/models/MempoolTransactionStatsResponse.js +1 -1
  148. package/lib/generated/models/MempoolTransactionStatsResponseTxAges.d.ts +1 -1
  149. package/lib/generated/models/MempoolTransactionStatsResponseTxAges.js +1 -1
  150. package/lib/generated/models/MempoolTransactionStatsResponseTxByteSizes.d.ts +1 -1
  151. package/lib/generated/models/MempoolTransactionStatsResponseTxByteSizes.js +1 -1
  152. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.d.ts +1 -1
  153. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.js +1 -1
  154. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.d.ts +1 -1
  155. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.js +1 -1
  156. package/lib/generated/models/MempoolTransactionStatsResponseTxTypeCounts.d.ts +1 -1
  157. package/lib/generated/models/MempoolTransactionStatsResponseTxTypeCounts.js +1 -1
  158. package/lib/generated/models/Microblock.d.ts +1 -1
  159. package/lib/generated/models/Microblock.js +1 -1
  160. package/lib/generated/models/MicroblockListResponse.d.ts +1 -1
  161. package/lib/generated/models/MicroblockListResponse.js +1 -1
  162. package/lib/generated/models/NakamotoBlock.d.ts +1 -1
  163. package/lib/generated/models/NakamotoBlock.js +1 -1
  164. package/lib/generated/models/NakamotoBlockListResponse.d.ts +1 -1
  165. package/lib/generated/models/NakamotoBlockListResponse.js +1 -1
  166. package/lib/generated/models/NetworkBlockTimeResponse.d.ts +1 -1
  167. package/lib/generated/models/NetworkBlockTimeResponse.js +1 -1
  168. package/lib/generated/models/NetworkBlockTimesResponse.d.ts +1 -1
  169. package/lib/generated/models/NetworkBlockTimesResponse.js +1 -1
  170. package/lib/generated/models/NetworkIdentifier.d.ts +1 -1
  171. package/lib/generated/models/NetworkIdentifier.js +1 -1
  172. package/lib/generated/models/NonFungibleTokenHistoryEventList.d.ts +1 -1
  173. package/lib/generated/models/NonFungibleTokenHistoryEventList.js +1 -1
  174. package/lib/generated/models/NonFungibleTokenHoldingsList.d.ts +1 -1
  175. package/lib/generated/models/NonFungibleTokenHoldingsList.js +1 -1
  176. package/lib/generated/models/NonFungibleTokenMintList.d.ts +1 -1
  177. package/lib/generated/models/NonFungibleTokenMintList.js +1 -1
  178. package/lib/generated/models/OtherTransactionIdentifier.d.ts +1 -1
  179. package/lib/generated/models/OtherTransactionIdentifier.js +1 -1
  180. package/lib/generated/models/PoolDelegation.d.ts +1 -1
  181. package/lib/generated/models/PoolDelegation.js +1 -1
  182. package/lib/generated/models/PoolDelegationsResponse.d.ts +1 -1
  183. package/lib/generated/models/PoolDelegationsResponse.js +1 -1
  184. package/lib/generated/models/PostCoreNodeTransactionsError.d.ts +1 -1
  185. package/lib/generated/models/PostCoreNodeTransactionsError.js +1 -1
  186. package/lib/generated/models/PoxCycle.d.ts +1 -1
  187. package/lib/generated/models/PoxCycle.js +1 -1
  188. package/lib/generated/models/PoxCycleListResponse.d.ts +1 -1
  189. package/lib/generated/models/PoxCycleListResponse.js +1 -1
  190. package/lib/generated/models/PoxCycleSignerStackersListResponse.d.ts +1 -1
  191. package/lib/generated/models/PoxCycleSignerStackersListResponse.js +1 -1
  192. package/lib/generated/models/PoxCycleSignersListResponse.d.ts +1 -1
  193. package/lib/generated/models/PoxCycleSignersListResponse.js +1 -1
  194. package/lib/generated/models/PoxSigner.d.ts +1 -1
  195. package/lib/generated/models/PoxSigner.js +1 -1
  196. package/lib/generated/models/PoxStacker.d.ts +1 -1
  197. package/lib/generated/models/PoxStacker.js +1 -1
  198. package/lib/generated/models/ReadOnlyFunctionArgs.d.ts +1 -1
  199. package/lib/generated/models/ReadOnlyFunctionArgs.js +1 -1
  200. package/lib/generated/models/ReadOnlyFunctionSuccessResponse.d.ts +1 -1
  201. package/lib/generated/models/ReadOnlyFunctionSuccessResponse.js +1 -1
  202. package/lib/generated/models/RosettaAccount.d.ts +1 -1
  203. package/lib/generated/models/RosettaAccount.js +1 -1
  204. package/lib/generated/models/RosettaAccountBalanceRequest.d.ts +1 -1
  205. package/lib/generated/models/RosettaAccountBalanceRequest.js +1 -1
  206. package/lib/generated/models/RosettaAccountBalanceResponse.d.ts +1 -1
  207. package/lib/generated/models/RosettaAccountBalanceResponse.js +1 -1
  208. package/lib/generated/models/RosettaAccountBalanceResponseCoinIdentifier.d.ts +1 -1
  209. package/lib/generated/models/RosettaAccountBalanceResponseCoinIdentifier.js +1 -1
  210. package/lib/generated/models/RosettaAccountBalanceResponseMetadata.d.ts +1 -1
  211. package/lib/generated/models/RosettaAccountBalanceResponseMetadata.js +1 -1
  212. package/lib/generated/models/RosettaAccountIdentifier.d.ts +1 -1
  213. package/lib/generated/models/RosettaAccountIdentifier.js +1 -1
  214. package/lib/generated/models/RosettaAmount.d.ts +1 -1
  215. package/lib/generated/models/RosettaAmount.js +1 -1
  216. package/lib/generated/models/RosettaBlock.d.ts +1 -1
  217. package/lib/generated/models/RosettaBlock.js +1 -1
  218. package/lib/generated/models/RosettaBlockMetadata.d.ts +1 -1
  219. package/lib/generated/models/RosettaBlockMetadata.js +1 -1
  220. package/lib/generated/models/RosettaBlockMetadata1.d.ts +1 -1
  221. package/lib/generated/models/RosettaBlockMetadata1.js +1 -1
  222. package/lib/generated/models/RosettaBlockRequest.d.ts +1 -1
  223. package/lib/generated/models/RosettaBlockRequest.js +1 -1
  224. package/lib/generated/models/RosettaBlockResponse.d.ts +1 -1
  225. package/lib/generated/models/RosettaBlockResponse.js +1 -1
  226. package/lib/generated/models/RosettaBlockTransactionRequest.d.ts +1 -1
  227. package/lib/generated/models/RosettaBlockTransactionRequest.js +1 -1
  228. package/lib/generated/models/RosettaBlockTransactionResponse.d.ts +1 -1
  229. package/lib/generated/models/RosettaBlockTransactionResponse.js +1 -1
  230. package/lib/generated/models/RosettaCoin.d.ts +1 -1
  231. package/lib/generated/models/RosettaCoin.js +1 -1
  232. package/lib/generated/models/RosettaCoinChange.d.ts +1 -1
  233. package/lib/generated/models/RosettaCoinChange.js +1 -1
  234. package/lib/generated/models/RosettaConstructionCombineRequest.d.ts +1 -1
  235. package/lib/generated/models/RosettaConstructionCombineRequest.js +1 -1
  236. package/lib/generated/models/RosettaConstructionCombineResponse.d.ts +1 -1
  237. package/lib/generated/models/RosettaConstructionCombineResponse.js +1 -1
  238. package/lib/generated/models/RosettaConstructionDeriveRequest.d.ts +1 -1
  239. package/lib/generated/models/RosettaConstructionDeriveRequest.js +1 -1
  240. package/lib/generated/models/RosettaConstructionDeriveResponse.d.ts +1 -1
  241. package/lib/generated/models/RosettaConstructionDeriveResponse.js +1 -1
  242. package/lib/generated/models/RosettaConstructionHashRequest.d.ts +1 -1
  243. package/lib/generated/models/RosettaConstructionHashRequest.js +1 -1
  244. package/lib/generated/models/RosettaConstructionHashResponse.d.ts +1 -1
  245. package/lib/generated/models/RosettaConstructionHashResponse.js +1 -1
  246. package/lib/generated/models/RosettaConstructionMetadataRequest.d.ts +1 -1
  247. package/lib/generated/models/RosettaConstructionMetadataRequest.js +1 -1
  248. package/lib/generated/models/RosettaConstructionMetadataResponse.d.ts +1 -1
  249. package/lib/generated/models/RosettaConstructionMetadataResponse.js +1 -1
  250. package/lib/generated/models/RosettaConstructionMetadataResponseMetadata.d.ts +1 -1
  251. package/lib/generated/models/RosettaConstructionMetadataResponseMetadata.js +1 -1
  252. package/lib/generated/models/RosettaConstructionParseRequest.d.ts +1 -1
  253. package/lib/generated/models/RosettaConstructionParseRequest.js +1 -1
  254. package/lib/generated/models/RosettaConstructionParseResponse.d.ts +1 -1
  255. package/lib/generated/models/RosettaConstructionParseResponse.js +1 -1
  256. package/lib/generated/models/RosettaConstructionPayloadResponse.d.ts +1 -1
  257. package/lib/generated/models/RosettaConstructionPayloadResponse.js +1 -1
  258. package/lib/generated/models/RosettaConstructionPayloadsRequest.d.ts +1 -1
  259. package/lib/generated/models/RosettaConstructionPayloadsRequest.js +1 -1
  260. package/lib/generated/models/RosettaConstructionPreprocessRequest.d.ts +1 -1
  261. package/lib/generated/models/RosettaConstructionPreprocessRequest.js +1 -1
  262. package/lib/generated/models/RosettaConstructionPreprocessResponse.d.ts +1 -1
  263. package/lib/generated/models/RosettaConstructionPreprocessResponse.js +1 -1
  264. package/lib/generated/models/RosettaConstructionSubmitRequest.d.ts +1 -1
  265. package/lib/generated/models/RosettaConstructionSubmitRequest.js +1 -1
  266. package/lib/generated/models/RosettaConstructionSubmitResponse.d.ts +1 -1
  267. package/lib/generated/models/RosettaConstructionSubmitResponse.js +1 -1
  268. package/lib/generated/models/RosettaCurrency.d.ts +1 -1
  269. package/lib/generated/models/RosettaCurrency.js +1 -1
  270. package/lib/generated/models/RosettaError.d.ts +1 -1
  271. package/lib/generated/models/RosettaError.js +1 -1
  272. package/lib/generated/models/RosettaErrorDetails.d.ts +1 -1
  273. package/lib/generated/models/RosettaErrorDetails.js +1 -1
  274. package/lib/generated/models/RosettaErrorNoDetails.d.ts +1 -1
  275. package/lib/generated/models/RosettaErrorNoDetails.js +1 -1
  276. package/lib/generated/models/RosettaGenesisBlockIdentifier.d.ts +1 -1
  277. package/lib/generated/models/RosettaGenesisBlockIdentifier.js +1 -1
  278. package/lib/generated/models/RosettaMaxFeeAmount.d.ts +1 -1
  279. package/lib/generated/models/RosettaMaxFeeAmount.js +1 -1
  280. package/lib/generated/models/RosettaMempoolRequest.d.ts +1 -1
  281. package/lib/generated/models/RosettaMempoolRequest.js +1 -1
  282. package/lib/generated/models/RosettaMempoolResponse.d.ts +1 -1
  283. package/lib/generated/models/RosettaMempoolResponse.js +1 -1
  284. package/lib/generated/models/RosettaMempoolTransactionRequest.d.ts +1 -1
  285. package/lib/generated/models/RosettaMempoolTransactionRequest.js +1 -1
  286. package/lib/generated/models/RosettaMempoolTransactionResponse.d.ts +1 -1
  287. package/lib/generated/models/RosettaMempoolTransactionResponse.js +1 -1
  288. package/lib/generated/models/RosettaNetworkListResponse.d.ts +1 -1
  289. package/lib/generated/models/RosettaNetworkListResponse.js +1 -1
  290. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.d.ts +1 -1
  291. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.js +1 -1
  292. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.d.ts +1 -1
  293. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.js +1 -1
  294. package/lib/generated/models/RosettaNetworkOptionsResponse.d.ts +1 -1
  295. package/lib/generated/models/RosettaNetworkOptionsResponse.js +1 -1
  296. package/lib/generated/models/RosettaNetworkOptionsResponseAllow.d.ts +1 -1
  297. package/lib/generated/models/RosettaNetworkOptionsResponseAllow.js +1 -1
  298. package/lib/generated/models/RosettaNetworkOptionsResponseVersion.d.ts +1 -1
  299. package/lib/generated/models/RosettaNetworkOptionsResponseVersion.js +1 -1
  300. package/lib/generated/models/RosettaNetworkStatusResponse.d.ts +1 -1
  301. package/lib/generated/models/RosettaNetworkStatusResponse.js +1 -1
  302. package/lib/generated/models/RosettaOldestBlockIdentifier.d.ts +1 -1
  303. package/lib/generated/models/RosettaOldestBlockIdentifier.js +1 -1
  304. package/lib/generated/models/RosettaOperation.d.ts +1 -1
  305. package/lib/generated/models/RosettaOperation.js +1 -1
  306. package/lib/generated/models/RosettaOperationIdentifier.d.ts +1 -1
  307. package/lib/generated/models/RosettaOperationIdentifier.js +1 -1
  308. package/lib/generated/models/RosettaOperationStatus.d.ts +1 -1
  309. package/lib/generated/models/RosettaOperationStatus.js +1 -1
  310. package/lib/generated/models/RosettaOptions.d.ts +1 -1
  311. package/lib/generated/models/RosettaOptions.js +1 -1
  312. package/lib/generated/models/RosettaOptionsRequest.d.ts +1 -1
  313. package/lib/generated/models/RosettaOptionsRequest.js +1 -1
  314. package/lib/generated/models/RosettaParentBlockIdentifier.d.ts +1 -1
  315. package/lib/generated/models/RosettaParentBlockIdentifier.js +1 -1
  316. package/lib/generated/models/RosettaPeers.d.ts +1 -1
  317. package/lib/generated/models/RosettaPeers.js +1 -1
  318. package/lib/generated/models/RosettaPublicKey.d.ts +1 -1
  319. package/lib/generated/models/RosettaPublicKey.js +1 -1
  320. package/lib/generated/models/RosettaRelatedOperation.d.ts +1 -1
  321. package/lib/generated/models/RosettaRelatedOperation.js +1 -1
  322. package/lib/generated/models/RosettaSignature.d.ts +1 -1
  323. package/lib/generated/models/RosettaSignature.js +1 -1
  324. package/lib/generated/models/RosettaStatusRequest.d.ts +1 -1
  325. package/lib/generated/models/RosettaStatusRequest.js +1 -1
  326. package/lib/generated/models/RosettaSubAccount.d.ts +1 -1
  327. package/lib/generated/models/RosettaSubAccount.js +1 -1
  328. package/lib/generated/models/RosettaSyncStatus.d.ts +1 -1
  329. package/lib/generated/models/RosettaSyncStatus.js +1 -1
  330. package/lib/generated/models/RosettaTransaction.d.ts +1 -1
  331. package/lib/generated/models/RosettaTransaction.js +1 -1
  332. package/lib/generated/models/RunFaucetResponse.d.ts +1 -1
  333. package/lib/generated/models/RunFaucetResponse.js +1 -1
  334. package/lib/generated/models/ServerStatusResponse.d.ts +1 -1
  335. package/lib/generated/models/ServerStatusResponse.js +1 -1
  336. package/lib/generated/models/SigningPayload.d.ts +1 -1
  337. package/lib/generated/models/SigningPayload.js +1 -1
  338. package/lib/generated/models/SmartContract.d.ts +1 -1
  339. package/lib/generated/models/SmartContract.js +1 -1
  340. package/lib/generated/models/StxBalance.d.ts +1 -1
  341. package/lib/generated/models/StxBalance.js +1 -1
  342. package/lib/generated/models/TargetBlockTime.d.ts +1 -1
  343. package/lib/generated/models/TargetBlockTime.js +1 -1
  344. package/lib/generated/models/TransactionEventsResponse.d.ts +1 -1
  345. package/lib/generated/models/TransactionEventsResponse.js +1 -1
  346. package/lib/generated/models/TransactionFeeEstimateRequest.d.ts +1 -1
  347. package/lib/generated/models/TransactionFeeEstimateRequest.js +1 -1
  348. package/lib/generated/models/TransactionFeeEstimateResponse.d.ts +1 -1
  349. package/lib/generated/models/TransactionFeeEstimateResponse.js +1 -1
  350. package/lib/generated/models/TransactionFeeEstimateResponseEstimatedCost.d.ts +1 -1
  351. package/lib/generated/models/TransactionFeeEstimateResponseEstimatedCost.js +1 -1
  352. package/lib/generated/models/TransactionFeeEstimateResponseEstimations.d.ts +1 -1
  353. package/lib/generated/models/TransactionFeeEstimateResponseEstimations.js +1 -1
  354. package/lib/generated/models/TransactionIdentifier.d.ts +1 -1
  355. package/lib/generated/models/TransactionIdentifier.js +1 -1
  356. package/lib/generated/models/TransactionResults.d.ts +1 -1
  357. package/lib/generated/models/TransactionResults.js +1 -1
  358. package/lib/generated/models/UnanchoredTransactionListResponse.d.ts +1 -1
  359. package/lib/generated/models/UnanchoredTransactionListResponse.js +1 -1
  360. package/lib/generated/models/index.d.ts +5 -0
  361. package/lib/generated/models/index.js +5 -0
  362. package/lib/generated/models/index.js.map +1 -1
  363. package/lib/generated/runtime.d.ts +1 -1
  364. package/lib/generated/runtime.js +1 -1
  365. package/lib/index.umd.js +445 -125
  366. package/lib/index.umd.js.map +1 -1
  367. package/package.json +1 -1
  368. package/src/generated/.openapi-generator/FILES +5 -0
  369. package/src/generated/apis/AccountsApi.ts +1 -1
  370. package/src/generated/apis/BlocksApi.ts +21 -21
  371. package/src/generated/apis/BurnBlocksApi.ts +1 -1
  372. package/src/generated/apis/FaucetsApi.ts +1 -1
  373. package/src/generated/apis/FeesApi.ts +5 -5
  374. package/src/generated/apis/InfoApi.ts +2 -2
  375. package/src/generated/apis/MempoolApi.ts +1 -1
  376. package/src/generated/apis/MicroblocksApi.ts +1 -1
  377. package/src/generated/apis/NamesApi.ts +1 -1
  378. package/src/generated/apis/NonFungibleTokensApi.ts +1 -1
  379. package/src/generated/apis/ProofOfTransferApi.ts +1 -1
  380. package/src/generated/apis/RosettaApi.ts +1 -1
  381. package/src/generated/apis/SearchApi.ts +1 -1
  382. package/src/generated/apis/SmartContractsApi.ts +1 -1
  383. package/src/generated/apis/StackingApi.ts +1 -1
  384. package/src/generated/apis/StackingRewardsApi.ts +1 -1
  385. package/src/generated/apis/TransactionsApi.ts +149 -9
  386. package/src/generated/models/AccountDataResponse.ts +1 -1
  387. package/src/generated/models/AddressAssetsListResponse.ts +1 -1
  388. package/src/generated/models/AddressBalanceResponse.ts +1 -1
  389. package/src/generated/models/AddressNonces.ts +1 -1
  390. package/src/generated/models/AddressStxInboundListResponse.ts +1 -1
  391. package/src/generated/models/AddressTokenOfferingLocked.ts +1 -1
  392. package/src/generated/models/AddressTransaction.ts +87 -0
  393. package/src/generated/models/AddressTransactionEventListResponse.ts +80 -0
  394. package/src/generated/models/AddressTransactionWithTransfers.ts +1 -1
  395. package/src/generated/models/AddressTransactionWithTransfersFtTransfers.ts +1 -1
  396. package/src/generated/models/AddressTransactionWithTransfersNftTransfers.ts +1 -1
  397. package/src/generated/models/AddressTransactionWithTransfersStxTransfers.ts +1 -1
  398. package/src/generated/models/AddressTransactionWithTransfersValue.ts +1 -1
  399. package/src/generated/models/AddressTransactionsListResponse.ts +1 -1
  400. package/src/generated/models/AddressTransactionsV2ListResponse.ts +87 -0
  401. package/src/generated/models/AddressTransactionsV2ListResponseEvents.ts +79 -0
  402. package/src/generated/models/AddressTransactionsV2ListResponseEventsStx.ts +72 -0
  403. package/src/generated/models/AddressTransactionsWithTransfersListResponse.ts +1 -1
  404. package/src/generated/models/AddressUnlockSchedule.ts +1 -1
  405. package/src/generated/models/Block.ts +1 -1
  406. package/src/generated/models/BlockListResponse.ts +1 -1
  407. package/src/generated/models/BnsError.ts +1 -1
  408. package/src/generated/models/BnsGetAllNamespacesResponse.ts +1 -1
  409. package/src/generated/models/BnsGetNameInfoResponse.ts +1 -1
  410. package/src/generated/models/BnsGetNamePriceResponse.ts +1 -1
  411. package/src/generated/models/BnsGetNamespacePriceResponse.ts +1 -1
  412. package/src/generated/models/BnsNamesOwnByAddressResponse.ts +1 -1
  413. package/src/generated/models/BurnBlock.ts +1 -1
  414. package/src/generated/models/BurnBlockListResponse.ts +1 -1
  415. package/src/generated/models/BurnchainReward.ts +1 -1
  416. package/src/generated/models/BurnchainRewardListResponse.ts +1 -1
  417. package/src/generated/models/BurnchainRewardSlotHolder.ts +1 -1
  418. package/src/generated/models/BurnchainRewardSlotHolderListResponse.ts +1 -1
  419. package/src/generated/models/BurnchainRewardsTotal.ts +1 -1
  420. package/src/generated/models/ChainTip.ts +1 -1
  421. package/src/generated/models/ContractInterfaceResponse.ts +1 -1
  422. package/src/generated/models/ContractListResponse.ts +1 -1
  423. package/src/generated/models/ContractSourceResponse.ts +1 -1
  424. package/src/generated/models/CoreNodeInfoResponse.ts +1 -1
  425. package/src/generated/models/CoreNodePoxResponse.ts +1 -1
  426. package/src/generated/models/FeeRate.ts +1 -1
  427. package/src/generated/models/FeeRateRequest.ts +1 -1
  428. package/src/generated/models/GetRawTransactionResult.ts +1 -1
  429. package/src/generated/models/GetStxSupplyLegacyFormatResponse.ts +1 -1
  430. package/src/generated/models/GetStxSupplyResponse.ts +1 -1
  431. package/src/generated/models/InboundStxTransfer.ts +1 -1
  432. package/src/generated/models/InlineObject.ts +1 -1
  433. package/src/generated/models/InlineResponse403.ts +1 -1
  434. package/src/generated/models/MapEntryResponse.ts +1 -1
  435. package/src/generated/models/MempoolFeePriorities.ts +1 -1
  436. package/src/generated/models/MempoolFeePrioritiesAll.ts +1 -1
  437. package/src/generated/models/MempoolTransactionListResponse.ts +1 -1
  438. package/src/generated/models/MempoolTransactionStatsResponse.ts +1 -1
  439. package/src/generated/models/MempoolTransactionStatsResponseTxAges.ts +1 -1
  440. package/src/generated/models/MempoolTransactionStatsResponseTxByteSizes.ts +1 -1
  441. package/src/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.ts +1 -1
  442. package/src/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.ts +1 -1
  443. package/src/generated/models/MempoolTransactionStatsResponseTxTypeCounts.ts +1 -1
  444. package/src/generated/models/Microblock.ts +1 -1
  445. package/src/generated/models/MicroblockListResponse.ts +1 -1
  446. package/src/generated/models/NakamotoBlock.ts +1 -1
  447. package/src/generated/models/NakamotoBlockListResponse.ts +1 -1
  448. package/src/generated/models/NetworkBlockTimeResponse.ts +1 -1
  449. package/src/generated/models/NetworkBlockTimesResponse.ts +1 -1
  450. package/src/generated/models/NetworkIdentifier.ts +1 -1
  451. package/src/generated/models/NonFungibleTokenHistoryEventList.ts +1 -1
  452. package/src/generated/models/NonFungibleTokenHoldingsList.ts +1 -1
  453. package/src/generated/models/NonFungibleTokenMintList.ts +1 -1
  454. package/src/generated/models/OtherTransactionIdentifier.ts +1 -1
  455. package/src/generated/models/PoolDelegation.ts +1 -1
  456. package/src/generated/models/PoolDelegationsResponse.ts +1 -1
  457. package/src/generated/models/PostCoreNodeTransactionsError.ts +1 -1
  458. package/src/generated/models/PoxCycle.ts +1 -1
  459. package/src/generated/models/PoxCycleListResponse.ts +1 -1
  460. package/src/generated/models/PoxCycleSignerStackersListResponse.ts +1 -1
  461. package/src/generated/models/PoxCycleSignersListResponse.ts +1 -1
  462. package/src/generated/models/PoxSigner.ts +1 -1
  463. package/src/generated/models/PoxStacker.ts +1 -1
  464. package/src/generated/models/ReadOnlyFunctionArgs.ts +1 -1
  465. package/src/generated/models/ReadOnlyFunctionSuccessResponse.ts +1 -1
  466. package/src/generated/models/RosettaAccount.ts +1 -1
  467. package/src/generated/models/RosettaAccountBalanceRequest.ts +1 -1
  468. package/src/generated/models/RosettaAccountBalanceResponse.ts +1 -1
  469. package/src/generated/models/RosettaAccountBalanceResponseCoinIdentifier.ts +1 -1
  470. package/src/generated/models/RosettaAccountBalanceResponseMetadata.ts +1 -1
  471. package/src/generated/models/RosettaAccountIdentifier.ts +1 -1
  472. package/src/generated/models/RosettaAmount.ts +1 -1
  473. package/src/generated/models/RosettaBlock.ts +1 -1
  474. package/src/generated/models/RosettaBlockMetadata.ts +1 -1
  475. package/src/generated/models/RosettaBlockMetadata1.ts +1 -1
  476. package/src/generated/models/RosettaBlockRequest.ts +1 -1
  477. package/src/generated/models/RosettaBlockResponse.ts +1 -1
  478. package/src/generated/models/RosettaBlockTransactionRequest.ts +1 -1
  479. package/src/generated/models/RosettaBlockTransactionResponse.ts +1 -1
  480. package/src/generated/models/RosettaCoin.ts +1 -1
  481. package/src/generated/models/RosettaCoinChange.ts +1 -1
  482. package/src/generated/models/RosettaConstructionCombineRequest.ts +1 -1
  483. package/src/generated/models/RosettaConstructionCombineResponse.ts +1 -1
  484. package/src/generated/models/RosettaConstructionDeriveRequest.ts +1 -1
  485. package/src/generated/models/RosettaConstructionDeriveResponse.ts +1 -1
  486. package/src/generated/models/RosettaConstructionHashRequest.ts +1 -1
  487. package/src/generated/models/RosettaConstructionHashResponse.ts +1 -1
  488. package/src/generated/models/RosettaConstructionMetadataRequest.ts +1 -1
  489. package/src/generated/models/RosettaConstructionMetadataResponse.ts +1 -1
  490. package/src/generated/models/RosettaConstructionMetadataResponseMetadata.ts +1 -1
  491. package/src/generated/models/RosettaConstructionParseRequest.ts +1 -1
  492. package/src/generated/models/RosettaConstructionParseResponse.ts +1 -1
  493. package/src/generated/models/RosettaConstructionPayloadResponse.ts +1 -1
  494. package/src/generated/models/RosettaConstructionPayloadsRequest.ts +1 -1
  495. package/src/generated/models/RosettaConstructionPreprocessRequest.ts +1 -1
  496. package/src/generated/models/RosettaConstructionPreprocessResponse.ts +1 -1
  497. package/src/generated/models/RosettaConstructionSubmitRequest.ts +1 -1
  498. package/src/generated/models/RosettaConstructionSubmitResponse.ts +1 -1
  499. package/src/generated/models/RosettaCurrency.ts +1 -1
  500. package/src/generated/models/RosettaError.ts +1 -1
  501. package/src/generated/models/RosettaErrorDetails.ts +1 -1
  502. package/src/generated/models/RosettaErrorNoDetails.ts +1 -1
  503. package/src/generated/models/RosettaGenesisBlockIdentifier.ts +1 -1
  504. package/src/generated/models/RosettaMaxFeeAmount.ts +1 -1
  505. package/src/generated/models/RosettaMempoolRequest.ts +1 -1
  506. package/src/generated/models/RosettaMempoolResponse.ts +1 -1
  507. package/src/generated/models/RosettaMempoolTransactionRequest.ts +1 -1
  508. package/src/generated/models/RosettaMempoolTransactionResponse.ts +1 -1
  509. package/src/generated/models/RosettaNetworkListResponse.ts +1 -1
  510. package/src/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.ts +1 -1
  511. package/src/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.ts +1 -1
  512. package/src/generated/models/RosettaNetworkOptionsResponse.ts +1 -1
  513. package/src/generated/models/RosettaNetworkOptionsResponseAllow.ts +1 -1
  514. package/src/generated/models/RosettaNetworkOptionsResponseVersion.ts +1 -1
  515. package/src/generated/models/RosettaNetworkStatusResponse.ts +1 -1
  516. package/src/generated/models/RosettaOldestBlockIdentifier.ts +1 -1
  517. package/src/generated/models/RosettaOperation.ts +1 -1
  518. package/src/generated/models/RosettaOperationIdentifier.ts +1 -1
  519. package/src/generated/models/RosettaOperationStatus.ts +1 -1
  520. package/src/generated/models/RosettaOptions.ts +1 -1
  521. package/src/generated/models/RosettaOptionsRequest.ts +1 -1
  522. package/src/generated/models/RosettaParentBlockIdentifier.ts +1 -1
  523. package/src/generated/models/RosettaPeers.ts +1 -1
  524. package/src/generated/models/RosettaPublicKey.ts +1 -1
  525. package/src/generated/models/RosettaRelatedOperation.ts +1 -1
  526. package/src/generated/models/RosettaSignature.ts +1 -1
  527. package/src/generated/models/RosettaStatusRequest.ts +1 -1
  528. package/src/generated/models/RosettaSubAccount.ts +1 -1
  529. package/src/generated/models/RosettaSyncStatus.ts +1 -1
  530. package/src/generated/models/RosettaTransaction.ts +1 -1
  531. package/src/generated/models/RunFaucetResponse.ts +1 -1
  532. package/src/generated/models/ServerStatusResponse.ts +1 -1
  533. package/src/generated/models/SigningPayload.ts +1 -1
  534. package/src/generated/models/SmartContract.ts +1 -1
  535. package/src/generated/models/StxBalance.ts +1 -1
  536. package/src/generated/models/TargetBlockTime.ts +1 -1
  537. package/src/generated/models/TransactionEventsResponse.ts +1 -1
  538. package/src/generated/models/TransactionFeeEstimateRequest.ts +1 -1
  539. package/src/generated/models/TransactionFeeEstimateResponse.ts +1 -1
  540. package/src/generated/models/TransactionFeeEstimateResponseEstimatedCost.ts +1 -1
  541. package/src/generated/models/TransactionFeeEstimateResponseEstimations.ts +1 -1
  542. package/src/generated/models/TransactionIdentifier.ts +1 -1
  543. package/src/generated/models/TransactionResults.ts +1 -1
  544. package/src/generated/models/UnanchoredTransactionListResponse.ts +1 -1
  545. package/src/generated/models/index.ts +5 -0
  546. package/src/generated/runtime.ts +1 -1
package/lib/index.umd.js CHANGED
@@ -175,7 +175,7 @@
175
175
 
176
176
  /**
177
177
  * Stacks Blockchain API
178
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
178
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
179
179
  *
180
180
  * The version of the OpenAPI document: STACKS_API_VERSION
181
181
  *
@@ -784,7 +784,7 @@
784
784
 
785
785
  /**
786
786
  * Stacks Blockchain API
787
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
787
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
788
788
  *
789
789
  * The version of the OpenAPI document: STACKS_API_VERSION
790
790
  *
@@ -835,7 +835,7 @@
835
835
 
836
836
  /**
837
837
  * Stacks Blockchain API
838
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
838
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
839
839
  *
840
840
  * The version of the OpenAPI document: STACKS_API_VERSION
841
841
  *
@@ -1008,6 +1008,86 @@
1008
1008
  };
1009
1009
  }
1010
1010
 
1011
+ /* tslint:disable */
1012
+ function AddressTransactionFromJSON(json) {
1013
+ return AddressTransactionFromJSONTyped(json);
1014
+ }
1015
+ function AddressTransactionFromJSONTyped(json, ignoreDiscriminator) {
1016
+ if (json === undefined || json === null) {
1017
+ return json;
1018
+ }
1019
+
1020
+ return {
1021
+ 'tx': json['tx'],
1022
+ 'stx_sent': json['stx_sent'],
1023
+ 'stx_received': json['stx_received'],
1024
+ 'events': !exists(json, 'events') ? undefined : AddressTransactionsV2ListResponseEventsFromJSON(json['events'])
1025
+ };
1026
+ }
1027
+ function AddressTransactionToJSON(value) {
1028
+ if (value === undefined) {
1029
+ return undefined;
1030
+ }
1031
+
1032
+ if (value === null) {
1033
+ return null;
1034
+ }
1035
+
1036
+ return {
1037
+ 'tx': value.tx,
1038
+ 'stx_sent': value.stx_sent,
1039
+ 'stx_received': value.stx_received,
1040
+ 'events': AddressTransactionsV2ListResponseEventsToJSON(value.events)
1041
+ };
1042
+ }
1043
+
1044
+ /* tslint:disable */
1045
+
1046
+ /* eslint-disable */
1047
+
1048
+ /**
1049
+ * Stacks Blockchain API
1050
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1051
+ *
1052
+ * The version of the OpenAPI document: STACKS_API_VERSION
1053
+ *
1054
+ *
1055
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1056
+ * https://openapi-generator.tech
1057
+ * Do not edit the class manually.
1058
+ */
1059
+ function AddressTransactionEventListResponseFromJSON(json) {
1060
+ return AddressTransactionEventListResponseFromJSONTyped(json);
1061
+ }
1062
+ function AddressTransactionEventListResponseFromJSONTyped(json, ignoreDiscriminator) {
1063
+ if (json === undefined || json === null) {
1064
+ return json;
1065
+ }
1066
+
1067
+ return {
1068
+ 'limit': json['limit'],
1069
+ 'offset': json['offset'],
1070
+ 'total': json['total'],
1071
+ 'results': json['results']
1072
+ };
1073
+ }
1074
+ function AddressTransactionEventListResponseToJSON(value) {
1075
+ if (value === undefined) {
1076
+ return undefined;
1077
+ }
1078
+
1079
+ if (value === null) {
1080
+ return null;
1081
+ }
1082
+
1083
+ return {
1084
+ 'limit': value.limit,
1085
+ 'offset': value.offset,
1086
+ 'total': value.total,
1087
+ 'results': value.results
1088
+ };
1089
+ }
1090
+
1011
1091
  /* tslint:disable */
1012
1092
  function AddressTransactionWithTransfersFromJSON(json) {
1013
1093
  return AddressTransactionWithTransfersFromJSONTyped(json);
@@ -1148,7 +1228,7 @@
1148
1228
 
1149
1229
  /**
1150
1230
  * Stacks Blockchain API
1151
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1231
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1152
1232
  *
1153
1233
  * The version of the OpenAPI document: STACKS_API_VERSION
1154
1234
  *
@@ -1191,7 +1271,7 @@
1191
1271
 
1192
1272
  /**
1193
1273
  * Stacks Blockchain API
1194
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1274
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1195
1275
  *
1196
1276
  * The version of the OpenAPI document: STACKS_API_VERSION
1197
1277
  *
@@ -1232,6 +1312,115 @@
1232
1312
  };
1233
1313
  }
1234
1314
 
1315
+ /* tslint:disable */
1316
+ function AddressTransactionsV2ListResponseFromJSON(json) {
1317
+ return AddressTransactionsV2ListResponseFromJSONTyped(json);
1318
+ }
1319
+ function AddressTransactionsV2ListResponseFromJSONTyped(json, ignoreDiscriminator) {
1320
+ if (json === undefined || json === null) {
1321
+ return json;
1322
+ }
1323
+
1324
+ return {
1325
+ 'limit': json['limit'],
1326
+ 'offset': json['offset'],
1327
+ 'total': json['total'],
1328
+ 'results': json['results'].map(AddressTransactionFromJSON)
1329
+ };
1330
+ }
1331
+ function AddressTransactionsV2ListResponseToJSON(value) {
1332
+ if (value === undefined) {
1333
+ return undefined;
1334
+ }
1335
+
1336
+ if (value === null) {
1337
+ return null;
1338
+ }
1339
+
1340
+ return {
1341
+ 'limit': value.limit,
1342
+ 'offset': value.offset,
1343
+ 'total': value.total,
1344
+ 'results': value.results.map(AddressTransactionToJSON)
1345
+ };
1346
+ }
1347
+
1348
+ /* tslint:disable */
1349
+ function AddressTransactionsV2ListResponseEventsFromJSON(json) {
1350
+ return AddressTransactionsV2ListResponseEventsFromJSONTyped(json);
1351
+ }
1352
+ function AddressTransactionsV2ListResponseEventsFromJSONTyped(json, ignoreDiscriminator) {
1353
+ if (json === undefined || json === null) {
1354
+ return json;
1355
+ }
1356
+
1357
+ return {
1358
+ 'stx': AddressTransactionsV2ListResponseEventsStxFromJSON(json['stx']),
1359
+ 'ft': AddressTransactionsV2ListResponseEventsStxFromJSON(json['ft']),
1360
+ 'nft': AddressTransactionsV2ListResponseEventsStxFromJSON(json['nft'])
1361
+ };
1362
+ }
1363
+ function AddressTransactionsV2ListResponseEventsToJSON(value) {
1364
+ if (value === undefined) {
1365
+ return undefined;
1366
+ }
1367
+
1368
+ if (value === null) {
1369
+ return null;
1370
+ }
1371
+
1372
+ return {
1373
+ 'stx': AddressTransactionsV2ListResponseEventsStxToJSON(value.stx),
1374
+ 'ft': AddressTransactionsV2ListResponseEventsStxToJSON(value.ft),
1375
+ 'nft': AddressTransactionsV2ListResponseEventsStxToJSON(value.nft)
1376
+ };
1377
+ }
1378
+
1379
+ /* tslint:disable */
1380
+
1381
+ /* eslint-disable */
1382
+
1383
+ /**
1384
+ * Stacks Blockchain API
1385
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1386
+ *
1387
+ * The version of the OpenAPI document: STACKS_API_VERSION
1388
+ *
1389
+ *
1390
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1391
+ * https://openapi-generator.tech
1392
+ * Do not edit the class manually.
1393
+ */
1394
+ function AddressTransactionsV2ListResponseEventsStxFromJSON(json) {
1395
+ return AddressTransactionsV2ListResponseEventsStxFromJSONTyped(json);
1396
+ }
1397
+ function AddressTransactionsV2ListResponseEventsStxFromJSONTyped(json, ignoreDiscriminator) {
1398
+ if (json === undefined || json === null) {
1399
+ return json;
1400
+ }
1401
+
1402
+ return {
1403
+ 'transfer': json['transfer'],
1404
+ 'mint': json['mint'],
1405
+ 'burn': json['burn']
1406
+ };
1407
+ }
1408
+ function AddressTransactionsV2ListResponseEventsStxToJSON(value) {
1409
+ if (value === undefined) {
1410
+ return undefined;
1411
+ }
1412
+
1413
+ if (value === null) {
1414
+ return null;
1415
+ }
1416
+
1417
+ return {
1418
+ 'transfer': value.transfer,
1419
+ 'mint': value.mint,
1420
+ 'burn': value.burn
1421
+ };
1422
+ }
1423
+
1235
1424
  /* tslint:disable */
1236
1425
  function AddressTransactionsWithTransfersListResponseFromJSON(json) {
1237
1426
  return AddressTransactionsWithTransfersListResponseFromJSONTyped(json);
@@ -1271,7 +1460,7 @@
1271
1460
 
1272
1461
  /**
1273
1462
  * Stacks Blockchain API
1274
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1463
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1275
1464
  *
1276
1465
  * The version of the OpenAPI document: STACKS_API_VERSION
1277
1466
  *
@@ -1314,7 +1503,7 @@
1314
1503
 
1315
1504
  /**
1316
1505
  * Stacks Blockchain API
1317
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1506
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1318
1507
  *
1319
1508
  * The version of the OpenAPI document: STACKS_API_VERSION
1320
1509
  *
@@ -1459,7 +1648,7 @@
1459
1648
 
1460
1649
  /**
1461
1650
  * Stacks Blockchain API
1462
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1651
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1463
1652
  *
1464
1653
  * The version of the OpenAPI document: STACKS_API_VERSION
1465
1654
  *
@@ -1543,7 +1732,7 @@
1543
1732
 
1544
1733
  /**
1545
1734
  * Stacks Blockchain API
1546
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1735
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1547
1736
  *
1548
1737
  * The version of the OpenAPI document: STACKS_API_VERSION
1549
1738
  *
@@ -1586,7 +1775,7 @@
1586
1775
 
1587
1776
  /**
1588
1777
  * Stacks Blockchain API
1589
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1778
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1590
1779
  *
1591
1780
  * The version of the OpenAPI document: STACKS_API_VERSION
1592
1781
  *
@@ -1629,7 +1818,7 @@
1629
1818
 
1630
1819
  /**
1631
1820
  * Stacks Blockchain API
1632
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1821
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1633
1822
  *
1634
1823
  * The version of the OpenAPI document: STACKS_API_VERSION
1635
1824
  *
@@ -1670,7 +1859,7 @@
1670
1859
 
1671
1860
  /**
1672
1861
  * Stacks Blockchain API
1673
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1862
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1674
1863
  *
1675
1864
  * The version of the OpenAPI document: STACKS_API_VERSION
1676
1865
  *
@@ -1752,7 +1941,7 @@
1752
1941
 
1753
1942
  /**
1754
1943
  * Stacks Blockchain API
1755
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1944
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1756
1945
  *
1757
1946
  * The version of the OpenAPI document: STACKS_API_VERSION
1758
1947
  *
@@ -1836,7 +2025,7 @@
1836
2025
 
1837
2026
  /**
1838
2027
  * Stacks Blockchain API
1839
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2028
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1840
2029
  *
1841
2030
  * The version of the OpenAPI document: STACKS_API_VERSION
1842
2031
  *
@@ -1918,7 +2107,7 @@
1918
2107
 
1919
2108
  /**
1920
2109
  * Stacks Blockchain API
1921
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2110
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
1922
2111
  *
1923
2112
  * The version of the OpenAPI document: STACKS_API_VERSION
1924
2113
  *
@@ -1998,7 +2187,7 @@
1998
2187
 
1999
2188
  /**
2000
2189
  * Stacks Blockchain API
2001
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2190
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2002
2191
  *
2003
2192
  * The version of the OpenAPI document: STACKS_API_VERSION
2004
2193
  *
@@ -2078,7 +2267,7 @@
2078
2267
 
2079
2268
  /**
2080
2269
  * Stacks Blockchain API
2081
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2270
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2082
2271
  *
2083
2272
  * The version of the OpenAPI document: STACKS_API_VERSION
2084
2273
  *
@@ -2123,7 +2312,7 @@
2123
2312
 
2124
2313
  /**
2125
2314
  * Stacks Blockchain API
2126
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2315
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2127
2316
  *
2128
2317
  * The version of the OpenAPI document: STACKS_API_VERSION
2129
2318
  *
@@ -2188,7 +2377,7 @@
2188
2377
 
2189
2378
  /**
2190
2379
  * Stacks Blockchain API
2191
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2380
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2192
2381
  *
2193
2382
  * The version of the OpenAPI document: STACKS_API_VERSION
2194
2383
  *
@@ -2245,7 +2434,7 @@
2245
2434
 
2246
2435
  /**
2247
2436
  * Stacks Blockchain API
2248
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2437
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2249
2438
  *
2250
2439
  * The version of the OpenAPI document: STACKS_API_VERSION
2251
2440
  *
@@ -2286,7 +2475,7 @@
2286
2475
 
2287
2476
  /**
2288
2477
  * Stacks Blockchain API
2289
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2478
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2290
2479
  *
2291
2480
  * The version of the OpenAPI document: STACKS_API_VERSION
2292
2481
  *
@@ -2327,7 +2516,7 @@
2327
2516
 
2328
2517
  /**
2329
2518
  * Stacks Blockchain API
2330
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2519
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2331
2520
  *
2332
2521
  * The version of the OpenAPI document: STACKS_API_VERSION
2333
2522
  *
@@ -2368,7 +2557,7 @@
2368
2557
 
2369
2558
  /**
2370
2559
  * Stacks Blockchain API
2371
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2560
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2372
2561
  *
2373
2562
  * The version of the OpenAPI document: STACKS_API_VERSION
2374
2563
  *
@@ -2419,7 +2608,7 @@
2419
2608
 
2420
2609
  /**
2421
2610
  * Stacks Blockchain API
2422
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2611
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2423
2612
  *
2424
2613
  * The version of the OpenAPI document: STACKS_API_VERSION
2425
2614
  *
@@ -2466,7 +2655,7 @@
2466
2655
 
2467
2656
  /**
2468
2657
  * Stacks Blockchain API
2469
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2658
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2470
2659
  *
2471
2660
  * The version of the OpenAPI document: STACKS_API_VERSION
2472
2661
  *
@@ -2650,7 +2839,7 @@
2650
2839
 
2651
2840
  /**
2652
2841
  * Stacks Blockchain API
2653
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2842
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2654
2843
  *
2655
2844
  * The version of the OpenAPI document: STACKS_API_VERSION
2656
2845
  *
@@ -2697,7 +2886,7 @@
2697
2886
 
2698
2887
  /**
2699
2888
  * Stacks Blockchain API
2700
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2889
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2701
2890
  *
2702
2891
  * The version of the OpenAPI document: STACKS_API_VERSION
2703
2892
  *
@@ -2876,7 +3065,7 @@
2876
3065
 
2877
3066
  /**
2878
3067
  * Stacks Blockchain API
2879
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3068
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2880
3069
  *
2881
3070
  * The version of the OpenAPI document: STACKS_API_VERSION
2882
3071
  *
@@ -2923,7 +3112,7 @@
2923
3112
 
2924
3113
  /**
2925
3114
  * Stacks Blockchain API
2926
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3115
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2927
3116
  *
2928
3117
  * The version of the OpenAPI document: STACKS_API_VERSION
2929
3118
  *
@@ -2970,7 +3159,7 @@
2970
3159
 
2971
3160
  /**
2972
3161
  * Stacks Blockchain API
2973
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3162
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
2974
3163
  *
2975
3164
  * The version of the OpenAPI document: STACKS_API_VERSION
2976
3165
  *
@@ -3070,7 +3259,7 @@
3070
3259
 
3071
3260
  /**
3072
3261
  * Stacks Blockchain API
3073
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3262
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3074
3263
  *
3075
3264
  * The version of the OpenAPI document: STACKS_API_VERSION
3076
3265
  *
@@ -3176,7 +3365,7 @@
3176
3365
 
3177
3366
  /**
3178
3367
  * Stacks Blockchain API
3179
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3368
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3180
3369
  *
3181
3370
  * The version of the OpenAPI document: STACKS_API_VERSION
3182
3371
  *
@@ -3277,7 +3466,7 @@
3277
3466
 
3278
3467
  /**
3279
3468
  * Stacks Blockchain API
3280
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3469
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3281
3470
  *
3282
3471
  * The version of the OpenAPI document: STACKS_API_VERSION
3283
3472
  *
@@ -3324,7 +3513,7 @@
3324
3513
 
3325
3514
  /**
3326
3515
  * Stacks Blockchain API
3327
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3516
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3328
3517
  *
3329
3518
  * The version of the OpenAPI document: STACKS_API_VERSION
3330
3519
  *
@@ -3371,7 +3560,7 @@
3371
3560
 
3372
3561
  /**
3373
3562
  * Stacks Blockchain API
3374
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3563
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3375
3564
  *
3376
3565
  * The version of the OpenAPI document: STACKS_API_VERSION
3377
3566
  *
@@ -3418,7 +3607,7 @@
3418
3607
 
3419
3608
  /**
3420
3609
  * Stacks Blockchain API
3421
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3610
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3422
3611
  *
3423
3612
  * The version of the OpenAPI document: STACKS_API_VERSION
3424
3613
  *
@@ -3529,7 +3718,7 @@
3529
3718
 
3530
3719
  /**
3531
3720
  * Stacks Blockchain API
3532
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3721
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3533
3722
  *
3534
3723
  * The version of the OpenAPI document: STACKS_API_VERSION
3535
3724
  *
@@ -3576,7 +3765,7 @@
3576
3765
 
3577
3766
  /**
3578
3767
  * Stacks Blockchain API
3579
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3768
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3580
3769
  *
3581
3770
  * The version of the OpenAPI document: STACKS_API_VERSION
3582
3771
  *
@@ -3726,7 +3915,7 @@
3726
3915
 
3727
3916
  /**
3728
3917
  * Stacks Blockchain API
3729
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3918
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3730
3919
  *
3731
3920
  * The version of the OpenAPI document: STACKS_API_VERSION
3732
3921
  *
@@ -3775,7 +3964,7 @@
3775
3964
 
3776
3965
  /**
3777
3966
  * Stacks Blockchain API
3778
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3967
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3779
3968
  *
3780
3969
  * The version of the OpenAPI document: STACKS_API_VERSION
3781
3970
  *
@@ -3820,7 +4009,7 @@
3820
4009
 
3821
4010
  /**
3822
4011
  * Stacks Blockchain API
3823
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4012
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3824
4013
  *
3825
4014
  * The version of the OpenAPI document: STACKS_API_VERSION
3826
4015
  *
@@ -3989,7 +4178,7 @@
3989
4178
 
3990
4179
  /**
3991
4180
  * Stacks Blockchain API
3992
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4181
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
3993
4182
  *
3994
4183
  * The version of the OpenAPI document: STACKS_API_VERSION
3995
4184
  *
@@ -4030,7 +4219,7 @@
4030
4219
 
4031
4220
  /**
4032
4221
  * Stacks Blockchain API
4033
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4222
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4034
4223
  *
4035
4224
  * The version of the OpenAPI document: STACKS_API_VERSION
4036
4225
  *
@@ -4199,7 +4388,7 @@
4199
4388
 
4200
4389
  /**
4201
4390
  * Stacks Blockchain API
4202
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4391
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4203
4392
  *
4204
4393
  * The version of the OpenAPI document: STACKS_API_VERSION
4205
4394
  *
@@ -4459,7 +4648,7 @@
4459
4648
 
4460
4649
  /**
4461
4650
  * Stacks Blockchain API
4462
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4651
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
4463
4652
  *
4464
4653
  * The version of the OpenAPI document: STACKS_API_VERSION
4465
4654
  *
@@ -5050,7 +5239,7 @@
5050
5239
 
5051
5240
  /**
5052
5241
  * Stacks Blockchain API
5053
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5242
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5054
5243
  *
5055
5244
  * The version of the OpenAPI document: STACKS_API_VERSION
5056
5245
  *
@@ -5095,7 +5284,7 @@
5095
5284
 
5096
5285
  /**
5097
5286
  * Stacks Blockchain API
5098
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5287
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5099
5288
  *
5100
5289
  * The version of the OpenAPI document: STACKS_API_VERSION
5101
5290
  *
@@ -5341,7 +5530,7 @@
5341
5530
 
5342
5531
  /**
5343
5532
  * Stacks Blockchain API
5344
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5533
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5345
5534
  *
5346
5535
  * The version of the OpenAPI document: STACKS_API_VERSION
5347
5536
  *
@@ -5514,7 +5703,7 @@
5514
5703
 
5515
5704
  /**
5516
5705
  * Stacks Blockchain API
5517
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5706
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5518
5707
  *
5519
5708
  * The version of the OpenAPI document: STACKS_API_VERSION
5520
5709
  *
@@ -5627,7 +5816,7 @@
5627
5816
 
5628
5817
  /**
5629
5818
  * Stacks Blockchain API
5630
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5819
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5631
5820
  *
5632
5821
  * The version of the OpenAPI document: STACKS_API_VERSION
5633
5822
  *
@@ -5766,7 +5955,7 @@
5766
5955
 
5767
5956
  /**
5768
5957
  * Stacks Blockchain API
5769
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5958
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5770
5959
  *
5771
5960
  * The version of the OpenAPI document: STACKS_API_VERSION
5772
5961
  *
@@ -5838,7 +6027,7 @@
5838
6027
 
5839
6028
  /**
5840
6029
  * Stacks Blockchain API
5841
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6030
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
5842
6031
  *
5843
6032
  * The version of the OpenAPI document: STACKS_API_VERSION
5844
6033
  *
@@ -6208,7 +6397,7 @@
6208
6397
 
6209
6398
  /**
6210
6399
  * Stacks Blockchain API
6211
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6400
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6212
6401
  *
6213
6402
  * The version of the OpenAPI document: STACKS_API_VERSION
6214
6403
  *
@@ -6259,7 +6448,7 @@
6259
6448
 
6260
6449
  /**
6261
6450
  * Stacks Blockchain API
6262
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6451
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6263
6452
  *
6264
6453
  * The version of the OpenAPI document: STACKS_API_VERSION
6265
6454
  *
@@ -6318,7 +6507,7 @@
6318
6507
 
6319
6508
  /**
6320
6509
  * Stacks Blockchain API
6321
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6510
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6322
6511
  *
6323
6512
  * The version of the OpenAPI document: STACKS_API_VERSION
6324
6513
  *
@@ -6359,7 +6548,7 @@
6359
6548
 
6360
6549
  /**
6361
6550
  * Stacks Blockchain API
6362
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6551
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6363
6552
  *
6364
6553
  * The version of the OpenAPI document: STACKS_API_VERSION
6365
6554
  *
@@ -6466,7 +6655,7 @@
6466
6655
 
6467
6656
  /**
6468
6657
  * Stacks Blockchain API
6469
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6658
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6470
6659
  *
6471
6660
  * The version of the OpenAPI document: STACKS_API_VERSION
6472
6661
  *
@@ -6544,7 +6733,7 @@
6544
6733
 
6545
6734
  /**
6546
6735
  * Stacks Blockchain API
6547
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6736
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6548
6737
  *
6549
6738
  * The version of the OpenAPI document: STACKS_API_VERSION
6550
6739
  *
@@ -6585,7 +6774,7 @@
6585
6774
 
6586
6775
  /**
6587
6776
  * Stacks Blockchain API
6588
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6777
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6589
6778
  *
6590
6779
  * The version of the OpenAPI document: STACKS_API_VERSION
6591
6780
  *
@@ -6632,7 +6821,7 @@
6632
6821
 
6633
6822
  /**
6634
6823
  * Stacks Blockchain API
6635
- * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/get-started/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6824
+ * Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/stacks-blockchain-api). [Download Postman collection](https://hirosystems.github.io/stacks-blockchain-api/collection.json)
6636
6825
  *
6637
6826
  * The version of the OpenAPI document: STACKS_API_VERSION
6638
6827
  *
@@ -7284,7 +7473,7 @@
7284
7473
  }
7285
7474
  }
7286
7475
  /**
7287
- * **NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks). Retrieves block details of a specific block for a given burnchain block hash
7476
+ * **NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks). Retrieves block details of a specific block for a given burnchain block hash
7288
7477
  * Get block by burnchain block hash
7289
7478
  */
7290
7479
  ;
@@ -7314,7 +7503,7 @@
7314
7503
  }
7315
7504
  }
7316
7505
  /**
7317
- * **NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks). Retrieves block details of a specific block for a given burnchain block hash
7506
+ * **NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks). Retrieves block details of a specific block for a given burnchain block hash
7318
7507
  * Get block by burnchain block hash
7319
7508
  */
7320
7509
  ;
@@ -7331,7 +7520,7 @@
7331
7520
  }
7332
7521
  }
7333
7522
  /**
7334
- * **NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks). Retrieves block details of a specific block for a given burn chain height
7523
+ * **NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks). Retrieves block details of a specific block for a given burn chain height
7335
7524
  * Get block by burnchain height
7336
7525
  */
7337
7526
  ;
@@ -7361,7 +7550,7 @@
7361
7550
  }
7362
7551
  }
7363
7552
  /**
7364
- * **NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks). Retrieves block details of a specific block for a given burn chain height
7553
+ * **NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks). Retrieves block details of a specific block for a given burn chain height
7365
7554
  * Get block by burnchain height
7366
7555
  */
7367
7556
  ;
@@ -7378,7 +7567,7 @@
7378
7567
  }
7379
7568
  }
7380
7569
  /**
7381
- * **NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block). Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block (\'get_block_list\' API) to get your block details.
7570
+ * **NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block). Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block (\'get_block_list\' API) to get your block details.
7382
7571
  * Get block by hash
7383
7572
  */
7384
7573
  ;
@@ -7408,7 +7597,7 @@
7408
7597
  }
7409
7598
  }
7410
7599
  /**
7411
- * **NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block). Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block (\'get_block_list\' API) to get your block details.
7600
+ * **NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block). Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block (\'get_block_list\' API) to get your block details.
7412
7601
  * Get block by hash
7413
7602
  */
7414
7603
  ;
@@ -7425,7 +7614,7 @@
7425
7614
  }
7426
7615
  }
7427
7616
  /**
7428
- * **NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block). Retrieves block details of a specific block at a given block height
7617
+ * **NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block). Retrieves block details of a specific block at a given block height
7429
7618
  * Get block by height
7430
7619
  */
7431
7620
  ;
@@ -7455,7 +7644,7 @@
7455
7644
  }
7456
7645
  }
7457
7646
  /**
7458
- * **NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block). Retrieves block details of a specific block at a given block height
7647
+ * **NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block). Retrieves block details of a specific block at a given block height
7459
7648
  * Get block by height
7460
7649
  */
7461
7650
  ;
@@ -7472,7 +7661,7 @@
7472
7661
  }
7473
7662
  }
7474
7663
  /**
7475
- * **NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks). Retrieves a list of recently mined blocks If you need to actively monitor new blocks, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
7664
+ * **NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks). Retrieves a list of recently mined blocks If you need to actively monitor new blocks, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
7476
7665
  * Get recent blocks
7477
7666
  */
7478
7667
  ;
@@ -7507,7 +7696,7 @@
7507
7696
  }
7508
7697
  }
7509
7698
  /**
7510
- * **NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks). Retrieves a list of recently mined blocks If you need to actively monitor new blocks, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
7699
+ * **NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks). Retrieves a list of recently mined blocks If you need to actively monitor new blocks, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
7511
7700
  * Get recent blocks
7512
7701
  */
7513
7702
  ;
@@ -7888,7 +8077,7 @@
7888
8077
  var _proto = FeesApi.prototype;
7889
8078
 
7890
8079
  /**
7891
- * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](#operation/post_fee_transaction). Retrieves estimated fee rate.
8080
+ * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](/api/get-approximate-fees-for-a-given-transaction). Retrieves estimated fee rate.
7892
8081
  * Fetch fee rate
7893
8082
  */
7894
8083
  _proto.fetchFeeRateRaw = function fetchFeeRateRaw(requestParameters, initOverrides) {
@@ -7918,7 +8107,7 @@
7918
8107
  }
7919
8108
  }
7920
8109
  /**
7921
- * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](#operation/post_fee_transaction). Retrieves estimated fee rate.
8110
+ * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](/api/get-approximate-fees-for-a-given-transaction). Retrieves estimated fee rate.
7922
8111
  * Fetch fee rate
7923
8112
  */
7924
8113
  ;
@@ -8224,7 +8413,7 @@
8224
8413
  var queryParameters = {};
8225
8414
  var headerParameters = {};
8226
8415
  return Promise.resolve(_this18.request({
8227
- path: "/extended/v1/status",
8416
+ path: "/extended",
8228
8417
  method: 'GET',
8229
8418
  headers: headerParameters,
8230
8419
  query: queryParameters
@@ -11414,6 +11603,122 @@
11414
11603
  return Promise.reject(e);
11415
11604
  }
11416
11605
  }
11606
+ /**
11607
+ * Retrieves a paginated list of all STX, FT and NFT events concerning a STX address or Smart Contract ID within a specific transaction.
11608
+ * Get events for an address transaction
11609
+ */
11610
+ ;
11611
+
11612
+ _proto.getAddressTransactionEventsRaw = function getAddressTransactionEventsRaw(requestParameters, initOverrides) {
11613
+ try {
11614
+ var _this6 = this;
11615
+
11616
+ if (requestParameters.address === null || requestParameters.address === undefined) {
11617
+ throw new RequiredError('address', 'Required parameter requestParameters.address was null or undefined when calling getAddressTransactionEvents.');
11618
+ }
11619
+
11620
+ if (requestParameters.txId === null || requestParameters.txId === undefined) {
11621
+ throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getAddressTransactionEvents.');
11622
+ }
11623
+
11624
+ var queryParameters = {};
11625
+
11626
+ if (requestParameters.limit !== undefined) {
11627
+ queryParameters['limit'] = requestParameters.limit;
11628
+ }
11629
+
11630
+ if (requestParameters.offset !== undefined) {
11631
+ queryParameters['offset'] = requestParameters.offset;
11632
+ }
11633
+
11634
+ var headerParameters = {};
11635
+ return Promise.resolve(_this6.request({
11636
+ path: "/extended/v2/addresses/{address}/transactions/{tx_id}/events".replace("{" + "address" + "}", encodeURIComponent(String(requestParameters.address))).replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
11637
+ method: 'GET',
11638
+ headers: headerParameters,
11639
+ query: queryParameters
11640
+ }, initOverrides)).then(function (response) {
11641
+ return new JSONApiResponse(response, function (jsonValue) {
11642
+ return AddressTransactionEventListResponseFromJSON(jsonValue);
11643
+ });
11644
+ });
11645
+ } catch (e) {
11646
+ return Promise.reject(e);
11647
+ }
11648
+ }
11649
+ /**
11650
+ * Retrieves a paginated list of all STX, FT and NFT events concerning a STX address or Smart Contract ID within a specific transaction.
11651
+ * Get events for an address transaction
11652
+ */
11653
+ ;
11654
+
11655
+ _proto.getAddressTransactionEvents = function getAddressTransactionEvents(requestParameters, initOverrides) {
11656
+ try {
11657
+ var _this8 = this;
11658
+
11659
+ return Promise.resolve(_this8.getAddressTransactionEventsRaw(requestParameters, initOverrides)).then(function (response) {
11660
+ return Promise.resolve(response.value());
11661
+ });
11662
+ } catch (e) {
11663
+ return Promise.reject(e);
11664
+ }
11665
+ }
11666
+ /**
11667
+ * Retrieves a paginated list of confirmed transactions sent or received by a STX address or Smart Contract ID, alongside the total amount of STX sent or received and the number of STX, FT and NFT transfers contained within each transaction. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
11668
+ * Get address transactions
11669
+ */
11670
+ ;
11671
+
11672
+ _proto.getAddressTransactionsRaw = function getAddressTransactionsRaw(requestParameters, initOverrides) {
11673
+ try {
11674
+ var _this10 = this;
11675
+
11676
+ if (requestParameters.address === null || requestParameters.address === undefined) {
11677
+ throw new RequiredError('address', 'Required parameter requestParameters.address was null or undefined when calling getAddressTransactions.');
11678
+ }
11679
+
11680
+ var queryParameters = {};
11681
+
11682
+ if (requestParameters.limit !== undefined) {
11683
+ queryParameters['limit'] = requestParameters.limit;
11684
+ }
11685
+
11686
+ if (requestParameters.offset !== undefined) {
11687
+ queryParameters['offset'] = requestParameters.offset;
11688
+ }
11689
+
11690
+ var headerParameters = {};
11691
+ return Promise.resolve(_this10.request({
11692
+ path: "/extended/v2/addresses/{address}/transactions".replace("{" + "address" + "}", encodeURIComponent(String(requestParameters.address))),
11693
+ method: 'GET',
11694
+ headers: headerParameters,
11695
+ query: queryParameters
11696
+ }, initOverrides)).then(function (response) {
11697
+ return new JSONApiResponse(response, function (jsonValue) {
11698
+ return AddressTransactionsV2ListResponseFromJSON(jsonValue);
11699
+ });
11700
+ });
11701
+ } catch (e) {
11702
+ return Promise.reject(e);
11703
+ }
11704
+ }
11705
+ /**
11706
+ * Retrieves a paginated list of confirmed transactions sent or received by a STX address or Smart Contract ID, alongside the total amount of STX sent or received and the number of STX, FT and NFT transfers contained within each transaction. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
11707
+ * Get address transactions
11708
+ */
11709
+ ;
11710
+
11711
+ _proto.getAddressTransactions = function getAddressTransactions(requestParameters, initOverrides) {
11712
+ try {
11713
+ var _this12 = this;
11714
+
11715
+ return Promise.resolve(_this12.getAddressTransactionsRaw(requestParameters, initOverrides)).then(function (response) {
11716
+ return Promise.resolve(response.value());
11717
+ });
11718
+ } catch (e) {
11719
+ return Promise.reject(e);
11720
+ }
11721
+ }
11417
11722
  /**
11418
11723
  * Retrieves all recently-broadcast transactions that have been dropped from the mempool. Transactions are dropped from the mempool if: * they were stale and awaiting garbage collection or, * were expensive, or * were replaced with a new fee
11419
11724
  * Get dropped mempool transactions
@@ -11422,7 +11727,7 @@
11422
11727
 
11423
11728
  _proto.getDroppedMempoolTransactionListRaw = function getDroppedMempoolTransactionListRaw(requestParameters, initOverrides) {
11424
11729
  try {
11425
- var _this6 = this;
11730
+ var _this14 = this;
11426
11731
 
11427
11732
  var queryParameters = {};
11428
11733
 
@@ -11435,7 +11740,7 @@
11435
11740
  }
11436
11741
 
11437
11742
  var headerParameters = {};
11438
- return Promise.resolve(_this6.request({
11743
+ return Promise.resolve(_this14.request({
11439
11744
  path: "/extended/v1/tx/mempool/dropped",
11440
11745
  method: 'GET',
11441
11746
  headers: headerParameters,
@@ -11457,9 +11762,9 @@
11457
11762
 
11458
11763
  _proto.getDroppedMempoolTransactionList = function getDroppedMempoolTransactionList(requestParameters, initOverrides) {
11459
11764
  try {
11460
- var _this8 = this;
11765
+ var _this16 = this;
11461
11766
 
11462
- return Promise.resolve(_this8.getDroppedMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
11767
+ return Promise.resolve(_this16.getDroppedMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
11463
11768
  return Promise.resolve(response.value());
11464
11769
  });
11465
11770
  } catch (e) {
@@ -11474,7 +11779,7 @@
11474
11779
 
11475
11780
  _proto.getFilteredEventsRaw = function getFilteredEventsRaw(requestParameters, initOverrides) {
11476
11781
  try {
11477
- var _this10 = this;
11782
+ var _this18 = this;
11478
11783
 
11479
11784
  var queryParameters = {};
11480
11785
 
@@ -11499,7 +11804,7 @@
11499
11804
  }
11500
11805
 
11501
11806
  var headerParameters = {};
11502
- return Promise.resolve(_this10.request({
11807
+ return Promise.resolve(_this18.request({
11503
11808
  path: "/extended/v1/tx/events",
11504
11809
  method: 'GET',
11505
11810
  headers: headerParameters,
@@ -11521,9 +11826,9 @@
11521
11826
 
11522
11827
  _proto.getFilteredEvents = function getFilteredEvents(requestParameters, initOverrides) {
11523
11828
  try {
11524
- var _this12 = this;
11829
+ var _this20 = this;
11525
11830
 
11526
- return Promise.resolve(_this12.getFilteredEventsRaw(requestParameters, initOverrides)).then(function (response) {
11831
+ return Promise.resolve(_this20.getFilteredEventsRaw(requestParameters, initOverrides)).then(function (response) {
11527
11832
  return Promise.resolve(response.value());
11528
11833
  });
11529
11834
  } catch (e) {
@@ -11538,7 +11843,7 @@
11538
11843
 
11539
11844
  _proto.getMempoolTransactionListRaw = function getMempoolTransactionListRaw(requestParameters, initOverrides) {
11540
11845
  try {
11541
- var _this14 = this;
11846
+ var _this22 = this;
11542
11847
 
11543
11848
  var queryParameters = {};
11544
11849
 
@@ -11575,7 +11880,7 @@
11575
11880
  }
11576
11881
 
11577
11882
  var headerParameters = {};
11578
- return Promise.resolve(_this14.request({
11883
+ return Promise.resolve(_this22.request({
11579
11884
  path: "/extended/v1/tx/mempool",
11580
11885
  method: 'GET',
11581
11886
  headers: headerParameters,
@@ -11597,9 +11902,9 @@
11597
11902
 
11598
11903
  _proto.getMempoolTransactionList = function getMempoolTransactionList(requestParameters, initOverrides) {
11599
11904
  try {
11600
- var _this16 = this;
11905
+ var _this24 = this;
11601
11906
 
11602
- return Promise.resolve(_this16.getMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
11907
+ return Promise.resolve(_this24.getMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
11603
11908
  return Promise.resolve(response.value());
11604
11909
  });
11605
11910
  } catch (e) {
@@ -11614,11 +11919,11 @@
11614
11919
 
11615
11920
  _proto.getMempoolTransactionStatsRaw = function getMempoolTransactionStatsRaw(initOverrides) {
11616
11921
  try {
11617
- var _this18 = this;
11922
+ var _this26 = this;
11618
11923
 
11619
11924
  var queryParameters = {};
11620
11925
  var headerParameters = {};
11621
- return Promise.resolve(_this18.request({
11926
+ return Promise.resolve(_this26.request({
11622
11927
  path: "/extended/v1/tx/mempool/stats",
11623
11928
  method: 'GET',
11624
11929
  headers: headerParameters,
@@ -11640,9 +11945,9 @@
11640
11945
 
11641
11946
  _proto.getMempoolTransactionStats = function getMempoolTransactionStats(initOverrides) {
11642
11947
  try {
11643
- var _this20 = this;
11948
+ var _this28 = this;
11644
11949
 
11645
- return Promise.resolve(_this20.getMempoolTransactionStatsRaw(initOverrides)).then(function (response) {
11950
+ return Promise.resolve(_this28.getMempoolTransactionStatsRaw(initOverrides)).then(function (response) {
11646
11951
  return Promise.resolve(response.value());
11647
11952
  });
11648
11953
  } catch (e) {
@@ -11657,7 +11962,7 @@
11657
11962
 
11658
11963
  _proto.getRawTransactionByIdRaw = function getRawTransactionByIdRaw(requestParameters, initOverrides) {
11659
11964
  try {
11660
- var _this22 = this;
11965
+ var _this30 = this;
11661
11966
 
11662
11967
  if (requestParameters.txId === null || requestParameters.txId === undefined) {
11663
11968
  throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getRawTransactionById.');
@@ -11665,7 +11970,7 @@
11665
11970
 
11666
11971
  var queryParameters = {};
11667
11972
  var headerParameters = {};
11668
- return Promise.resolve(_this22.request({
11973
+ return Promise.resolve(_this30.request({
11669
11974
  path: "/extended/v1/tx/{tx_id}/raw".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
11670
11975
  method: 'GET',
11671
11976
  headers: headerParameters,
@@ -11687,9 +11992,9 @@
11687
11992
 
11688
11993
  _proto.getRawTransactionById = function getRawTransactionById(requestParameters, initOverrides) {
11689
11994
  try {
11690
- var _this24 = this;
11995
+ var _this32 = this;
11691
11996
 
11692
- return Promise.resolve(_this24.getRawTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
11997
+ return Promise.resolve(_this32.getRawTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
11693
11998
  return Promise.resolve(response.value());
11694
11999
  });
11695
12000
  } catch (e) {
@@ -11704,7 +12009,7 @@
11704
12009
 
11705
12010
  _proto.getTransactionByIdRaw = function getTransactionByIdRaw(requestParameters, initOverrides) {
11706
12011
  try {
11707
- var _this26 = this;
12012
+ var _this34 = this;
11708
12013
 
11709
12014
  if (requestParameters.txId === null || requestParameters.txId === undefined) {
11710
12015
  throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTransactionById.');
@@ -11725,7 +12030,7 @@
11725
12030
  }
11726
12031
 
11727
12032
  var headerParameters = {};
11728
- return Promise.resolve(_this26.request({
12033
+ return Promise.resolve(_this34.request({
11729
12034
  path: "/extended/v1/tx/{tx_id}".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
11730
12035
  method: 'GET',
11731
12036
  headers: headerParameters,
@@ -11745,9 +12050,9 @@
11745
12050
 
11746
12051
  _proto.getTransactionById = function getTransactionById(requestParameters, initOverrides) {
11747
12052
  try {
11748
- var _this28 = this;
12053
+ var _this36 = this;
11749
12054
 
11750
- return Promise.resolve(_this28.getTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
12055
+ return Promise.resolve(_this36.getTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
11751
12056
  return Promise.resolve(response.value());
11752
12057
  });
11753
12058
  } catch (e) {
@@ -11762,7 +12067,7 @@
11762
12067
 
11763
12068
  _proto.getTransactionListRaw = function getTransactionListRaw(requestParameters, initOverrides) {
11764
12069
  try {
11765
- var _this30 = this;
12070
+ var _this38 = this;
11766
12071
 
11767
12072
  var queryParameters = {};
11768
12073
 
@@ -11783,7 +12088,7 @@
11783
12088
  }
11784
12089
 
11785
12090
  var headerParameters = {};
11786
- return Promise.resolve(_this30.request({
12091
+ return Promise.resolve(_this38.request({
11787
12092
  path: "/extended/v1/tx",
11788
12093
  method: 'GET',
11789
12094
  headers: headerParameters,
@@ -11805,9 +12110,9 @@
11805
12110
 
11806
12111
  _proto.getTransactionList = function getTransactionList(requestParameters, initOverrides) {
11807
12112
  try {
11808
- var _this32 = this;
12113
+ var _this40 = this;
11809
12114
 
11810
- return Promise.resolve(_this32.getTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
12115
+ return Promise.resolve(_this40.getTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
11811
12116
  return Promise.resolve(response.value());
11812
12117
  });
11813
12118
  } catch (e) {
@@ -11822,7 +12127,7 @@
11822
12127
 
11823
12128
  _proto.getTransactionsByBlockRaw = function getTransactionsByBlockRaw(requestParameters, initOverrides) {
11824
12129
  try {
11825
- var _this34 = this;
12130
+ var _this42 = this;
11826
12131
 
11827
12132
  if (requestParameters.heightOrHash === null || requestParameters.heightOrHash === undefined) {
11828
12133
  throw new RequiredError('heightOrHash', 'Required parameter requestParameters.heightOrHash was null or undefined when calling getTransactionsByBlock.');
@@ -11830,7 +12135,7 @@
11830
12135
 
11831
12136
  var queryParameters = {};
11832
12137
  var headerParameters = {};
11833
- return Promise.resolve(_this34.request({
12138
+ return Promise.resolve(_this42.request({
11834
12139
  path: "/extended/v2/blocks/{height_or_hash}/transactions".replace("{" + "height_or_hash" + "}", encodeURIComponent(String(requestParameters.heightOrHash))),
11835
12140
  method: 'GET',
11836
12141
  headers: headerParameters,
@@ -11852,9 +12157,9 @@
11852
12157
 
11853
12158
  _proto.getTransactionsByBlock = function getTransactionsByBlock(requestParameters, initOverrides) {
11854
12159
  try {
11855
- var _this36 = this;
12160
+ var _this44 = this;
11856
12161
 
11857
- return Promise.resolve(_this36.getTransactionsByBlockRaw(requestParameters, initOverrides)).then(function (response) {
12162
+ return Promise.resolve(_this44.getTransactionsByBlockRaw(requestParameters, initOverrides)).then(function (response) {
11858
12163
  return Promise.resolve(response.value());
11859
12164
  });
11860
12165
  } catch (e) {
@@ -11862,14 +12167,14 @@
11862
12167
  }
11863
12168
  }
11864
12169
  /**
11865
- * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block). Retrieves a list of all transactions within a block for a given block hash.
12170
+ * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block). Retrieves a list of all transactions within a block for a given block hash.
11866
12171
  * Transactions by block hash
11867
12172
  */
11868
12173
  ;
11869
12174
 
11870
12175
  _proto.getTransactionsByBlockHashRaw = function getTransactionsByBlockHashRaw(requestParameters, initOverrides) {
11871
12176
  try {
11872
- var _this38 = this;
12177
+ var _this46 = this;
11873
12178
 
11874
12179
  if (requestParameters.blockHash === null || requestParameters.blockHash === undefined) {
11875
12180
  throw new RequiredError('blockHash', 'Required parameter requestParameters.blockHash was null or undefined when calling getTransactionsByBlockHash.');
@@ -11886,7 +12191,7 @@
11886
12191
  }
11887
12192
 
11888
12193
  var headerParameters = {};
11889
- return Promise.resolve(_this38.request({
12194
+ return Promise.resolve(_this46.request({
11890
12195
  path: "/extended/v1/tx/block/{block_hash}".replace("{" + "block_hash" + "}", encodeURIComponent(String(requestParameters.blockHash))),
11891
12196
  method: 'GET',
11892
12197
  headers: headerParameters,
@@ -11901,16 +12206,16 @@
11901
12206
  }
11902
12207
  }
11903
12208
  /**
11904
- * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block). Retrieves a list of all transactions within a block for a given block hash.
12209
+ * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block). Retrieves a list of all transactions within a block for a given block hash.
11905
12210
  * Transactions by block hash
11906
12211
  */
11907
12212
  ;
11908
12213
 
11909
12214
  _proto.getTransactionsByBlockHash = function getTransactionsByBlockHash(requestParameters, initOverrides) {
11910
12215
  try {
11911
- var _this40 = this;
12216
+ var _this48 = this;
11912
12217
 
11913
- return Promise.resolve(_this40.getTransactionsByBlockHashRaw(requestParameters, initOverrides)).then(function (response) {
12218
+ return Promise.resolve(_this48.getTransactionsByBlockHashRaw(requestParameters, initOverrides)).then(function (response) {
11914
12219
  return Promise.resolve(response.value());
11915
12220
  });
11916
12221
  } catch (e) {
@@ -11918,14 +12223,14 @@
11918
12223
  }
11919
12224
  }
11920
12225
  /**
11921
- * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block). Retrieves all transactions within a block at a given height
12226
+ * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block). Retrieves all transactions within a block at a given height
11922
12227
  * Transactions by block height
11923
12228
  */
11924
12229
  ;
11925
12230
 
11926
12231
  _proto.getTransactionsByBlockHeightRaw = function getTransactionsByBlockHeightRaw(requestParameters, initOverrides) {
11927
12232
  try {
11928
- var _this42 = this;
12233
+ var _this50 = this;
11929
12234
 
11930
12235
  if (requestParameters.height === null || requestParameters.height === undefined) {
11931
12236
  throw new RequiredError('height', 'Required parameter requestParameters.height was null or undefined when calling getTransactionsByBlockHeight.');
@@ -11946,7 +12251,7 @@
11946
12251
  }
11947
12252
 
11948
12253
  var headerParameters = {};
11949
- return Promise.resolve(_this42.request({
12254
+ return Promise.resolve(_this50.request({
11950
12255
  path: "/extended/v1/tx/block_height/{height}".replace("{" + "height" + "}", encodeURIComponent(String(requestParameters.height))),
11951
12256
  method: 'GET',
11952
12257
  headers: headerParameters,
@@ -11961,16 +12266,16 @@
11961
12266
  }
11962
12267
  }
11963
12268
  /**
11964
- * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block). Retrieves all transactions within a block at a given height
12269
+ * **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block). Retrieves all transactions within a block at a given height
11965
12270
  * Transactions by block height
11966
12271
  */
11967
12272
  ;
11968
12273
 
11969
12274
  _proto.getTransactionsByBlockHeight = function getTransactionsByBlockHeight(requestParameters, initOverrides) {
11970
12275
  try {
11971
- var _this44 = this;
12276
+ var _this52 = this;
11972
12277
 
11973
- return Promise.resolve(_this44.getTransactionsByBlockHeightRaw(requestParameters, initOverrides)).then(function (response) {
12278
+ return Promise.resolve(_this52.getTransactionsByBlockHeightRaw(requestParameters, initOverrides)).then(function (response) {
11974
12279
  return Promise.resolve(response.value());
11975
12280
  });
11976
12281
  } catch (e) {
@@ -11985,7 +12290,7 @@
11985
12290
 
11986
12291
  _proto.getTxListDetailsRaw = function getTxListDetailsRaw(requestParameters, initOverrides) {
11987
12292
  try {
11988
- var _this46 = this;
12293
+ var _this54 = this;
11989
12294
 
11990
12295
  if (requestParameters.txId === null || requestParameters.txId === undefined) {
11991
12296
  throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTxListDetails.');
@@ -12010,7 +12315,7 @@
12010
12315
  }
12011
12316
 
12012
12317
  var headerParameters = {};
12013
- return Promise.resolve(_this46.request({
12318
+ return Promise.resolve(_this54.request({
12014
12319
  path: "/extended/v1/tx/multiple",
12015
12320
  method: 'GET',
12016
12321
  headers: headerParameters,
@@ -12030,9 +12335,9 @@
12030
12335
 
12031
12336
  _proto.getTxListDetails = function getTxListDetails(requestParameters, initOverrides) {
12032
12337
  try {
12033
- var _this48 = this;
12338
+ var _this56 = this;
12034
12339
 
12035
- return Promise.resolve(_this48.getTxListDetailsRaw(requestParameters, initOverrides)).then(function (response) {
12340
+ return Promise.resolve(_this56.getTxListDetailsRaw(requestParameters, initOverrides)).then(function (response) {
12036
12341
  return Promise.resolve(response.value());
12037
12342
  });
12038
12343
  } catch (e) {
@@ -12047,12 +12352,12 @@
12047
12352
 
12048
12353
  _proto.postCoreNodeTransactionsRaw = function postCoreNodeTransactionsRaw(requestParameters, initOverrides) {
12049
12354
  try {
12050
- var _this50 = this;
12355
+ var _this58 = this;
12051
12356
 
12052
12357
  var queryParameters = {};
12053
12358
  var headerParameters = {};
12054
12359
  headerParameters['Content-Type'] = 'application/octet-stream';
12055
- return Promise.resolve(_this50.request({
12360
+ return Promise.resolve(_this58.request({
12056
12361
  path: "/v2/transactions",
12057
12362
  method: 'POST',
12058
12363
  headers: headerParameters,
@@ -12073,9 +12378,9 @@
12073
12378
 
12074
12379
  _proto.postCoreNodeTransactions = function postCoreNodeTransactions(requestParameters, initOverrides) {
12075
12380
  try {
12076
- var _this52 = this;
12381
+ var _this60 = this;
12077
12382
 
12078
- return Promise.resolve(_this52.postCoreNodeTransactionsRaw(requestParameters, initOverrides)).then(function (response) {
12383
+ return Promise.resolve(_this60.postCoreNodeTransactionsRaw(requestParameters, initOverrides)).then(function (response) {
12079
12384
  return Promise.resolve(response.value());
12080
12385
  });
12081
12386
  } catch (e) {
@@ -17293,6 +17598,12 @@
17293
17598
  exports.AddressTokenOfferingLockedFromJSON = AddressTokenOfferingLockedFromJSON;
17294
17599
  exports.AddressTokenOfferingLockedFromJSONTyped = AddressTokenOfferingLockedFromJSONTyped;
17295
17600
  exports.AddressTokenOfferingLockedToJSON = AddressTokenOfferingLockedToJSON;
17601
+ exports.AddressTransactionEventListResponseFromJSON = AddressTransactionEventListResponseFromJSON;
17602
+ exports.AddressTransactionEventListResponseFromJSONTyped = AddressTransactionEventListResponseFromJSONTyped;
17603
+ exports.AddressTransactionEventListResponseToJSON = AddressTransactionEventListResponseToJSON;
17604
+ exports.AddressTransactionFromJSON = AddressTransactionFromJSON;
17605
+ exports.AddressTransactionFromJSONTyped = AddressTransactionFromJSONTyped;
17606
+ exports.AddressTransactionToJSON = AddressTransactionToJSON;
17296
17607
  exports.AddressTransactionWithTransfersFromJSON = AddressTransactionWithTransfersFromJSON;
17297
17608
  exports.AddressTransactionWithTransfersFromJSONTyped = AddressTransactionWithTransfersFromJSONTyped;
17298
17609
  exports.AddressTransactionWithTransfersFtTransfersFromJSON = AddressTransactionWithTransfersFtTransfersFromJSON;
@@ -17311,6 +17622,15 @@
17311
17622
  exports.AddressTransactionsListResponseFromJSON = AddressTransactionsListResponseFromJSON;
17312
17623
  exports.AddressTransactionsListResponseFromJSONTyped = AddressTransactionsListResponseFromJSONTyped;
17313
17624
  exports.AddressTransactionsListResponseToJSON = AddressTransactionsListResponseToJSON;
17625
+ exports.AddressTransactionsV2ListResponseEventsFromJSON = AddressTransactionsV2ListResponseEventsFromJSON;
17626
+ exports.AddressTransactionsV2ListResponseEventsFromJSONTyped = AddressTransactionsV2ListResponseEventsFromJSONTyped;
17627
+ exports.AddressTransactionsV2ListResponseEventsStxFromJSON = AddressTransactionsV2ListResponseEventsStxFromJSON;
17628
+ exports.AddressTransactionsV2ListResponseEventsStxFromJSONTyped = AddressTransactionsV2ListResponseEventsStxFromJSONTyped;
17629
+ exports.AddressTransactionsV2ListResponseEventsStxToJSON = AddressTransactionsV2ListResponseEventsStxToJSON;
17630
+ exports.AddressTransactionsV2ListResponseEventsToJSON = AddressTransactionsV2ListResponseEventsToJSON;
17631
+ exports.AddressTransactionsV2ListResponseFromJSON = AddressTransactionsV2ListResponseFromJSON;
17632
+ exports.AddressTransactionsV2ListResponseFromJSONTyped = AddressTransactionsV2ListResponseFromJSONTyped;
17633
+ exports.AddressTransactionsV2ListResponseToJSON = AddressTransactionsV2ListResponseToJSON;
17314
17634
  exports.AddressTransactionsWithTransfersListResponseFromJSON = AddressTransactionsWithTransfersListResponseFromJSON;
17315
17635
  exports.AddressTransactionsWithTransfersListResponseFromJSONTyped = AddressTransactionsWithTransfersListResponseFromJSONTyped;
17316
17636
  exports.AddressTransactionsWithTransfersListResponseToJSON = AddressTransactionsWithTransfersListResponseToJSON;