@stacks/blockchain-api-client 7.4.0-nakamoto.9 → 7.5.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 (416) hide show
  1. package/README.md +16 -13
  2. package/lib/generated/apis/AccountsApi.d.ts +360 -325
  3. package/lib/generated/apis/AccountsApi.js +38 -0
  4. package/lib/generated/apis/AccountsApi.js.map +1 -1
  5. package/lib/generated/apis/BlocksApi.d.ts +163 -306
  6. package/lib/generated/apis/BlocksApi.js +10 -152
  7. package/lib/generated/apis/BlocksApi.js.map +1 -1
  8. package/lib/generated/apis/FaucetsApi.d.ts +84 -86
  9. package/lib/generated/apis/FaucetsApi.js +1 -3
  10. package/lib/generated/apis/FaucetsApi.js.map +1 -1
  11. package/lib/generated/apis/FeesApi.d.ts +103 -103
  12. package/lib/generated/apis/FeesApi.js.map +1 -1
  13. package/lib/generated/apis/FungibleTokensApi.d.ts +82 -0
  14. package/lib/generated/apis/FungibleTokensApi.js +80 -0
  15. package/lib/generated/apis/FungibleTokensApi.js.map +1 -0
  16. package/lib/generated/apis/InfoApi.d.ts +253 -253
  17. package/lib/generated/apis/InfoApi.js +1 -1
  18. package/lib/generated/apis/InfoApi.js.map +1 -1
  19. package/lib/generated/apis/MempoolApi.d.ts +49 -0
  20. package/lib/generated/apis/MempoolApi.js +48 -0
  21. package/lib/generated/apis/MempoolApi.js.map +1 -0
  22. package/lib/generated/apis/MicroblocksApi.d.ts +105 -105
  23. package/lib/generated/apis/MicroblocksApi.js.map +1 -1
  24. package/lib/generated/apis/NamesApi.d.ts +298 -298
  25. package/lib/generated/apis/NamesApi.js.map +1 -1
  26. package/lib/generated/apis/NonFungibleTokensApi.d.ts +191 -135
  27. package/lib/generated/apis/NonFungibleTokensApi.js +55 -0
  28. package/lib/generated/apis/NonFungibleTokensApi.js.map +1 -1
  29. package/lib/generated/apis/RosettaApi.d.ts +454 -454
  30. package/lib/generated/apis/RosettaApi.js.map +1 -1
  31. package/lib/generated/apis/SearchApi.d.ts +54 -54
  32. package/lib/generated/apis/SearchApi.js.map +1 -1
  33. package/lib/generated/apis/SmartContractsApi.d.ts +255 -255
  34. package/lib/generated/apis/SmartContractsApi.js.map +1 -1
  35. package/lib/generated/apis/StackingApi.d.ts +61 -61
  36. package/lib/generated/apis/StackingApi.js.map +1 -1
  37. package/lib/generated/apis/StackingRewardsApi.d.ts +173 -173
  38. package/lib/generated/apis/StackingRewardsApi.js.map +1 -1
  39. package/lib/generated/apis/TransactionsApi.d.ts +430 -431
  40. package/lib/generated/apis/TransactionsApi.js +2 -3
  41. package/lib/generated/apis/TransactionsApi.js.map +1 -1
  42. package/lib/generated/apis/index.d.ts +16 -14
  43. package/lib/generated/apis/index.js +2 -0
  44. package/lib/generated/apis/index.js.map +1 -1
  45. package/lib/generated/index.d.ts +3 -3
  46. package/lib/generated/models/AccountDataResponse.d.ts +57 -57
  47. package/lib/generated/models/AccountDataResponse.js.map +1 -1
  48. package/lib/generated/models/AddressAssetsListResponse.d.ts +45 -45
  49. package/lib/generated/models/AddressAssetsListResponse.js.map +1 -1
  50. package/lib/generated/models/AddressBalanceResponse.d.ts +50 -50
  51. package/lib/generated/models/AddressBalanceResponse.js.map +1 -1
  52. package/lib/generated/models/AddressNftListResponse.d.ts +46 -0
  53. package/lib/generated/models/{BurnBlockListResponse.js → AddressNftListResponse.js} +11 -11
  54. package/lib/generated/models/AddressNftListResponse.js.map +1 -0
  55. package/lib/generated/models/AddressNftListResponseValue.d.ts +33 -0
  56. package/lib/generated/models/{InlineObject1.js → AddressNftListResponseValue.js} +13 -12
  57. package/lib/generated/models/AddressNftListResponseValue.js.map +1 -0
  58. package/lib/generated/models/AddressNonces.d.ts +51 -51
  59. package/lib/generated/models/AddressNonces.js.map +1 -1
  60. package/lib/generated/models/AddressStxInboundListResponse.d.ts +46 -46
  61. package/lib/generated/models/AddressStxInboundListResponse.js.map +1 -1
  62. package/lib/generated/models/AddressTokenOfferingLocked.d.ts +40 -40
  63. package/lib/generated/models/AddressTokenOfferingLocked.js.map +1 -1
  64. package/lib/generated/models/AddressTransactionWithTransfers.d.ts +58 -58
  65. package/lib/generated/models/AddressTransactionWithTransfers.js.map +1 -1
  66. package/lib/generated/models/AddressTransactionWithTransfersFtTransfers.d.ts +45 -45
  67. package/lib/generated/models/AddressTransactionWithTransfersFtTransfers.js.map +1 -1
  68. package/lib/generated/models/AddressTransactionWithTransfersNftTransfers.d.ts +46 -46
  69. package/lib/generated/models/AddressTransactionWithTransfersNftTransfers.js.map +1 -1
  70. package/lib/generated/models/AddressTransactionWithTransfersStxTransfers.d.ts +39 -39
  71. package/lib/generated/models/AddressTransactionWithTransfersStxTransfers.js.map +1 -1
  72. package/lib/generated/models/AddressTransactionWithTransfersValue.d.ts +33 -33
  73. package/lib/generated/models/AddressTransactionWithTransfersValue.js.map +1 -1
  74. package/lib/generated/models/AddressTransactionsListResponse.d.ts +45 -45
  75. package/lib/generated/models/AddressTransactionsListResponse.js.map +1 -1
  76. package/lib/generated/models/AddressTransactionsWithTransfersListResponse.d.ts +46 -46
  77. package/lib/generated/models/AddressTransactionsWithTransfersListResponse.js.map +1 -1
  78. package/lib/generated/models/AddressUnlockSchedule.d.ts +33 -33
  79. package/lib/generated/models/AddressUnlockSchedule.js.map +1 -1
  80. package/lib/generated/models/Block.d.ts +149 -149
  81. package/lib/generated/models/Block.js.map +1 -1
  82. package/lib/generated/models/BlockListResponse.d.ts +46 -46
  83. package/lib/generated/models/BlockListResponse.js.map +1 -1
  84. package/lib/generated/models/BnsError.d.ts +27 -27
  85. package/lib/generated/models/BnsError.js.map +1 -1
  86. package/lib/generated/models/BnsGetAllNamespacesResponse.d.ts +27 -27
  87. package/lib/generated/models/BnsGetAllNamespacesResponse.js.map +1 -1
  88. package/lib/generated/models/BnsGetNameInfoResponse.d.ts +75 -75
  89. package/lib/generated/models/BnsGetNameInfoResponse.js.map +1 -1
  90. package/lib/generated/models/BnsGetNamePriceResponse.d.ts +33 -33
  91. package/lib/generated/models/BnsGetNamePriceResponse.js.map +1 -1
  92. package/lib/generated/models/BnsGetNamespacePriceResponse.d.ts +33 -33
  93. package/lib/generated/models/BnsGetNamespacePriceResponse.js.map +1 -1
  94. package/lib/generated/models/BnsNamesOwnByAddressResponse.d.ts +27 -27
  95. package/lib/generated/models/BnsNamesOwnByAddressResponse.js.map +1 -1
  96. package/lib/generated/models/BurnchainReward.d.ts +63 -63
  97. package/lib/generated/models/BurnchainReward.js.map +1 -1
  98. package/lib/generated/models/BurnchainRewardListResponse.d.ts +40 -40
  99. package/lib/generated/models/BurnchainRewardListResponse.js.map +1 -1
  100. package/lib/generated/models/BurnchainRewardSlotHolder.d.ts +51 -51
  101. package/lib/generated/models/BurnchainRewardSlotHolder.js.map +1 -1
  102. package/lib/generated/models/BurnchainRewardSlotHolderListResponse.d.ts +46 -46
  103. package/lib/generated/models/BurnchainRewardSlotHolderListResponse.js.map +1 -1
  104. package/lib/generated/models/BurnchainRewardsTotal.d.ts +33 -33
  105. package/lib/generated/models/BurnchainRewardsTotal.js.map +1 -1
  106. package/lib/generated/models/ChainTip.d.ts +57 -57
  107. package/lib/generated/models/ChainTip.js.map +1 -1
  108. package/lib/generated/models/ContractInterfaceResponse.d.ts +51 -51
  109. package/lib/generated/models/ContractInterfaceResponse.js.map +1 -1
  110. package/lib/generated/models/ContractListResponse.d.ts +40 -40
  111. package/lib/generated/models/ContractListResponse.js.map +1 -1
  112. package/lib/generated/models/ContractSourceResponse.d.ts +39 -39
  113. package/lib/generated/models/ContractSourceResponse.js.map +1 -1
  114. package/lib/generated/models/CoreNodeInfoResponse.d.ts +99 -99
  115. package/lib/generated/models/CoreNodeInfoResponse.js.map +1 -1
  116. package/lib/generated/models/CoreNodePoxResponse.d.ts +75 -75
  117. package/lib/generated/models/CoreNodePoxResponse.js.map +1 -1
  118. package/lib/generated/models/FeeRate.d.ts +27 -27
  119. package/lib/generated/models/FeeRate.js.map +1 -1
  120. package/lib/generated/models/FeeRateRequest.d.ts +27 -27
  121. package/lib/generated/models/FeeRateRequest.js.map +1 -1
  122. package/lib/generated/models/FungibleTokenMetadata.d.ts +75 -0
  123. package/lib/generated/models/FungibleTokenMetadata.js +58 -0
  124. package/lib/generated/models/FungibleTokenMetadata.js.map +1 -0
  125. package/lib/generated/models/FungibleTokensMetadataList.d.ts +46 -0
  126. package/lib/generated/models/{NakamotoBlockListResponse.js → FungibleTokensMetadataList.js} +11 -11
  127. package/lib/generated/models/FungibleTokensMetadataList.js.map +1 -0
  128. package/lib/generated/models/GetRawTransactionResult.d.ts +27 -27
  129. package/lib/generated/models/GetRawTransactionResult.js.map +1 -1
  130. package/lib/generated/models/GetStxSupplyLegacyFormatResponse.d.ts +57 -57
  131. package/lib/generated/models/GetStxSupplyLegacyFormatResponse.js.map +1 -1
  132. package/lib/generated/models/GetStxSupplyResponse.d.ts +45 -45
  133. package/lib/generated/models/GetStxSupplyResponse.js.map +1 -1
  134. package/lib/generated/models/InboundStxTransfer.d.ts +72 -72
  135. package/lib/generated/models/InboundStxTransfer.js +1 -1
  136. package/lib/generated/models/InboundStxTransfer.js.map +1 -1
  137. package/lib/generated/models/InlineObject.d.ts +27 -33
  138. package/lib/generated/models/InlineObject.js +0 -2
  139. package/lib/generated/models/InlineObject.js.map +1 -1
  140. package/lib/generated/models/InlineResponse403.d.ts +33 -33
  141. package/lib/generated/models/InlineResponse403.js.map +1 -1
  142. package/lib/generated/models/MapEntryResponse.d.ts +33 -33
  143. package/lib/generated/models/MapEntryResponse.js.map +1 -1
  144. package/lib/generated/models/MempoolFeePriorities.d.ts +46 -0
  145. package/lib/generated/models/MempoolFeePriorities.js +50 -0
  146. package/lib/generated/models/MempoolFeePriorities.js.map +1 -0
  147. package/lib/generated/models/MempoolFeePrioritiesAll.d.ts +45 -0
  148. package/lib/generated/models/MempoolFeePrioritiesAll.js +48 -0
  149. package/lib/generated/models/MempoolFeePrioritiesAll.js.map +1 -0
  150. package/lib/generated/models/MempoolTransactionListResponse.d.ts +45 -45
  151. package/lib/generated/models/MempoolTransactionListResponse.js.map +1 -1
  152. package/lib/generated/models/MempoolTransactionStatsResponse.d.ts +46 -46
  153. package/lib/generated/models/MempoolTransactionStatsResponse.js.map +1 -1
  154. package/lib/generated/models/MempoolTransactionStatsResponseTxAges.d.ts +46 -46
  155. package/lib/generated/models/MempoolTransactionStatsResponseTxAges.js.map +1 -1
  156. package/lib/generated/models/MempoolTransactionStatsResponseTxByteSizes.d.ts +46 -46
  157. package/lib/generated/models/MempoolTransactionStatsResponseTxByteSizes.js.map +1 -1
  158. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.d.ts +46 -46
  159. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.js.map +1 -1
  160. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.d.ts +45 -45
  161. package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.js.map +1 -1
  162. package/lib/generated/models/MempoolTransactionStatsResponseTxTypeCounts.d.ts +45 -45
  163. package/lib/generated/models/MempoolTransactionStatsResponseTxTypeCounts.js.map +1 -1
  164. package/lib/generated/models/Microblock.d.ts +105 -105
  165. package/lib/generated/models/Microblock.js.map +1 -1
  166. package/lib/generated/models/MicroblockListResponse.d.ts +46 -46
  167. package/lib/generated/models/MicroblockListResponse.js.map +1 -1
  168. package/lib/generated/models/NetworkBlockTimeResponse.d.ts +27 -27
  169. package/lib/generated/models/NetworkBlockTimeResponse.js.map +1 -1
  170. package/lib/generated/models/NetworkBlockTimesResponse.d.ts +34 -34
  171. package/lib/generated/models/NetworkBlockTimesResponse.js.map +1 -1
  172. package/lib/generated/models/NetworkIdentifier.d.ts +40 -40
  173. package/lib/generated/models/NetworkIdentifier.js.map +1 -1
  174. package/lib/generated/models/NftEvent.d.ts +76 -0
  175. package/lib/generated/models/NftEvent.js +60 -0
  176. package/lib/generated/models/NftEvent.js.map +1 -0
  177. package/lib/generated/models/NonFungibleTokenHistoryEventList.d.ts +45 -45
  178. package/lib/generated/models/NonFungibleTokenHistoryEventList.js.map +1 -1
  179. package/lib/generated/models/NonFungibleTokenHoldingsList.d.ts +45 -45
  180. package/lib/generated/models/NonFungibleTokenHoldingsList.js.map +1 -1
  181. package/lib/generated/models/NonFungibleTokenMetadata.d.ts +63 -0
  182. package/lib/generated/models/NonFungibleTokenMetadata.js +54 -0
  183. package/lib/generated/models/NonFungibleTokenMetadata.js.map +1 -0
  184. package/lib/generated/models/NonFungibleTokenMintList.d.ts +45 -45
  185. package/lib/generated/models/NonFungibleTokenMintList.js.map +1 -1
  186. package/lib/generated/models/NonFungibleTokensMetadataList.d.ts +46 -0
  187. package/lib/generated/models/NonFungibleTokensMetadataList.js +49 -0
  188. package/lib/generated/models/NonFungibleTokensMetadataList.js.map +1 -0
  189. package/lib/generated/models/OtherTransactionIdentifier.d.ts +27 -27
  190. package/lib/generated/models/OtherTransactionIdentifier.js.map +1 -1
  191. package/lib/generated/models/PoolDelegation.d.ts +57 -57
  192. package/lib/generated/models/PoolDelegation.js.map +1 -1
  193. package/lib/generated/models/PoolDelegationsResponse.d.ts +46 -46
  194. package/lib/generated/models/PoolDelegationsResponse.js.map +1 -1
  195. package/lib/generated/models/PostCoreNodeTransactionsError.d.ts +45 -45
  196. package/lib/generated/models/PostCoreNodeTransactionsError.js.map +1 -1
  197. package/lib/generated/models/ReadOnlyFunctionArgs.d.ts +33 -33
  198. package/lib/generated/models/ReadOnlyFunctionArgs.js.map +1 -1
  199. package/lib/generated/models/ReadOnlyFunctionSuccessResponse.d.ts +39 -39
  200. package/lib/generated/models/ReadOnlyFunctionSuccessResponse.js.map +1 -1
  201. package/lib/generated/models/RosettaAccount.d.ts +40 -40
  202. package/lib/generated/models/RosettaAccount.js.map +1 -1
  203. package/lib/generated/models/RosettaAccountBalanceRequest.d.ts +40 -40
  204. package/lib/generated/models/RosettaAccountBalanceRequest.js.map +1 -1
  205. package/lib/generated/models/RosettaAccountBalanceResponse.d.ts +46 -46
  206. package/lib/generated/models/RosettaAccountBalanceResponse.js.map +1 -1
  207. package/lib/generated/models/RosettaAccountBalanceResponseCoinIdentifier.d.ts +27 -27
  208. package/lib/generated/models/RosettaAccountBalanceResponseCoinIdentifier.js.map +1 -1
  209. package/lib/generated/models/RosettaAccountBalanceResponseMetadata.d.ts +27 -27
  210. package/lib/generated/models/RosettaAccountBalanceResponseMetadata.js.map +1 -1
  211. package/lib/generated/models/RosettaAccountIdentifier.d.ts +40 -40
  212. package/lib/generated/models/RosettaAccountIdentifier.js.map +1 -1
  213. package/lib/generated/models/RosettaAmount.d.ts +40 -40
  214. package/lib/generated/models/RosettaAmount.js.map +1 -1
  215. package/lib/generated/models/RosettaBlock.d.ts +52 -52
  216. package/lib/generated/models/RosettaBlock.js.map +1 -1
  217. package/lib/generated/models/RosettaBlockMetadata.d.ts +39 -39
  218. package/lib/generated/models/RosettaBlockMetadata.js.map +1 -1
  219. package/lib/generated/models/RosettaBlockMetadata1.d.ts +33 -33
  220. package/lib/generated/models/RosettaBlockMetadata1.js.map +1 -1
  221. package/lib/generated/models/RosettaBlockRequest.d.ts +34 -34
  222. package/lib/generated/models/RosettaBlockRequest.js.map +1 -1
  223. package/lib/generated/models/RosettaBlockResponse.d.ts +34 -34
  224. package/lib/generated/models/RosettaBlockResponse.js.map +1 -1
  225. package/lib/generated/models/RosettaBlockTransactionRequest.d.ts +40 -40
  226. package/lib/generated/models/RosettaBlockTransactionRequest.js.map +1 -1
  227. package/lib/generated/models/RosettaBlockTransactionResponse.d.ts +28 -28
  228. package/lib/generated/models/RosettaBlockTransactionResponse.js.map +1 -1
  229. package/lib/generated/models/RosettaCoin.d.ts +34 -34
  230. package/lib/generated/models/RosettaCoin.js.map +1 -1
  231. package/lib/generated/models/RosettaCoinChange.d.ts +42 -42
  232. package/lib/generated/models/RosettaCoinChange.js +1 -1
  233. package/lib/generated/models/RosettaCoinChange.js.map +1 -1
  234. package/lib/generated/models/RosettaConstructionCombineRequest.d.ts +40 -40
  235. package/lib/generated/models/RosettaConstructionCombineRequest.js.map +1 -1
  236. package/lib/generated/models/RosettaConstructionCombineResponse.d.ts +27 -27
  237. package/lib/generated/models/RosettaConstructionCombineResponse.js.map +1 -1
  238. package/lib/generated/models/RosettaConstructionDeriveRequest.d.ts +40 -40
  239. package/lib/generated/models/RosettaConstructionDeriveRequest.js.map +1 -1
  240. package/lib/generated/models/RosettaConstructionDeriveResponse.d.ts +40 -40
  241. package/lib/generated/models/RosettaConstructionDeriveResponse.js.map +1 -1
  242. package/lib/generated/models/RosettaConstructionHashRequest.d.ts +34 -34
  243. package/lib/generated/models/RosettaConstructionHashRequest.js.map +1 -1
  244. package/lib/generated/models/RosettaConstructionHashResponse.d.ts +34 -34
  245. package/lib/generated/models/RosettaConstructionHashResponse.js.map +1 -1
  246. package/lib/generated/models/RosettaConstructionMetadataRequest.d.ts +40 -40
  247. package/lib/generated/models/RosettaConstructionMetadataRequest.js.map +1 -1
  248. package/lib/generated/models/RosettaConstructionMetadataResponse.d.ts +34 -34
  249. package/lib/generated/models/RosettaConstructionMetadataResponse.js.map +1 -1
  250. package/lib/generated/models/RosettaConstructionMetadataResponseMetadata.d.ts +33 -33
  251. package/lib/generated/models/RosettaConstructionMetadataResponseMetadata.js.map +1 -1
  252. package/lib/generated/models/RosettaConstructionParseRequest.d.ts +40 -40
  253. package/lib/generated/models/RosettaConstructionParseRequest.js.map +1 -1
  254. package/lib/generated/models/RosettaConstructionParseResponse.d.ts +46 -46
  255. package/lib/generated/models/RosettaConstructionParseResponse.js.map +1 -1
  256. package/lib/generated/models/RosettaConstructionPayloadResponse.d.ts +34 -34
  257. package/lib/generated/models/RosettaConstructionPayloadResponse.js.map +1 -1
  258. package/lib/generated/models/RosettaConstructionPayloadsRequest.d.ts +46 -46
  259. package/lib/generated/models/RosettaConstructionPayloadsRequest.js.map +1 -1
  260. package/lib/generated/models/RosettaConstructionPreprocessRequest.d.ts +52 -52
  261. package/lib/generated/models/RosettaConstructionPreprocessRequest.js.map +1 -1
  262. package/lib/generated/models/RosettaConstructionPreprocessResponse.d.ts +34 -34
  263. package/lib/generated/models/RosettaConstructionPreprocessResponse.js.map +1 -1
  264. package/lib/generated/models/RosettaConstructionSubmitRequest.d.ts +34 -34
  265. package/lib/generated/models/RosettaConstructionSubmitRequest.js.map +1 -1
  266. package/lib/generated/models/RosettaConstructionSubmitResponse.d.ts +34 -34
  267. package/lib/generated/models/RosettaConstructionSubmitResponse.js.map +1 -1
  268. package/lib/generated/models/RosettaCurrency.d.ts +39 -39
  269. package/lib/generated/models/RosettaCurrency.js.map +1 -1
  270. package/lib/generated/models/RosettaError.d.ts +46 -46
  271. package/lib/generated/models/RosettaError.js.map +1 -1
  272. package/lib/generated/models/RosettaErrorDetails.d.ts +33 -33
  273. package/lib/generated/models/RosettaErrorDetails.js.map +1 -1
  274. package/lib/generated/models/RosettaErrorNoDetails.d.ts +39 -39
  275. package/lib/generated/models/RosettaErrorNoDetails.js.map +1 -1
  276. package/lib/generated/models/RosettaGenesisBlockIdentifier.d.ts +33 -33
  277. package/lib/generated/models/RosettaGenesisBlockIdentifier.js.map +1 -1
  278. package/lib/generated/models/RosettaMaxFeeAmount.d.ts +40 -40
  279. package/lib/generated/models/RosettaMaxFeeAmount.js.map +1 -1
  280. package/lib/generated/models/RosettaMempoolRequest.d.ts +34 -34
  281. package/lib/generated/models/RosettaMempoolRequest.js.map +1 -1
  282. package/lib/generated/models/RosettaMempoolResponse.d.ts +34 -34
  283. package/lib/generated/models/RosettaMempoolResponse.js.map +1 -1
  284. package/lib/generated/models/RosettaMempoolTransactionRequest.d.ts +34 -34
  285. package/lib/generated/models/RosettaMempoolTransactionRequest.js.map +1 -1
  286. package/lib/generated/models/RosettaMempoolTransactionResponse.d.ts +34 -34
  287. package/lib/generated/models/RosettaMempoolTransactionResponse.js.map +1 -1
  288. package/lib/generated/models/RosettaNetworkListResponse.d.ts +28 -28
  289. package/lib/generated/models/RosettaNetworkListResponse.js.map +1 -1
  290. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.d.ts +34 -34
  291. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.js.map +1 -1
  292. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.d.ts +27 -27
  293. package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.js.map +1 -1
  294. package/lib/generated/models/RosettaNetworkOptionsResponse.d.ts +34 -34
  295. package/lib/generated/models/RosettaNetworkOptionsResponse.js.map +1 -1
  296. package/lib/generated/models/RosettaNetworkOptionsResponseAllow.d.ts +46 -46
  297. package/lib/generated/models/RosettaNetworkOptionsResponseAllow.js.map +1 -1
  298. package/lib/generated/models/RosettaNetworkOptionsResponseVersion.d.ts +45 -45
  299. package/lib/generated/models/RosettaNetworkOptionsResponseVersion.js.map +1 -1
  300. package/lib/generated/models/RosettaNetworkStatusResponse.d.ts +58 -58
  301. package/lib/generated/models/RosettaNetworkStatusResponse.js.map +1 -1
  302. package/lib/generated/models/RosettaOldestBlockIdentifier.d.ts +33 -33
  303. package/lib/generated/models/RosettaOldestBlockIdentifier.js.map +1 -1
  304. package/lib/generated/models/RosettaOperation.d.ts +70 -70
  305. package/lib/generated/models/RosettaOperation.js.map +1 -1
  306. package/lib/generated/models/RosettaOperationIdentifier.d.ts +33 -33
  307. package/lib/generated/models/RosettaOperationIdentifier.js.map +1 -1
  308. package/lib/generated/models/RosettaOperationStatus.d.ts +33 -33
  309. package/lib/generated/models/RosettaOperationStatus.js.map +1 -1
  310. package/lib/generated/models/RosettaOptions.d.ts +141 -141
  311. package/lib/generated/models/RosettaOptions.js.map +1 -1
  312. package/lib/generated/models/RosettaOptionsRequest.d.ts +34 -34
  313. package/lib/generated/models/RosettaOptionsRequest.js.map +1 -1
  314. package/lib/generated/models/RosettaParentBlockIdentifier.d.ts +33 -33
  315. package/lib/generated/models/RosettaParentBlockIdentifier.js.map +1 -1
  316. package/lib/generated/models/RosettaPeers.d.ts +33 -33
  317. package/lib/generated/models/RosettaPeers.js.map +1 -1
  318. package/lib/generated/models/RosettaPublicKey.d.ts +41 -41
  319. package/lib/generated/models/RosettaPublicKey.js +1 -1
  320. package/lib/generated/models/RosettaPublicKey.js.map +1 -1
  321. package/lib/generated/models/RosettaRelatedOperation.d.ts +33 -33
  322. package/lib/generated/models/RosettaRelatedOperation.js.map +1 -1
  323. package/lib/generated/models/RosettaSignature.d.ts +57 -57
  324. package/lib/generated/models/RosettaSignature.js +1 -1
  325. package/lib/generated/models/RosettaSignature.js.map +1 -1
  326. package/lib/generated/models/RosettaStatusRequest.d.ts +34 -34
  327. package/lib/generated/models/RosettaStatusRequest.js.map +1 -1
  328. package/lib/generated/models/RosettaSubAccount.d.ts +33 -33
  329. package/lib/generated/models/RosettaSubAccount.js.map +1 -1
  330. package/lib/generated/models/RosettaSyncStatus.d.ts +45 -45
  331. package/lib/generated/models/RosettaSyncStatus.js.map +1 -1
  332. package/lib/generated/models/RosettaTransaction.d.ts +40 -40
  333. package/lib/generated/models/RosettaTransaction.js.map +1 -1
  334. package/lib/generated/models/RunFaucetResponse.d.ts +39 -39
  335. package/lib/generated/models/RunFaucetResponse.js.map +1 -1
  336. package/lib/generated/models/ServerStatusResponse.d.ts +52 -58
  337. package/lib/generated/models/ServerStatusResponse.js +0 -2
  338. package/lib/generated/models/ServerStatusResponse.js.map +1 -1
  339. package/lib/generated/models/SigningPayload.d.ts +57 -57
  340. package/lib/generated/models/SigningPayload.js +1 -1
  341. package/lib/generated/models/SigningPayload.js.map +1 -1
  342. package/lib/generated/models/SmartContract.d.ts +57 -57
  343. package/lib/generated/models/SmartContract.js.map +1 -1
  344. package/lib/generated/models/StxBalance.d.ts +81 -81
  345. package/lib/generated/models/StxBalance.js.map +1 -1
  346. package/lib/generated/models/TargetBlockTime.d.ts +27 -27
  347. package/lib/generated/models/TargetBlockTime.js.map +1 -1
  348. package/lib/generated/models/TransactionEventsResponse.d.ts +39 -39
  349. package/lib/generated/models/TransactionEventsResponse.js.map +1 -1
  350. package/lib/generated/models/TransactionFeeEstimateRequest.d.ts +33 -33
  351. package/lib/generated/models/TransactionFeeEstimateRequest.js.map +1 -1
  352. package/lib/generated/models/TransactionFeeEstimateResponse.d.ts +46 -46
  353. package/lib/generated/models/TransactionFeeEstimateResponse.js.map +1 -1
  354. package/lib/generated/models/TransactionFeeEstimateResponseEstimatedCost.d.ts +51 -51
  355. package/lib/generated/models/TransactionFeeEstimateResponseEstimatedCost.js.map +1 -1
  356. package/lib/generated/models/TransactionFeeEstimateResponseEstimations.d.ts +33 -33
  357. package/lib/generated/models/TransactionFeeEstimateResponseEstimations.js.map +1 -1
  358. package/lib/generated/models/TransactionIdentifier.d.ts +27 -27
  359. package/lib/generated/models/TransactionIdentifier.js.map +1 -1
  360. package/lib/generated/models/TransactionResults.d.ts +45 -45
  361. package/lib/generated/models/TransactionResults.js.map +1 -1
  362. package/lib/generated/models/UnanchoredTransactionListResponse.d.ts +33 -33
  363. package/lib/generated/models/UnanchoredTransactionListResponse.js.map +1 -1
  364. package/lib/generated/models/index.d.ts +151 -147
  365. package/lib/generated/models/index.js +9 -5
  366. package/lib/generated/models/index.js.map +1 -1
  367. package/lib/generated/runtime.d.ts +140 -140
  368. package/lib/generated/runtime.js +12 -3
  369. package/lib/generated/runtime.js.map +1 -1
  370. package/lib/index.d.ts +3 -3
  371. package/lib/index.umd.js +2400 -1866
  372. package/lib/index.umd.js.map +1 -1
  373. package/lib/socket-io/index.d.ts +56 -53
  374. package/lib/socket-io/index.js +64 -36
  375. package/lib/socket-io/index.js.map +1 -1
  376. package/lib/ws/index.d.ts +40 -40
  377. package/lib/ws/index.js +30 -29
  378. package/lib/ws/index.js.map +1 -1
  379. package/package.json +18 -15
  380. package/src/generated/.openapi-generator/FILES +11 -5
  381. package/src/generated/apis/AccountsApi.ts +79 -0
  382. package/src/generated/apis/BlocksApi.ts +20 -319
  383. package/src/generated/apis/FaucetsApi.ts +3 -11
  384. package/src/generated/apis/FungibleTokensApi.ts +150 -0
  385. package/src/generated/apis/MempoolApi.ts +80 -0
  386. package/src/generated/apis/NonFungibleTokensApi.ts +116 -0
  387. package/src/generated/apis/TransactionsApi.ts +2 -3
  388. package/src/generated/apis/index.ts +2 -0
  389. package/src/generated/models/{BurnBlockListResponse.ts → AddressNftListResponse.ts} +22 -22
  390. package/src/generated/models/{InlineObject1.ts → AddressNftListResponseValue.ts} +20 -12
  391. package/src/generated/models/FungibleTokenMetadata.ts +120 -0
  392. package/src/generated/models/{NakamotoBlockListResponse.ts → FungibleTokensMetadataList.ts} +22 -22
  393. package/src/generated/models/InlineObject.ts +1 -9
  394. package/src/generated/models/MempoolFeePriorities.ts +87 -0
  395. package/src/generated/models/MempoolFeePrioritiesAll.ts +80 -0
  396. package/src/generated/models/NftEvent.ts +127 -0
  397. package/src/generated/models/NonFungibleTokenMetadata.ts +104 -0
  398. package/src/generated/models/NonFungibleTokensMetadataList.ts +87 -0
  399. package/src/generated/models/ServerStatusResponse.ts +0 -8
  400. package/src/generated/models/index.ts +9 -5
  401. package/src/socket-io/index.ts +85 -53
  402. package/src/ws/index.ts +12 -7
  403. package/lib/generated/models/BurnBlock.d.ts +0 -51
  404. package/lib/generated/models/BurnBlock.js +0 -50
  405. package/lib/generated/models/BurnBlock.js.map +0 -1
  406. package/lib/generated/models/BurnBlockListResponse.d.ts +0 -46
  407. package/lib/generated/models/BurnBlockListResponse.js.map +0 -1
  408. package/lib/generated/models/InlineObject1.d.ts +0 -27
  409. package/lib/generated/models/InlineObject1.js.map +0 -1
  410. package/lib/generated/models/NakamotoBlock.d.ts +0 -123
  411. package/lib/generated/models/NakamotoBlock.js +0 -74
  412. package/lib/generated/models/NakamotoBlock.js.map +0 -1
  413. package/lib/generated/models/NakamotoBlockListResponse.d.ts +0 -46
  414. package/lib/generated/models/NakamotoBlockListResponse.js.map +0 -1
  415. package/src/generated/models/BurnBlock.ts +0 -88
  416. package/src/generated/models/NakamotoBlock.ts +0 -184
@@ -1,325 +1,360 @@
1
- /**
2
- * Stacks Blockchain API
3
- * Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
4
- *
5
- * The version of the OpenAPI document: STACKS_API_VERSION
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import * as runtime from '../runtime';
13
- import { AccountDataResponse, AddressAssetsListResponse, AddressBalanceResponse, AddressNonces, AddressStxInboundListResponse, AddressTransactionWithTransfers, AddressTransactionsListResponse, AddressTransactionsWithTransfersListResponse } from '../models';
14
- export interface GetAccountAssetsRequest {
15
- principal: string;
16
- limit?: number;
17
- offset?: number;
18
- unanchored?: boolean;
19
- untilBlock?: string;
20
- }
21
- export interface GetAccountBalanceRequest {
22
- principal: string;
23
- unanchored?: boolean;
24
- untilBlock?: string;
25
- }
26
- export interface GetAccountInboundRequest {
27
- principal: string;
28
- limit?: number;
29
- offset?: number;
30
- height?: number;
31
- unanchored?: boolean;
32
- untilBlock?: string;
33
- }
34
- export interface GetAccountInfoRequest {
35
- principal: string;
36
- proof?: number;
37
- tip?: string;
38
- }
39
- export interface GetAccountNoncesRequest {
40
- principal: string;
41
- blockHeight?: number;
42
- blockHash?: string;
43
- }
44
- export interface GetAccountStxBalanceRequest {
45
- principal: string;
46
- unanchored?: boolean;
47
- untilBlock?: string;
48
- }
49
- export interface GetAccountTransactionsRequest {
50
- principal: string;
51
- limit?: number;
52
- offset?: number;
53
- height?: number;
54
- unanchored?: boolean;
55
- untilBlock?: string;
56
- }
57
- export interface GetAccountTransactionsWithTransfersRequest {
58
- principal: string;
59
- limit?: number;
60
- offset?: number;
61
- height?: number;
62
- unanchored?: boolean;
63
- untilBlock?: string;
64
- }
65
- export interface GetSingleTransactionWithTransfersRequest {
66
- principal: string;
67
- txId: string;
68
- }
69
- /**
70
- * AccountsApi - interface
71
- *
72
- * @export
73
- * @interface AccountsApiInterface
74
- */
75
- export interface AccountsApiInterface {
76
- /**
77
- * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
78
- * @summary Get account assets
79
- * @param {string} principal Stacks address or a Contract identifier
80
- * @param {number} [limit] max number of account assets to fetch
81
- * @param {number} [offset] index of first account assets to fetch
82
- * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
83
- * @param {string} [untilBlock] returned data representing the state at that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
84
- * @param {*} [options] Override http request option.
85
- * @throws {RequiredError}
86
- * @memberof AccountsApiInterface
87
- */
88
- getAccountAssetsRaw(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressAssetsListResponse>>;
89
- /**
90
- * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
91
- * Get account assets
92
- */
93
- getAccountAssets(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<AddressAssetsListResponse>;
94
- /**
95
- * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
96
- * @summary Get account balances
97
- * @param {string} principal Stacks address or a Contract identifier
98
- * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
99
- * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block.
100
- * @param {*} [options] Override http request option.
101
- * @throws {RequiredError}
102
- * @memberof AccountsApiInterface
103
- */
104
- getAccountBalanceRaw(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressBalanceResponse>>;
105
- /**
106
- * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
107
- * Get account balances
108
- */
109
- getAccountBalance(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<AddressBalanceResponse>;
110
- /**
111
- * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
112
- * @summary Get inbound STX transfers
113
- * @param {string} principal Stacks address or a Contract identifier
114
- * @param {number} [limit] number of items to return
115
- * @param {number} [offset] number of items to skip
116
- * @param {number} [height] Filter for transfers only at this given block height
117
- * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
118
- * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
119
- * @param {*} [options] Override http request option.
120
- * @throws {RequiredError}
121
- * @memberof AccountsApiInterface
122
- */
123
- getAccountInboundRaw(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressStxInboundListResponse>>;
124
- /**
125
- * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
126
- * Get inbound STX transfers
127
- */
128
- getAccountInbound(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<AddressStxInboundListResponse>;
129
- /**
130
- * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
131
- * @summary Get account info
132
- * @param {string} principal Stacks address or a Contract identifier
133
- * @param {number} [proof] Returns object without the proof field if set to 0
134
- * @param {string} [tip] The Stacks chain tip to query from
135
- * @param {*} [options] Override http request option.
136
- * @throws {RequiredError}
137
- * @memberof AccountsApiInterface
138
- */
139
- getAccountInfoRaw(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AccountDataResponse>>;
140
- /**
141
- * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
142
- * Get account info
143
- */
144
- getAccountInfo(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<AccountDataResponse>;
145
- /**
146
- * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
147
- * @summary Get the latest nonce used by an account
148
- * @param {string} principal Stacks address
149
- * @param {number} [blockHeight] Optionally get the nonce at a given block height.
150
- * @param {string} [blockHash] Optionally get the nonce at a given block hash. Note - Use either of the query parameters but not both at a time.
151
- * @param {*} [options] Override http request option.
152
- * @throws {RequiredError}
153
- * @memberof AccountsApiInterface
154
- */
155
- getAccountNoncesRaw(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressNonces>>;
156
- /**
157
- * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
158
- * Get the latest nonce used by an account
159
- */
160
- getAccountNonces(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<AddressNonces>;
161
- /**
162
- * Retrieves STX token balance for a given Address or Contract Identifier.
163
- * @summary Get account STX balance
164
- * @param {string} principal Stacks address or a Contract identifier.
165
- * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks.
166
- * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
167
- * @param {*} [options] Override http request option.
168
- * @throws {RequiredError}
169
- * @memberof AccountsApiInterface
170
- */
171
- getAccountStxBalanceRaw(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<object>>;
172
- /**
173
- * Retrieves STX token balance for a given Address or Contract Identifier.
174
- * Get account STX balance
175
- */
176
- getAccountStxBalance(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<object>;
177
- /**
178
- * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
179
- * @summary Get account transactions
180
- * @param {string} principal Stacks address or a Contract identifier
181
- * @param {number} [limit] max number of account transactions to fetch
182
- * @param {number} [offset] index of first account transaction to fetch
183
- * @param {number} [height] Filter for transactions only at this given block height
184
- * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
185
- * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
186
- * @param {*} [options] Override http request option.
187
- * @throws {RequiredError}
188
- * @memberof AccountsApiInterface
189
- */
190
- getAccountTransactionsRaw(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsListResponse>>;
191
- /**
192
- * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
193
- * Get account transactions
194
- */
195
- getAccountTransactions(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<AddressTransactionsListResponse>;
196
- /**
197
- * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
198
- * @summary Get account transactions including STX transfers for each transaction.
199
- * @param {string} principal Stacks address or a Contract identifier
200
- * @param {number} [limit] max number of account transactions to fetch
201
- * @param {number} [offset] index of first account transaction to fetch
202
- * @param {number} [height] Filter for transactions only at this given block height
203
- * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
204
- * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block.
205
- * @param {*} [options] Override http request option.
206
- * @throws {RequiredError}
207
- * @memberof AccountsApiInterface
208
- */
209
- getAccountTransactionsWithTransfersRaw(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsWithTransfersListResponse>>;
210
- /**
211
- * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
212
- * Get account transactions including STX transfers for each transaction.
213
- */
214
- getAccountTransactionsWithTransfers(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionsWithTransfersListResponse>;
215
- /**
216
- * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
217
- * @summary Get account transaction information for specific transaction
218
- * @param {string} principal Stacks address or a contract identifier
219
- * @param {string} txId Transaction id
220
- * @param {*} [options] Override http request option.
221
- * @throws {RequiredError}
222
- * @memberof AccountsApiInterface
223
- */
224
- getSingleTransactionWithTransfersRaw(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionWithTransfers>>;
225
- /**
226
- * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
227
- * Get account transaction information for specific transaction
228
- */
229
- getSingleTransactionWithTransfers(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionWithTransfers>;
230
- }
231
- /**
232
- *
233
- */
234
- export declare class AccountsApi extends runtime.BaseAPI implements AccountsApiInterface {
235
- /**
236
- * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
237
- * Get account assets
238
- */
239
- getAccountAssetsRaw(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressAssetsListResponse>>;
240
- /**
241
- * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
242
- * Get account assets
243
- */
244
- getAccountAssets(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<AddressAssetsListResponse>;
245
- /**
246
- * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
247
- * Get account balances
248
- */
249
- getAccountBalanceRaw(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressBalanceResponse>>;
250
- /**
251
- * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
252
- * Get account balances
253
- */
254
- getAccountBalance(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<AddressBalanceResponse>;
255
- /**
256
- * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
257
- * Get inbound STX transfers
258
- */
259
- getAccountInboundRaw(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressStxInboundListResponse>>;
260
- /**
261
- * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
262
- * Get inbound STX transfers
263
- */
264
- getAccountInbound(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<AddressStxInboundListResponse>;
265
- /**
266
- * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
267
- * Get account info
268
- */
269
- getAccountInfoRaw(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AccountDataResponse>>;
270
- /**
271
- * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
272
- * Get account info
273
- */
274
- getAccountInfo(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<AccountDataResponse>;
275
- /**
276
- * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
277
- * Get the latest nonce used by an account
278
- */
279
- getAccountNoncesRaw(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressNonces>>;
280
- /**
281
- * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
282
- * Get the latest nonce used by an account
283
- */
284
- getAccountNonces(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<AddressNonces>;
285
- /**
286
- * Retrieves STX token balance for a given Address or Contract Identifier.
287
- * Get account STX balance
288
- */
289
- getAccountStxBalanceRaw(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<object>>;
290
- /**
291
- * Retrieves STX token balance for a given Address or Contract Identifier.
292
- * Get account STX balance
293
- */
294
- getAccountStxBalance(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<object>;
295
- /**
296
- * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
297
- * Get account transactions
298
- */
299
- getAccountTransactionsRaw(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsListResponse>>;
300
- /**
301
- * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
302
- * Get account transactions
303
- */
304
- getAccountTransactions(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<AddressTransactionsListResponse>;
305
- /**
306
- * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
307
- * Get account transactions including STX transfers for each transaction.
308
- */
309
- getAccountTransactionsWithTransfersRaw(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsWithTransfersListResponse>>;
310
- /**
311
- * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
312
- * Get account transactions including STX transfers for each transaction.
313
- */
314
- getAccountTransactionsWithTransfers(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionsWithTransfersListResponse>;
315
- /**
316
- * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
317
- * Get account transaction information for specific transaction
318
- */
319
- getSingleTransactionWithTransfersRaw(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionWithTransfers>>;
320
- /**
321
- * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
322
- * Get account transaction information for specific transaction
323
- */
324
- getSingleTransactionWithTransfers(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionWithTransfers>;
325
- }
1
+ /**
2
+ * Stacks Blockchain API
3
+ * Welcome to the API reference overview for the <a href=\"https://docs.hiro.so/get-started/stacks-blockchain-api\">Stacks Blockchain API</a>. <a href=\"https://hirosystems.github.io/stacks-blockchain-api/collection.json\" download=\"stacks-api-collection.json\">Download Postman collection</a>
4
+ *
5
+ * The version of the OpenAPI document: STACKS_API_VERSION
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import { AccountDataResponse, AddressAssetsListResponse, AddressBalanceResponse, AddressNftListResponse, AddressNonces, AddressStxInboundListResponse, AddressTransactionWithTransfers, AddressTransactionsListResponse, AddressTransactionsWithTransfersListResponse } from '../models';
14
+ export interface GetAccountAssetsRequest {
15
+ principal: string;
16
+ limit?: number;
17
+ offset?: number;
18
+ unanchored?: boolean;
19
+ untilBlock?: string;
20
+ }
21
+ export interface GetAccountBalanceRequest {
22
+ principal: string;
23
+ unanchored?: boolean;
24
+ untilBlock?: string;
25
+ }
26
+ export interface GetAccountInboundRequest {
27
+ principal: string;
28
+ limit?: number;
29
+ offset?: number;
30
+ height?: number;
31
+ unanchored?: boolean;
32
+ untilBlock?: string;
33
+ }
34
+ export interface GetAccountInfoRequest {
35
+ principal: string;
36
+ proof?: number;
37
+ tip?: string;
38
+ }
39
+ export interface GetAccountNftRequest {
40
+ principal: string;
41
+ limit?: number;
42
+ offset?: number;
43
+ unanchored?: boolean;
44
+ untilBlock?: string;
45
+ }
46
+ export interface GetAccountNoncesRequest {
47
+ principal: string;
48
+ blockHeight?: number;
49
+ blockHash?: string;
50
+ }
51
+ export interface GetAccountStxBalanceRequest {
52
+ principal: string;
53
+ unanchored?: boolean;
54
+ untilBlock?: string;
55
+ }
56
+ export interface GetAccountTransactionsRequest {
57
+ principal: string;
58
+ limit?: number;
59
+ offset?: number;
60
+ height?: number;
61
+ unanchored?: boolean;
62
+ untilBlock?: string;
63
+ }
64
+ export interface GetAccountTransactionsWithTransfersRequest {
65
+ principal: string;
66
+ limit?: number;
67
+ offset?: number;
68
+ height?: number;
69
+ unanchored?: boolean;
70
+ untilBlock?: string;
71
+ }
72
+ export interface GetSingleTransactionWithTransfersRequest {
73
+ principal: string;
74
+ txId: string;
75
+ }
76
+ /**
77
+ * AccountsApi - interface
78
+ *
79
+ * @export
80
+ * @interface AccountsApiInterface
81
+ */
82
+ export interface AccountsApiInterface {
83
+ /**
84
+ * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
85
+ * @summary Get account assets
86
+ * @param {string} principal Stacks address or a Contract identifier
87
+ * @param {number} [limit] max number of account assets to fetch
88
+ * @param {number} [offset] index of first account assets to fetch
89
+ * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
90
+ * @param {string} [untilBlock] returned data representing the state at that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
91
+ * @param {*} [options] Override http request option.
92
+ * @throws {RequiredError}
93
+ * @memberof AccountsApiInterface
94
+ */
95
+ getAccountAssetsRaw(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressAssetsListResponse>>;
96
+ /**
97
+ * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
98
+ * Get account assets
99
+ */
100
+ getAccountAssets(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<AddressAssetsListResponse>;
101
+ /**
102
+ * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
103
+ * @summary Get account balances
104
+ * @param {string} principal Stacks address or a Contract identifier
105
+ * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
106
+ * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block.
107
+ * @param {*} [options] Override http request option.
108
+ * @throws {RequiredError}
109
+ * @memberof AccountsApiInterface
110
+ */
111
+ getAccountBalanceRaw(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressBalanceResponse>>;
112
+ /**
113
+ * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
114
+ * Get account balances
115
+ */
116
+ getAccountBalance(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<AddressBalanceResponse>;
117
+ /**
118
+ * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
119
+ * @summary Get inbound STX transfers
120
+ * @param {string} principal Stacks address or a Contract identifier
121
+ * @param {number} [limit] number of items to return
122
+ * @param {number} [offset] number of items to skip
123
+ * @param {number} [height] Filter for transfers only at this given block height
124
+ * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
125
+ * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
126
+ * @param {*} [options] Override http request option.
127
+ * @throws {RequiredError}
128
+ * @memberof AccountsApiInterface
129
+ */
130
+ getAccountInboundRaw(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressStxInboundListResponse>>;
131
+ /**
132
+ * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
133
+ * Get inbound STX transfers
134
+ */
135
+ getAccountInbound(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<AddressStxInboundListResponse>;
136
+ /**
137
+ * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
138
+ * @summary Get account info
139
+ * @param {string} principal Stacks address or a Contract identifier
140
+ * @param {number} [proof] Returns object without the proof field if set to 0
141
+ * @param {string} [tip] The Stacks chain tip to query from
142
+ * @param {*} [options] Override http request option.
143
+ * @throws {RequiredError}
144
+ * @memberof AccountsApiInterface
145
+ */
146
+ getAccountInfoRaw(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AccountDataResponse>>;
147
+ /**
148
+ * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
149
+ * Get account info
150
+ */
151
+ getAccountInfo(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<AccountDataResponse>;
152
+ /**
153
+ * **NOTE:** This endpoint is deprecated in favor of [Non-Fungible Token holdings](#operation/get_nft_holdings). Retrieves a list of all nfts owned by an address, contains the clarity value of the identifier of the nft.
154
+ * @summary Get nft events
155
+ * @param {string} principal Stacks address or a Contract identifier
156
+ * @param {number} [limit] number of items to return
157
+ * @param {number} [offset] number of items to skip
158
+ * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
159
+ * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
160
+ * @param {*} [options] Override http request option.
161
+ * @throws {RequiredError}
162
+ * @memberof AccountsApiInterface
163
+ */
164
+ getAccountNftRaw(requestParameters: GetAccountNftRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressNftListResponse>>;
165
+ /**
166
+ * **NOTE:** This endpoint is deprecated in favor of [Non-Fungible Token holdings](#operation/get_nft_holdings). Retrieves a list of all nfts owned by an address, contains the clarity value of the identifier of the nft.
167
+ * Get nft events
168
+ */
169
+ getAccountNft(requestParameters: GetAccountNftRequest, initOverrides?: RequestInit): Promise<AddressNftListResponse>;
170
+ /**
171
+ * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
172
+ * @summary Get the latest nonce used by an account
173
+ * @param {string} principal Stacks address
174
+ * @param {number} [blockHeight] Optionally get the nonce at a given block height.
175
+ * @param {string} [blockHash] Optionally get the nonce at a given block hash. Note - Use either of the query parameters but not both at a time.
176
+ * @param {*} [options] Override http request option.
177
+ * @throws {RequiredError}
178
+ * @memberof AccountsApiInterface
179
+ */
180
+ getAccountNoncesRaw(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressNonces>>;
181
+ /**
182
+ * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
183
+ * Get the latest nonce used by an account
184
+ */
185
+ getAccountNonces(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<AddressNonces>;
186
+ /**
187
+ * Retrieves STX token balance for a given Address or Contract Identifier.
188
+ * @summary Get account STX balance
189
+ * @param {string} principal Stacks address or a Contract identifier.
190
+ * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks.
191
+ * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
192
+ * @param {*} [options] Override http request option.
193
+ * @throws {RequiredError}
194
+ * @memberof AccountsApiInterface
195
+ */
196
+ getAccountStxBalanceRaw(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<object>>;
197
+ /**
198
+ * Retrieves STX token balance for a given Address or Contract Identifier.
199
+ * Get account STX balance
200
+ */
201
+ getAccountStxBalance(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<object>;
202
+ /**
203
+ * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
204
+ * @summary Get account transactions
205
+ * @param {string} principal Stacks address or a Contract identifier
206
+ * @param {number} [limit] max number of account transactions to fetch
207
+ * @param {number} [offset] index of first account transaction to fetch
208
+ * @param {number} [height] Filter for transactions only at this given block height
209
+ * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
210
+ * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.
211
+ * @param {*} [options] Override http request option.
212
+ * @throws {RequiredError}
213
+ * @memberof AccountsApiInterface
214
+ */
215
+ getAccountTransactionsRaw(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsListResponse>>;
216
+ /**
217
+ * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
218
+ * Get account transactions
219
+ */
220
+ getAccountTransactions(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<AddressTransactionsListResponse>;
221
+ /**
222
+ * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
223
+ * @summary Get account transactions including STX transfers for each transaction.
224
+ * @param {string} principal Stacks address or a Contract identifier
225
+ * @param {number} [limit] max number of account transactions to fetch
226
+ * @param {number} [offset] index of first account transaction to fetch
227
+ * @param {number} [height] Filter for transactions only at this given block height
228
+ * @param {boolean} [unanchored] Include transaction data from unanchored (i.e. unconfirmed) microblocks
229
+ * @param {string} [untilBlock] returned data representing the state up until that point in time, rather than the current block.
230
+ * @param {*} [options] Override http request option.
231
+ * @throws {RequiredError}
232
+ * @memberof AccountsApiInterface
233
+ */
234
+ getAccountTransactionsWithTransfersRaw(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsWithTransfersListResponse>>;
235
+ /**
236
+ * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
237
+ * Get account transactions including STX transfers for each transaction.
238
+ */
239
+ getAccountTransactionsWithTransfers(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionsWithTransfersListResponse>;
240
+ /**
241
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
242
+ * @summary Get account transaction information for specific transaction
243
+ * @param {string} principal Stacks address or a contract identifier
244
+ * @param {string} txId Transaction id
245
+ * @param {*} [options] Override http request option.
246
+ * @throws {RequiredError}
247
+ * @memberof AccountsApiInterface
248
+ */
249
+ getSingleTransactionWithTransfersRaw(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionWithTransfers>>;
250
+ /**
251
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
252
+ * Get account transaction information for specific transaction
253
+ */
254
+ getSingleTransactionWithTransfers(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionWithTransfers>;
255
+ }
256
+ /**
257
+ *
258
+ */
259
+ export declare class AccountsApi extends runtime.BaseAPI implements AccountsApiInterface {
260
+ /**
261
+ * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
262
+ * Get account assets
263
+ */
264
+ getAccountAssetsRaw(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressAssetsListResponse>>;
265
+ /**
266
+ * Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
267
+ * Get account assets
268
+ */
269
+ getAccountAssets(requestParameters: GetAccountAssetsRequest, initOverrides?: RequestInit): Promise<AddressAssetsListResponse>;
270
+ /**
271
+ * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
272
+ * Get account balances
273
+ */
274
+ getAccountBalanceRaw(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressBalanceResponse>>;
275
+ /**
276
+ * Retrieves total account balance information for a given Address or Contract Identifier. This includes the balances of STX Tokens, Fungible Tokens and Non-Fungible Tokens for the account.
277
+ * Get account balances
278
+ */
279
+ getAccountBalance(requestParameters: GetAccountBalanceRequest, initOverrides?: RequestInit): Promise<AddressBalanceResponse>;
280
+ /**
281
+ * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
282
+ * Get inbound STX transfers
283
+ */
284
+ getAccountInboundRaw(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressStxInboundListResponse>>;
285
+ /**
286
+ * Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type, and transfers from contract-call transactions a the `send-many-memo` bulk sending contract.
287
+ * Get inbound STX transfers
288
+ */
289
+ getAccountInbound(requestParameters: GetAccountInboundRequest, initOverrides?: RequestInit): Promise<AddressStxInboundListResponse>;
290
+ /**
291
+ * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
292
+ * Get account info
293
+ */
294
+ getAccountInfoRaw(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AccountDataResponse>>;
295
+ /**
296
+ * Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.
297
+ * Get account info
298
+ */
299
+ getAccountInfo(requestParameters: GetAccountInfoRequest, initOverrides?: RequestInit): Promise<AccountDataResponse>;
300
+ /**
301
+ * **NOTE:** This endpoint is deprecated in favor of [Non-Fungible Token holdings](#operation/get_nft_holdings). Retrieves a list of all nfts owned by an address, contains the clarity value of the identifier of the nft.
302
+ * Get nft events
303
+ */
304
+ getAccountNftRaw(requestParameters: GetAccountNftRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressNftListResponse>>;
305
+ /**
306
+ * **NOTE:** This endpoint is deprecated in favor of [Non-Fungible Token holdings](#operation/get_nft_holdings). Retrieves a list of all nfts owned by an address, contains the clarity value of the identifier of the nft.
307
+ * Get nft events
308
+ */
309
+ getAccountNft(requestParameters: GetAccountNftRequest, initOverrides?: RequestInit): Promise<AddressNftListResponse>;
310
+ /**
311
+ * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
312
+ * Get the latest nonce used by an account
313
+ */
314
+ getAccountNoncesRaw(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressNonces>>;
315
+ /**
316
+ * Retrieves the latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions.
317
+ * Get the latest nonce used by an account
318
+ */
319
+ getAccountNonces(requestParameters: GetAccountNoncesRequest, initOverrides?: RequestInit): Promise<AddressNonces>;
320
+ /**
321
+ * Retrieves STX token balance for a given Address or Contract Identifier.
322
+ * Get account STX balance
323
+ */
324
+ getAccountStxBalanceRaw(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<object>>;
325
+ /**
326
+ * Retrieves STX token balance for a given Address or Contract Identifier.
327
+ * Get account STX balance
328
+ */
329
+ getAccountStxBalance(requestParameters: GetAccountStxBalanceRequest, initOverrides?: RequestInit): Promise<object>;
330
+ /**
331
+ * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
332
+ * Get account transactions
333
+ */
334
+ getAccountTransactionsRaw(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsListResponse>>;
335
+ /**
336
+ * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types). If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
337
+ * Get account transactions
338
+ */
339
+ getAccountTransactions(requestParameters: GetAccountTransactionsRequest, initOverrides?: RequestInit): Promise<AddressTransactionsListResponse>;
340
+ /**
341
+ * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
342
+ * Get account transactions including STX transfers for each transaction.
343
+ */
344
+ getAccountTransactionsWithTransfersRaw(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionsWithTransfersListResponse>>;
345
+ /**
346
+ * Retrieve all transactions for an account or contract identifier including STX transfers for each transaction.
347
+ * Get account transactions including STX transfers for each transaction.
348
+ */
349
+ getAccountTransactionsWithTransfers(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionsWithTransfersListResponse>;
350
+ /**
351
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
352
+ * Get account transaction information for specific transaction
353
+ */
354
+ getSingleTransactionWithTransfersRaw(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionWithTransfers>>;
355
+ /**
356
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
357
+ * Get account transaction information for specific transaction
358
+ */
359
+ getSingleTransactionWithTransfers(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionWithTransfers>;
360
+ }