@stacks/blockchain-api-client 7.8.2 → 7.9.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.
- package/lib/generated/apis/AccountsApi.d.ts +1 -1
- package/lib/generated/apis/AccountsApi.js +1 -1
- package/lib/generated/apis/BlocksApi.d.ts +21 -21
- package/lib/generated/apis/BlocksApi.js +11 -11
- package/lib/generated/apis/BurnBlocksApi.d.ts +1 -1
- package/lib/generated/apis/BurnBlocksApi.js +1 -1
- package/lib/generated/apis/FaucetsApi.d.ts +1 -1
- package/lib/generated/apis/FaucetsApi.js +1 -1
- package/lib/generated/apis/FeesApi.d.ts +5 -5
- package/lib/generated/apis/FeesApi.js +3 -3
- package/lib/generated/apis/InfoApi.d.ts +1 -1
- package/lib/generated/apis/InfoApi.js +2 -2
- package/lib/generated/apis/InfoApi.js.map +1 -1
- package/lib/generated/apis/MempoolApi.d.ts +1 -1
- package/lib/generated/apis/MempoolApi.js +1 -1
- package/lib/generated/apis/MicroblocksApi.d.ts +1 -1
- package/lib/generated/apis/MicroblocksApi.js +1 -1
- package/lib/generated/apis/NamesApi.d.ts +1 -1
- package/lib/generated/apis/NamesApi.js +1 -1
- package/lib/generated/apis/NonFungibleTokensApi.d.ts +1 -1
- package/lib/generated/apis/NonFungibleTokensApi.js +1 -1
- package/lib/generated/apis/RosettaApi.d.ts +1 -1
- package/lib/generated/apis/RosettaApi.js +1 -1
- package/lib/generated/apis/SearchApi.d.ts +1 -1
- package/lib/generated/apis/SearchApi.js +1 -1
- package/lib/generated/apis/SmartContractsApi.d.ts +1 -1
- package/lib/generated/apis/SmartContractsApi.js +1 -1
- package/lib/generated/apis/StackingApi.d.ts +1 -1
- package/lib/generated/apis/StackingApi.js +1 -1
- package/lib/generated/apis/StackingRewardsApi.d.ts +1 -1
- package/lib/generated/apis/StackingRewardsApi.js +1 -1
- package/lib/generated/apis/TransactionsApi.d.ts +74 -10
- package/lib/generated/apis/TransactionsApi.js +72 -5
- package/lib/generated/apis/TransactionsApi.js.map +1 -1
- package/lib/generated/models/AccountDataResponse.d.ts +1 -1
- package/lib/generated/models/AccountDataResponse.js +1 -1
- package/lib/generated/models/AddressAssetsListResponse.d.ts +1 -1
- package/lib/generated/models/AddressAssetsListResponse.js +1 -1
- package/lib/generated/models/AddressBalanceResponse.d.ts +1 -1
- package/lib/generated/models/AddressBalanceResponse.js +1 -1
- package/lib/generated/models/AddressNonces.d.ts +1 -1
- package/lib/generated/models/AddressNonces.js +1 -1
- package/lib/generated/models/AddressStxInboundListResponse.d.ts +1 -1
- package/lib/generated/models/AddressStxInboundListResponse.js +1 -1
- package/lib/generated/models/AddressTokenOfferingLocked.d.ts +1 -1
- package/lib/generated/models/AddressTokenOfferingLocked.js +1 -1
- package/lib/generated/models/AddressTransaction.d.ts +46 -0
- package/lib/generated/models/AddressTransaction.js +50 -0
- package/lib/generated/models/AddressTransaction.js.map +1 -0
- package/lib/generated/models/AddressTransactionEventListResponse.d.ts +45 -0
- package/lib/generated/models/AddressTransactionEventListResponse.js +48 -0
- package/lib/generated/models/AddressTransactionEventListResponse.js.map +1 -0
- package/lib/generated/models/AddressTransactionWithTransfers.d.ts +1 -1
- package/lib/generated/models/AddressTransactionWithTransfers.js +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersFtTransfers.d.ts +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersFtTransfers.js +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersNftTransfers.d.ts +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersNftTransfers.js +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersStxTransfers.d.ts +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersStxTransfers.js +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersValue.d.ts +1 -1
- package/lib/generated/models/AddressTransactionWithTransfersValue.js +1 -1
- package/lib/generated/models/AddressTransactionsListResponse.d.ts +1 -1
- package/lib/generated/models/AddressTransactionsListResponse.js +1 -1
- package/lib/generated/models/AddressTransactionsV2ListResponse.d.ts +46 -0
- package/lib/generated/models/AddressTransactionsV2ListResponse.js +49 -0
- package/lib/generated/models/AddressTransactionsV2ListResponse.js.map +1 -0
- package/lib/generated/models/AddressTransactionsV2ListResponseEvents.d.ts +40 -0
- package/lib/generated/models/AddressTransactionsV2ListResponseEvents.js +47 -0
- package/lib/generated/models/AddressTransactionsV2ListResponseEvents.js.map +1 -0
- package/lib/generated/models/AddressTransactionsV2ListResponseEventsStx.d.ts +39 -0
- package/lib/generated/models/AddressTransactionsV2ListResponseEventsStx.js +46 -0
- package/lib/generated/models/AddressTransactionsV2ListResponseEventsStx.js.map +1 -0
- package/lib/generated/models/AddressTransactionsWithTransfersListResponse.d.ts +1 -1
- package/lib/generated/models/AddressTransactionsWithTransfersListResponse.js +1 -1
- package/lib/generated/models/AddressUnlockSchedule.d.ts +1 -1
- package/lib/generated/models/AddressUnlockSchedule.js +1 -1
- package/lib/generated/models/Block.d.ts +1 -1
- package/lib/generated/models/Block.js +1 -1
- package/lib/generated/models/BlockListResponse.d.ts +1 -1
- package/lib/generated/models/BlockListResponse.js +1 -1
- package/lib/generated/models/BnsError.d.ts +1 -1
- package/lib/generated/models/BnsError.js +1 -1
- package/lib/generated/models/BnsGetAllNamespacesResponse.d.ts +1 -1
- package/lib/generated/models/BnsGetAllNamespacesResponse.js +1 -1
- package/lib/generated/models/BnsGetNameInfoResponse.d.ts +1 -1
- package/lib/generated/models/BnsGetNameInfoResponse.js +1 -1
- package/lib/generated/models/BnsGetNamePriceResponse.d.ts +1 -1
- package/lib/generated/models/BnsGetNamePriceResponse.js +1 -1
- package/lib/generated/models/BnsGetNamespacePriceResponse.d.ts +1 -1
- package/lib/generated/models/BnsGetNamespacePriceResponse.js +1 -1
- package/lib/generated/models/BnsNamesOwnByAddressResponse.d.ts +1 -1
- package/lib/generated/models/BnsNamesOwnByAddressResponse.js +1 -1
- package/lib/generated/models/BurnBlock.d.ts +1 -1
- package/lib/generated/models/BurnBlock.js +1 -1
- package/lib/generated/models/BurnBlockListResponse.d.ts +1 -1
- package/lib/generated/models/BurnBlockListResponse.js +1 -1
- package/lib/generated/models/BurnchainReward.d.ts +1 -1
- package/lib/generated/models/BurnchainReward.js +1 -1
- package/lib/generated/models/BurnchainRewardListResponse.d.ts +1 -1
- package/lib/generated/models/BurnchainRewardListResponse.js +1 -1
- package/lib/generated/models/BurnchainRewardSlotHolder.d.ts +1 -1
- package/lib/generated/models/BurnchainRewardSlotHolder.js +1 -1
- package/lib/generated/models/BurnchainRewardSlotHolderListResponse.d.ts +1 -1
- package/lib/generated/models/BurnchainRewardSlotHolderListResponse.js +1 -1
- package/lib/generated/models/BurnchainRewardsTotal.d.ts +1 -1
- package/lib/generated/models/BurnchainRewardsTotal.js +1 -1
- package/lib/generated/models/ChainTip.d.ts +1 -1
- package/lib/generated/models/ChainTip.js +1 -1
- package/lib/generated/models/ContractInterfaceResponse.d.ts +1 -1
- package/lib/generated/models/ContractInterfaceResponse.js +1 -1
- package/lib/generated/models/ContractListResponse.d.ts +1 -1
- package/lib/generated/models/ContractListResponse.js +1 -1
- package/lib/generated/models/ContractSourceResponse.d.ts +1 -1
- package/lib/generated/models/ContractSourceResponse.js +1 -1
- package/lib/generated/models/CoreNodeInfoResponse.d.ts +1 -1
- package/lib/generated/models/CoreNodeInfoResponse.js +1 -1
- package/lib/generated/models/CoreNodePoxResponse.d.ts +1 -1
- package/lib/generated/models/CoreNodePoxResponse.js +1 -1
- package/lib/generated/models/FeeRate.d.ts +1 -1
- package/lib/generated/models/FeeRate.js +1 -1
- package/lib/generated/models/FeeRateRequest.d.ts +1 -1
- package/lib/generated/models/FeeRateRequest.js +1 -1
- package/lib/generated/models/GetRawTransactionResult.d.ts +1 -1
- package/lib/generated/models/GetRawTransactionResult.js +1 -1
- package/lib/generated/models/GetStxSupplyLegacyFormatResponse.d.ts +1 -1
- package/lib/generated/models/GetStxSupplyLegacyFormatResponse.js +1 -1
- package/lib/generated/models/GetStxSupplyResponse.d.ts +1 -1
- package/lib/generated/models/GetStxSupplyResponse.js +1 -1
- package/lib/generated/models/InboundStxTransfer.d.ts +1 -1
- package/lib/generated/models/InboundStxTransfer.js +1 -1
- package/lib/generated/models/InlineObject.d.ts +1 -1
- package/lib/generated/models/InlineObject.js +1 -1
- package/lib/generated/models/InlineResponse403.d.ts +1 -1
- package/lib/generated/models/InlineResponse403.js +1 -1
- package/lib/generated/models/MapEntryResponse.d.ts +1 -1
- package/lib/generated/models/MapEntryResponse.js +1 -1
- package/lib/generated/models/MempoolFeePriorities.d.ts +1 -1
- package/lib/generated/models/MempoolFeePriorities.js +1 -1
- package/lib/generated/models/MempoolFeePrioritiesAll.d.ts +1 -1
- package/lib/generated/models/MempoolFeePrioritiesAll.js +1 -1
- package/lib/generated/models/MempoolTransactionListResponse.d.ts +1 -1
- package/lib/generated/models/MempoolTransactionListResponse.js +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponse.d.ts +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponse.js +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxAges.d.ts +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxAges.js +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxByteSizes.d.ts +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxByteSizes.js +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.d.ts +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.js +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.d.ts +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.js +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxTypeCounts.d.ts +1 -1
- package/lib/generated/models/MempoolTransactionStatsResponseTxTypeCounts.js +1 -1
- package/lib/generated/models/Microblock.d.ts +1 -1
- package/lib/generated/models/Microblock.js +1 -1
- package/lib/generated/models/MicroblockListResponse.d.ts +1 -1
- package/lib/generated/models/MicroblockListResponse.js +1 -1
- package/lib/generated/models/NakamotoBlock.d.ts +1 -1
- package/lib/generated/models/NakamotoBlock.js +1 -1
- package/lib/generated/models/NakamotoBlockListResponse.d.ts +1 -1
- package/lib/generated/models/NakamotoBlockListResponse.js +1 -1
- package/lib/generated/models/NetworkBlockTimeResponse.d.ts +1 -1
- package/lib/generated/models/NetworkBlockTimeResponse.js +1 -1
- package/lib/generated/models/NetworkBlockTimesResponse.d.ts +1 -1
- package/lib/generated/models/NetworkBlockTimesResponse.js +1 -1
- package/lib/generated/models/NetworkIdentifier.d.ts +1 -1
- package/lib/generated/models/NetworkIdentifier.js +1 -1
- package/lib/generated/models/NonFungibleTokenHistoryEventList.d.ts +1 -1
- package/lib/generated/models/NonFungibleTokenHistoryEventList.js +1 -1
- package/lib/generated/models/NonFungibleTokenHoldingsList.d.ts +1 -1
- package/lib/generated/models/NonFungibleTokenHoldingsList.js +1 -1
- package/lib/generated/models/NonFungibleTokenMintList.d.ts +1 -1
- package/lib/generated/models/NonFungibleTokenMintList.js +1 -1
- package/lib/generated/models/OtherTransactionIdentifier.d.ts +1 -1
- package/lib/generated/models/OtherTransactionIdentifier.js +1 -1
- package/lib/generated/models/PoolDelegation.d.ts +1 -1
- package/lib/generated/models/PoolDelegation.js +1 -1
- package/lib/generated/models/PoolDelegationsResponse.d.ts +1 -1
- package/lib/generated/models/PoolDelegationsResponse.js +1 -1
- package/lib/generated/models/PostCoreNodeTransactionsError.d.ts +1 -1
- package/lib/generated/models/PostCoreNodeTransactionsError.js +1 -1
- package/lib/generated/models/ReadOnlyFunctionArgs.d.ts +1 -1
- package/lib/generated/models/ReadOnlyFunctionArgs.js +1 -1
- package/lib/generated/models/ReadOnlyFunctionSuccessResponse.d.ts +1 -1
- package/lib/generated/models/ReadOnlyFunctionSuccessResponse.js +1 -1
- package/lib/generated/models/RosettaAccount.d.ts +1 -1
- package/lib/generated/models/RosettaAccount.js +1 -1
- package/lib/generated/models/RosettaAccountBalanceRequest.d.ts +1 -1
- package/lib/generated/models/RosettaAccountBalanceRequest.js +1 -1
- package/lib/generated/models/RosettaAccountBalanceResponse.d.ts +1 -1
- package/lib/generated/models/RosettaAccountBalanceResponse.js +1 -1
- package/lib/generated/models/RosettaAccountBalanceResponseCoinIdentifier.d.ts +1 -1
- package/lib/generated/models/RosettaAccountBalanceResponseCoinIdentifier.js +1 -1
- package/lib/generated/models/RosettaAccountBalanceResponseMetadata.d.ts +1 -1
- package/lib/generated/models/RosettaAccountBalanceResponseMetadata.js +1 -1
- package/lib/generated/models/RosettaAccountIdentifier.d.ts +1 -1
- package/lib/generated/models/RosettaAccountIdentifier.js +1 -1
- package/lib/generated/models/RosettaAmount.d.ts +1 -1
- package/lib/generated/models/RosettaAmount.js +1 -1
- package/lib/generated/models/RosettaBlock.d.ts +1 -1
- package/lib/generated/models/RosettaBlock.js +1 -1
- package/lib/generated/models/RosettaBlockMetadata.d.ts +1 -1
- package/lib/generated/models/RosettaBlockMetadata.js +1 -1
- package/lib/generated/models/RosettaBlockMetadata1.d.ts +1 -1
- package/lib/generated/models/RosettaBlockMetadata1.js +1 -1
- package/lib/generated/models/RosettaBlockRequest.d.ts +1 -1
- package/lib/generated/models/RosettaBlockRequest.js +1 -1
- package/lib/generated/models/RosettaBlockResponse.d.ts +1 -1
- package/lib/generated/models/RosettaBlockResponse.js +1 -1
- package/lib/generated/models/RosettaBlockTransactionRequest.d.ts +1 -1
- package/lib/generated/models/RosettaBlockTransactionRequest.js +1 -1
- package/lib/generated/models/RosettaBlockTransactionResponse.d.ts +1 -1
- package/lib/generated/models/RosettaBlockTransactionResponse.js +1 -1
- package/lib/generated/models/RosettaCoin.d.ts +1 -1
- package/lib/generated/models/RosettaCoin.js +1 -1
- package/lib/generated/models/RosettaCoinChange.d.ts +1 -1
- package/lib/generated/models/RosettaCoinChange.js +1 -1
- package/lib/generated/models/RosettaConstructionCombineRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionCombineRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionCombineResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionCombineResponse.js +1 -1
- package/lib/generated/models/RosettaConstructionDeriveRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionDeriveRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionDeriveResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionDeriveResponse.js +1 -1
- package/lib/generated/models/RosettaConstructionHashRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionHashRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionHashResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionHashResponse.js +1 -1
- package/lib/generated/models/RosettaConstructionMetadataRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionMetadataRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionMetadataResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionMetadataResponse.js +1 -1
- package/lib/generated/models/RosettaConstructionMetadataResponseMetadata.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionMetadataResponseMetadata.js +1 -1
- package/lib/generated/models/RosettaConstructionParseRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionParseRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionParseResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionParseResponse.js +1 -1
- package/lib/generated/models/RosettaConstructionPayloadResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionPayloadResponse.js +1 -1
- package/lib/generated/models/RosettaConstructionPayloadsRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionPayloadsRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionPreprocessRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionPreprocessRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionPreprocessResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionPreprocessResponse.js +1 -1
- package/lib/generated/models/RosettaConstructionSubmitRequest.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionSubmitRequest.js +1 -1
- package/lib/generated/models/RosettaConstructionSubmitResponse.d.ts +1 -1
- package/lib/generated/models/RosettaConstructionSubmitResponse.js +1 -1
- package/lib/generated/models/RosettaCurrency.d.ts +1 -1
- package/lib/generated/models/RosettaCurrency.js +1 -1
- package/lib/generated/models/RosettaError.d.ts +1 -1
- package/lib/generated/models/RosettaError.js +1 -1
- package/lib/generated/models/RosettaErrorDetails.d.ts +1 -1
- package/lib/generated/models/RosettaErrorDetails.js +1 -1
- package/lib/generated/models/RosettaErrorNoDetails.d.ts +1 -1
- package/lib/generated/models/RosettaErrorNoDetails.js +1 -1
- package/lib/generated/models/RosettaGenesisBlockIdentifier.d.ts +1 -1
- package/lib/generated/models/RosettaGenesisBlockIdentifier.js +1 -1
- package/lib/generated/models/RosettaMaxFeeAmount.d.ts +1 -1
- package/lib/generated/models/RosettaMaxFeeAmount.js +1 -1
- package/lib/generated/models/RosettaMempoolRequest.d.ts +1 -1
- package/lib/generated/models/RosettaMempoolRequest.js +1 -1
- package/lib/generated/models/RosettaMempoolResponse.d.ts +1 -1
- package/lib/generated/models/RosettaMempoolResponse.js +1 -1
- package/lib/generated/models/RosettaMempoolTransactionRequest.d.ts +1 -1
- package/lib/generated/models/RosettaMempoolTransactionRequest.js +1 -1
- package/lib/generated/models/RosettaMempoolTransactionResponse.d.ts +1 -1
- package/lib/generated/models/RosettaMempoolTransactionResponse.js +1 -1
- package/lib/generated/models/RosettaNetworkListResponse.d.ts +1 -1
- package/lib/generated/models/RosettaNetworkListResponse.js +1 -1
- package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.d.ts +1 -1
- package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.js +1 -1
- package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.d.ts +1 -1
- package/lib/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.js +1 -1
- package/lib/generated/models/RosettaNetworkOptionsResponse.d.ts +1 -1
- package/lib/generated/models/RosettaNetworkOptionsResponse.js +1 -1
- package/lib/generated/models/RosettaNetworkOptionsResponseAllow.d.ts +1 -1
- package/lib/generated/models/RosettaNetworkOptionsResponseAllow.js +1 -1
- package/lib/generated/models/RosettaNetworkOptionsResponseVersion.d.ts +1 -1
- package/lib/generated/models/RosettaNetworkOptionsResponseVersion.js +1 -1
- package/lib/generated/models/RosettaNetworkStatusResponse.d.ts +1 -1
- package/lib/generated/models/RosettaNetworkStatusResponse.js +1 -1
- package/lib/generated/models/RosettaOldestBlockIdentifier.d.ts +1 -1
- package/lib/generated/models/RosettaOldestBlockIdentifier.js +1 -1
- package/lib/generated/models/RosettaOperation.d.ts +1 -1
- package/lib/generated/models/RosettaOperation.js +1 -1
- package/lib/generated/models/RosettaOperationIdentifier.d.ts +1 -1
- package/lib/generated/models/RosettaOperationIdentifier.js +1 -1
- package/lib/generated/models/RosettaOperationStatus.d.ts +1 -1
- package/lib/generated/models/RosettaOperationStatus.js +1 -1
- package/lib/generated/models/RosettaOptions.d.ts +1 -1
- package/lib/generated/models/RosettaOptions.js +1 -1
- package/lib/generated/models/RosettaOptionsRequest.d.ts +1 -1
- package/lib/generated/models/RosettaOptionsRequest.js +1 -1
- package/lib/generated/models/RosettaParentBlockIdentifier.d.ts +1 -1
- package/lib/generated/models/RosettaParentBlockIdentifier.js +1 -1
- package/lib/generated/models/RosettaPeers.d.ts +1 -1
- package/lib/generated/models/RosettaPeers.js +1 -1
- package/lib/generated/models/RosettaPublicKey.d.ts +1 -1
- package/lib/generated/models/RosettaPublicKey.js +1 -1
- package/lib/generated/models/RosettaRelatedOperation.d.ts +1 -1
- package/lib/generated/models/RosettaRelatedOperation.js +1 -1
- package/lib/generated/models/RosettaSignature.d.ts +1 -1
- package/lib/generated/models/RosettaSignature.js +1 -1
- package/lib/generated/models/RosettaStatusRequest.d.ts +1 -1
- package/lib/generated/models/RosettaStatusRequest.js +1 -1
- package/lib/generated/models/RosettaSubAccount.d.ts +1 -1
- package/lib/generated/models/RosettaSubAccount.js +1 -1
- package/lib/generated/models/RosettaSyncStatus.d.ts +1 -1
- package/lib/generated/models/RosettaSyncStatus.js +1 -1
- package/lib/generated/models/RosettaTransaction.d.ts +1 -1
- package/lib/generated/models/RosettaTransaction.js +1 -1
- package/lib/generated/models/RunFaucetResponse.d.ts +1 -1
- package/lib/generated/models/RunFaucetResponse.js +1 -1
- package/lib/generated/models/ServerStatusResponse.d.ts +1 -1
- package/lib/generated/models/ServerStatusResponse.js +1 -1
- package/lib/generated/models/SigningPayload.d.ts +1 -1
- package/lib/generated/models/SigningPayload.js +1 -1
- package/lib/generated/models/SmartContract.d.ts +1 -1
- package/lib/generated/models/SmartContract.js +1 -1
- package/lib/generated/models/StxBalance.d.ts +1 -1
- package/lib/generated/models/StxBalance.js +1 -1
- package/lib/generated/models/TargetBlockTime.d.ts +1 -1
- package/lib/generated/models/TargetBlockTime.js +1 -1
- package/lib/generated/models/TransactionEventsResponse.d.ts +1 -1
- package/lib/generated/models/TransactionEventsResponse.js +1 -1
- package/lib/generated/models/TransactionFeeEstimateRequest.d.ts +1 -1
- package/lib/generated/models/TransactionFeeEstimateRequest.js +1 -1
- package/lib/generated/models/TransactionFeeEstimateResponse.d.ts +1 -1
- package/lib/generated/models/TransactionFeeEstimateResponse.js +1 -1
- package/lib/generated/models/TransactionFeeEstimateResponseEstimatedCost.d.ts +1 -1
- package/lib/generated/models/TransactionFeeEstimateResponseEstimatedCost.js +1 -1
- package/lib/generated/models/TransactionFeeEstimateResponseEstimations.d.ts +1 -1
- package/lib/generated/models/TransactionFeeEstimateResponseEstimations.js +1 -1
- package/lib/generated/models/TransactionIdentifier.d.ts +1 -1
- package/lib/generated/models/TransactionIdentifier.js +1 -1
- package/lib/generated/models/TransactionResults.d.ts +1 -1
- package/lib/generated/models/TransactionResults.js +1 -1
- package/lib/generated/models/UnanchoredTransactionListResponse.d.ts +1 -1
- package/lib/generated/models/UnanchoredTransactionListResponse.js +1 -1
- package/lib/generated/models/index.d.ts +5 -0
- package/lib/generated/models/index.js +5 -0
- package/lib/generated/models/index.js.map +1 -1
- package/lib/generated/runtime.d.ts +1 -1
- package/lib/generated/runtime.js +1 -1
- package/lib/index.umd.js +442 -122
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/.openapi-generator/FILES +5 -0
- package/src/generated/apis/AccountsApi.ts +1 -1
- package/src/generated/apis/BlocksApi.ts +21 -21
- package/src/generated/apis/BurnBlocksApi.ts +1 -1
- package/src/generated/apis/FaucetsApi.ts +1 -1
- package/src/generated/apis/FeesApi.ts +5 -5
- package/src/generated/apis/InfoApi.ts +2 -2
- package/src/generated/apis/MempoolApi.ts +1 -1
- package/src/generated/apis/MicroblocksApi.ts +1 -1
- package/src/generated/apis/NamesApi.ts +1 -1
- package/src/generated/apis/NonFungibleTokensApi.ts +1 -1
- package/src/generated/apis/RosettaApi.ts +1 -1
- package/src/generated/apis/SearchApi.ts +1 -1
- package/src/generated/apis/SmartContractsApi.ts +1 -1
- package/src/generated/apis/StackingApi.ts +1 -1
- package/src/generated/apis/StackingRewardsApi.ts +1 -1
- package/src/generated/apis/TransactionsApi.ts +149 -9
- package/src/generated/models/AccountDataResponse.ts +1 -1
- package/src/generated/models/AddressAssetsListResponse.ts +1 -1
- package/src/generated/models/AddressBalanceResponse.ts +1 -1
- package/src/generated/models/AddressNonces.ts +1 -1
- package/src/generated/models/AddressStxInboundListResponse.ts +1 -1
- package/src/generated/models/AddressTokenOfferingLocked.ts +1 -1
- package/src/generated/models/AddressTransaction.ts +87 -0
- package/src/generated/models/AddressTransactionEventListResponse.ts +80 -0
- package/src/generated/models/AddressTransactionWithTransfers.ts +1 -1
- package/src/generated/models/AddressTransactionWithTransfersFtTransfers.ts +1 -1
- package/src/generated/models/AddressTransactionWithTransfersNftTransfers.ts +1 -1
- package/src/generated/models/AddressTransactionWithTransfersStxTransfers.ts +1 -1
- package/src/generated/models/AddressTransactionWithTransfersValue.ts +1 -1
- package/src/generated/models/AddressTransactionsListResponse.ts +1 -1
- package/src/generated/models/AddressTransactionsV2ListResponse.ts +87 -0
- package/src/generated/models/AddressTransactionsV2ListResponseEvents.ts +79 -0
- package/src/generated/models/AddressTransactionsV2ListResponseEventsStx.ts +72 -0
- package/src/generated/models/AddressTransactionsWithTransfersListResponse.ts +1 -1
- package/src/generated/models/AddressUnlockSchedule.ts +1 -1
- package/src/generated/models/Block.ts +1 -1
- package/src/generated/models/BlockListResponse.ts +1 -1
- package/src/generated/models/BnsError.ts +1 -1
- package/src/generated/models/BnsGetAllNamespacesResponse.ts +1 -1
- package/src/generated/models/BnsGetNameInfoResponse.ts +1 -1
- package/src/generated/models/BnsGetNamePriceResponse.ts +1 -1
- package/src/generated/models/BnsGetNamespacePriceResponse.ts +1 -1
- package/src/generated/models/BnsNamesOwnByAddressResponse.ts +1 -1
- package/src/generated/models/BurnBlock.ts +1 -1
- package/src/generated/models/BurnBlockListResponse.ts +1 -1
- package/src/generated/models/BurnchainReward.ts +1 -1
- package/src/generated/models/BurnchainRewardListResponse.ts +1 -1
- package/src/generated/models/BurnchainRewardSlotHolder.ts +1 -1
- package/src/generated/models/BurnchainRewardSlotHolderListResponse.ts +1 -1
- package/src/generated/models/BurnchainRewardsTotal.ts +1 -1
- package/src/generated/models/ChainTip.ts +1 -1
- package/src/generated/models/ContractInterfaceResponse.ts +1 -1
- package/src/generated/models/ContractListResponse.ts +1 -1
- package/src/generated/models/ContractSourceResponse.ts +1 -1
- package/src/generated/models/CoreNodeInfoResponse.ts +1 -1
- package/src/generated/models/CoreNodePoxResponse.ts +1 -1
- package/src/generated/models/FeeRate.ts +1 -1
- package/src/generated/models/FeeRateRequest.ts +1 -1
- package/src/generated/models/GetRawTransactionResult.ts +1 -1
- package/src/generated/models/GetStxSupplyLegacyFormatResponse.ts +1 -1
- package/src/generated/models/GetStxSupplyResponse.ts +1 -1
- package/src/generated/models/InboundStxTransfer.ts +1 -1
- package/src/generated/models/InlineObject.ts +1 -1
- package/src/generated/models/InlineResponse403.ts +1 -1
- package/src/generated/models/MapEntryResponse.ts +1 -1
- package/src/generated/models/MempoolFeePriorities.ts +1 -1
- package/src/generated/models/MempoolFeePrioritiesAll.ts +1 -1
- package/src/generated/models/MempoolTransactionListResponse.ts +1 -1
- package/src/generated/models/MempoolTransactionStatsResponse.ts +1 -1
- package/src/generated/models/MempoolTransactionStatsResponseTxAges.ts +1 -1
- package/src/generated/models/MempoolTransactionStatsResponseTxByteSizes.ts +1 -1
- package/src/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAverages.ts +1 -1
- package/src/generated/models/MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer.ts +1 -1
- package/src/generated/models/MempoolTransactionStatsResponseTxTypeCounts.ts +1 -1
- package/src/generated/models/Microblock.ts +1 -1
- package/src/generated/models/MicroblockListResponse.ts +1 -1
- package/src/generated/models/NakamotoBlock.ts +1 -1
- package/src/generated/models/NakamotoBlockListResponse.ts +1 -1
- package/src/generated/models/NetworkBlockTimeResponse.ts +1 -1
- package/src/generated/models/NetworkBlockTimesResponse.ts +1 -1
- package/src/generated/models/NetworkIdentifier.ts +1 -1
- package/src/generated/models/NonFungibleTokenHistoryEventList.ts +1 -1
- package/src/generated/models/NonFungibleTokenHoldingsList.ts +1 -1
- package/src/generated/models/NonFungibleTokenMintList.ts +1 -1
- package/src/generated/models/OtherTransactionIdentifier.ts +1 -1
- package/src/generated/models/PoolDelegation.ts +1 -1
- package/src/generated/models/PoolDelegationsResponse.ts +1 -1
- package/src/generated/models/PostCoreNodeTransactionsError.ts +1 -1
- package/src/generated/models/ReadOnlyFunctionArgs.ts +1 -1
- package/src/generated/models/ReadOnlyFunctionSuccessResponse.ts +1 -1
- package/src/generated/models/RosettaAccount.ts +1 -1
- package/src/generated/models/RosettaAccountBalanceRequest.ts +1 -1
- package/src/generated/models/RosettaAccountBalanceResponse.ts +1 -1
- package/src/generated/models/RosettaAccountBalanceResponseCoinIdentifier.ts +1 -1
- package/src/generated/models/RosettaAccountBalanceResponseMetadata.ts +1 -1
- package/src/generated/models/RosettaAccountIdentifier.ts +1 -1
- package/src/generated/models/RosettaAmount.ts +1 -1
- package/src/generated/models/RosettaBlock.ts +1 -1
- package/src/generated/models/RosettaBlockMetadata.ts +1 -1
- package/src/generated/models/RosettaBlockMetadata1.ts +1 -1
- package/src/generated/models/RosettaBlockRequest.ts +1 -1
- package/src/generated/models/RosettaBlockResponse.ts +1 -1
- package/src/generated/models/RosettaBlockTransactionRequest.ts +1 -1
- package/src/generated/models/RosettaBlockTransactionResponse.ts +1 -1
- package/src/generated/models/RosettaCoin.ts +1 -1
- package/src/generated/models/RosettaCoinChange.ts +1 -1
- package/src/generated/models/RosettaConstructionCombineRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionCombineResponse.ts +1 -1
- package/src/generated/models/RosettaConstructionDeriveRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionDeriveResponse.ts +1 -1
- package/src/generated/models/RosettaConstructionHashRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionHashResponse.ts +1 -1
- package/src/generated/models/RosettaConstructionMetadataRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionMetadataResponse.ts +1 -1
- package/src/generated/models/RosettaConstructionMetadataResponseMetadata.ts +1 -1
- package/src/generated/models/RosettaConstructionParseRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionParseResponse.ts +1 -1
- package/src/generated/models/RosettaConstructionPayloadResponse.ts +1 -1
- package/src/generated/models/RosettaConstructionPayloadsRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionPreprocessRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionPreprocessResponse.ts +1 -1
- package/src/generated/models/RosettaConstructionSubmitRequest.ts +1 -1
- package/src/generated/models/RosettaConstructionSubmitResponse.ts +1 -1
- package/src/generated/models/RosettaCurrency.ts +1 -1
- package/src/generated/models/RosettaError.ts +1 -1
- package/src/generated/models/RosettaErrorDetails.ts +1 -1
- package/src/generated/models/RosettaErrorNoDetails.ts +1 -1
- package/src/generated/models/RosettaGenesisBlockIdentifier.ts +1 -1
- package/src/generated/models/RosettaMaxFeeAmount.ts +1 -1
- package/src/generated/models/RosettaMempoolRequest.ts +1 -1
- package/src/generated/models/RosettaMempoolResponse.ts +1 -1
- package/src/generated/models/RosettaMempoolTransactionRequest.ts +1 -1
- package/src/generated/models/RosettaMempoolTransactionResponse.ts +1 -1
- package/src/generated/models/RosettaNetworkListResponse.ts +1 -1
- package/src/generated/models/RosettaNetworkListResponseSubNetworkIdentifier.ts +1 -1
- package/src/generated/models/RosettaNetworkListResponseSubNetworkIdentifierMetadata.ts +1 -1
- package/src/generated/models/RosettaNetworkOptionsResponse.ts +1 -1
- package/src/generated/models/RosettaNetworkOptionsResponseAllow.ts +1 -1
- package/src/generated/models/RosettaNetworkOptionsResponseVersion.ts +1 -1
- package/src/generated/models/RosettaNetworkStatusResponse.ts +1 -1
- package/src/generated/models/RosettaOldestBlockIdentifier.ts +1 -1
- package/src/generated/models/RosettaOperation.ts +1 -1
- package/src/generated/models/RosettaOperationIdentifier.ts +1 -1
- package/src/generated/models/RosettaOperationStatus.ts +1 -1
- package/src/generated/models/RosettaOptions.ts +1 -1
- package/src/generated/models/RosettaOptionsRequest.ts +1 -1
- package/src/generated/models/RosettaParentBlockIdentifier.ts +1 -1
- package/src/generated/models/RosettaPeers.ts +1 -1
- package/src/generated/models/RosettaPublicKey.ts +1 -1
- package/src/generated/models/RosettaRelatedOperation.ts +1 -1
- package/src/generated/models/RosettaSignature.ts +1 -1
- package/src/generated/models/RosettaStatusRequest.ts +1 -1
- package/src/generated/models/RosettaSubAccount.ts +1 -1
- package/src/generated/models/RosettaSyncStatus.ts +1 -1
- package/src/generated/models/RosettaTransaction.ts +1 -1
- package/src/generated/models/RunFaucetResponse.ts +1 -1
- package/src/generated/models/ServerStatusResponse.ts +1 -1
- package/src/generated/models/SigningPayload.ts +1 -1
- package/src/generated/models/SmartContract.ts +1 -1
- package/src/generated/models/StxBalance.ts +1 -1
- package/src/generated/models/TargetBlockTime.ts +1 -1
- package/src/generated/models/TransactionEventsResponse.ts +1 -1
- package/src/generated/models/TransactionFeeEstimateRequest.ts +1 -1
- package/src/generated/models/TransactionFeeEstimateResponse.ts +1 -1
- package/src/generated/models/TransactionFeeEstimateResponseEstimatedCost.ts +1 -1
- package/src/generated/models/TransactionFeeEstimateResponseEstimations.ts +1 -1
- package/src/generated/models/TransactionIdentifier.ts +1 -1
- package/src/generated/models/TransactionResults.ts +1 -1
- package/src/generated/models/UnanchoredTransactionListResponse.ts +1 -1
- package/src/generated/models/index.ts +5 -0
- 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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
*
|
|
@@ -1455,7 +1644,7 @@
|
|
|
1455
1644
|
|
|
1456
1645
|
/**
|
|
1457
1646
|
* Stacks Blockchain API
|
|
1458
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
1647
|
+
* 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)
|
|
1459
1648
|
*
|
|
1460
1649
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1461
1650
|
*
|
|
@@ -1539,7 +1728,7 @@
|
|
|
1539
1728
|
|
|
1540
1729
|
/**
|
|
1541
1730
|
* Stacks Blockchain API
|
|
1542
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
1731
|
+
* 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)
|
|
1543
1732
|
*
|
|
1544
1733
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1545
1734
|
*
|
|
@@ -1582,7 +1771,7 @@
|
|
|
1582
1771
|
|
|
1583
1772
|
/**
|
|
1584
1773
|
* Stacks Blockchain API
|
|
1585
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
1774
|
+
* 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)
|
|
1586
1775
|
*
|
|
1587
1776
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1588
1777
|
*
|
|
@@ -1625,7 +1814,7 @@
|
|
|
1625
1814
|
|
|
1626
1815
|
/**
|
|
1627
1816
|
* Stacks Blockchain API
|
|
1628
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
1817
|
+
* 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)
|
|
1629
1818
|
*
|
|
1630
1819
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1631
1820
|
*
|
|
@@ -1666,7 +1855,7 @@
|
|
|
1666
1855
|
|
|
1667
1856
|
/**
|
|
1668
1857
|
* Stacks Blockchain API
|
|
1669
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
1858
|
+
* 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)
|
|
1670
1859
|
*
|
|
1671
1860
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1672
1861
|
*
|
|
@@ -1748,7 +1937,7 @@
|
|
|
1748
1937
|
|
|
1749
1938
|
/**
|
|
1750
1939
|
* Stacks Blockchain API
|
|
1751
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
1940
|
+
* 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)
|
|
1752
1941
|
*
|
|
1753
1942
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1754
1943
|
*
|
|
@@ -1832,7 +2021,7 @@
|
|
|
1832
2021
|
|
|
1833
2022
|
/**
|
|
1834
2023
|
* Stacks Blockchain API
|
|
1835
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2024
|
+
* 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)
|
|
1836
2025
|
*
|
|
1837
2026
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1838
2027
|
*
|
|
@@ -1914,7 +2103,7 @@
|
|
|
1914
2103
|
|
|
1915
2104
|
/**
|
|
1916
2105
|
* Stacks Blockchain API
|
|
1917
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2106
|
+
* 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)
|
|
1918
2107
|
*
|
|
1919
2108
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1920
2109
|
*
|
|
@@ -1994,7 +2183,7 @@
|
|
|
1994
2183
|
|
|
1995
2184
|
/**
|
|
1996
2185
|
* Stacks Blockchain API
|
|
1997
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2186
|
+
* 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)
|
|
1998
2187
|
*
|
|
1999
2188
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2000
2189
|
*
|
|
@@ -2074,7 +2263,7 @@
|
|
|
2074
2263
|
|
|
2075
2264
|
/**
|
|
2076
2265
|
* Stacks Blockchain API
|
|
2077
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2266
|
+
* 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)
|
|
2078
2267
|
*
|
|
2079
2268
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2080
2269
|
*
|
|
@@ -2119,7 +2308,7 @@
|
|
|
2119
2308
|
|
|
2120
2309
|
/**
|
|
2121
2310
|
* Stacks Blockchain API
|
|
2122
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2311
|
+
* 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)
|
|
2123
2312
|
*
|
|
2124
2313
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2125
2314
|
*
|
|
@@ -2184,7 +2373,7 @@
|
|
|
2184
2373
|
|
|
2185
2374
|
/**
|
|
2186
2375
|
* Stacks Blockchain API
|
|
2187
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2376
|
+
* 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)
|
|
2188
2377
|
*
|
|
2189
2378
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2190
2379
|
*
|
|
@@ -2241,7 +2430,7 @@
|
|
|
2241
2430
|
|
|
2242
2431
|
/**
|
|
2243
2432
|
* Stacks Blockchain API
|
|
2244
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2433
|
+
* 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)
|
|
2245
2434
|
*
|
|
2246
2435
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2247
2436
|
*
|
|
@@ -2282,7 +2471,7 @@
|
|
|
2282
2471
|
|
|
2283
2472
|
/**
|
|
2284
2473
|
* Stacks Blockchain API
|
|
2285
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2474
|
+
* 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)
|
|
2286
2475
|
*
|
|
2287
2476
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2288
2477
|
*
|
|
@@ -2323,7 +2512,7 @@
|
|
|
2323
2512
|
|
|
2324
2513
|
/**
|
|
2325
2514
|
* Stacks Blockchain API
|
|
2326
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2515
|
+
* 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)
|
|
2327
2516
|
*
|
|
2328
2517
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2329
2518
|
*
|
|
@@ -2364,7 +2553,7 @@
|
|
|
2364
2553
|
|
|
2365
2554
|
/**
|
|
2366
2555
|
* Stacks Blockchain API
|
|
2367
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2556
|
+
* 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)
|
|
2368
2557
|
*
|
|
2369
2558
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2370
2559
|
*
|
|
@@ -2415,7 +2604,7 @@
|
|
|
2415
2604
|
|
|
2416
2605
|
/**
|
|
2417
2606
|
* Stacks Blockchain API
|
|
2418
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2607
|
+
* 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)
|
|
2419
2608
|
*
|
|
2420
2609
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2421
2610
|
*
|
|
@@ -2462,7 +2651,7 @@
|
|
|
2462
2651
|
|
|
2463
2652
|
/**
|
|
2464
2653
|
* Stacks Blockchain API
|
|
2465
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2654
|
+
* 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)
|
|
2466
2655
|
*
|
|
2467
2656
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2468
2657
|
*
|
|
@@ -2646,7 +2835,7 @@
|
|
|
2646
2835
|
|
|
2647
2836
|
/**
|
|
2648
2837
|
* Stacks Blockchain API
|
|
2649
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2838
|
+
* 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)
|
|
2650
2839
|
*
|
|
2651
2840
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2652
2841
|
*
|
|
@@ -2693,7 +2882,7 @@
|
|
|
2693
2882
|
|
|
2694
2883
|
/**
|
|
2695
2884
|
* Stacks Blockchain API
|
|
2696
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
2885
|
+
* 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)
|
|
2697
2886
|
*
|
|
2698
2887
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2699
2888
|
*
|
|
@@ -2872,7 +3061,7 @@
|
|
|
2872
3061
|
|
|
2873
3062
|
/**
|
|
2874
3063
|
* Stacks Blockchain API
|
|
2875
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3064
|
+
* 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)
|
|
2876
3065
|
*
|
|
2877
3066
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2878
3067
|
*
|
|
@@ -2919,7 +3108,7 @@
|
|
|
2919
3108
|
|
|
2920
3109
|
/**
|
|
2921
3110
|
* Stacks Blockchain API
|
|
2922
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3111
|
+
* 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)
|
|
2923
3112
|
*
|
|
2924
3113
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2925
3114
|
*
|
|
@@ -2966,7 +3155,7 @@
|
|
|
2966
3155
|
|
|
2967
3156
|
/**
|
|
2968
3157
|
* Stacks Blockchain API
|
|
2969
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3158
|
+
* 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)
|
|
2970
3159
|
*
|
|
2971
3160
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2972
3161
|
*
|
|
@@ -3066,7 +3255,7 @@
|
|
|
3066
3255
|
|
|
3067
3256
|
/**
|
|
3068
3257
|
* Stacks Blockchain API
|
|
3069
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3258
|
+
* 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)
|
|
3070
3259
|
*
|
|
3071
3260
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3072
3261
|
*
|
|
@@ -3172,7 +3361,7 @@
|
|
|
3172
3361
|
|
|
3173
3362
|
/**
|
|
3174
3363
|
* Stacks Blockchain API
|
|
3175
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3364
|
+
* 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)
|
|
3176
3365
|
*
|
|
3177
3366
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3178
3367
|
*
|
|
@@ -3273,7 +3462,7 @@
|
|
|
3273
3462
|
|
|
3274
3463
|
/**
|
|
3275
3464
|
* Stacks Blockchain API
|
|
3276
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3465
|
+
* 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)
|
|
3277
3466
|
*
|
|
3278
3467
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3279
3468
|
*
|
|
@@ -3320,7 +3509,7 @@
|
|
|
3320
3509
|
|
|
3321
3510
|
/**
|
|
3322
3511
|
* Stacks Blockchain API
|
|
3323
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3512
|
+
* 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)
|
|
3324
3513
|
*
|
|
3325
3514
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3326
3515
|
*
|
|
@@ -3367,7 +3556,7 @@
|
|
|
3367
3556
|
|
|
3368
3557
|
/**
|
|
3369
3558
|
* Stacks Blockchain API
|
|
3370
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3559
|
+
* 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)
|
|
3371
3560
|
*
|
|
3372
3561
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3373
3562
|
*
|
|
@@ -3414,7 +3603,7 @@
|
|
|
3414
3603
|
|
|
3415
3604
|
/**
|
|
3416
3605
|
* Stacks Blockchain API
|
|
3417
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3606
|
+
* 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)
|
|
3418
3607
|
*
|
|
3419
3608
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3420
3609
|
*
|
|
@@ -3525,7 +3714,7 @@
|
|
|
3525
3714
|
|
|
3526
3715
|
/**
|
|
3527
3716
|
* Stacks Blockchain API
|
|
3528
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3717
|
+
* 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)
|
|
3529
3718
|
*
|
|
3530
3719
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3531
3720
|
*
|
|
@@ -3572,7 +3761,7 @@
|
|
|
3572
3761
|
|
|
3573
3762
|
/**
|
|
3574
3763
|
* Stacks Blockchain API
|
|
3575
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3764
|
+
* 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)
|
|
3576
3765
|
*
|
|
3577
3766
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3578
3767
|
*
|
|
@@ -3741,7 +3930,7 @@
|
|
|
3741
3930
|
|
|
3742
3931
|
/**
|
|
3743
3932
|
* Stacks Blockchain API
|
|
3744
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3933
|
+
* 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)
|
|
3745
3934
|
*
|
|
3746
3935
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3747
3936
|
*
|
|
@@ -3782,7 +3971,7 @@
|
|
|
3782
3971
|
|
|
3783
3972
|
/**
|
|
3784
3973
|
* Stacks Blockchain API
|
|
3785
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
3974
|
+
* 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)
|
|
3786
3975
|
*
|
|
3787
3976
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3788
3977
|
*
|
|
@@ -3951,7 +4140,7 @@
|
|
|
3951
4140
|
|
|
3952
4141
|
/**
|
|
3953
4142
|
* Stacks Blockchain API
|
|
3954
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
4143
|
+
* 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)
|
|
3955
4144
|
*
|
|
3956
4145
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3957
4146
|
*
|
|
@@ -4211,7 +4400,7 @@
|
|
|
4211
4400
|
|
|
4212
4401
|
/**
|
|
4213
4402
|
* Stacks Blockchain API
|
|
4214
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
4403
|
+
* 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)
|
|
4215
4404
|
*
|
|
4216
4405
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
4217
4406
|
*
|
|
@@ -4802,7 +4991,7 @@
|
|
|
4802
4991
|
|
|
4803
4992
|
/**
|
|
4804
4993
|
* Stacks Blockchain API
|
|
4805
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
4994
|
+
* 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)
|
|
4806
4995
|
*
|
|
4807
4996
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
4808
4997
|
*
|
|
@@ -4847,7 +5036,7 @@
|
|
|
4847
5036
|
|
|
4848
5037
|
/**
|
|
4849
5038
|
* Stacks Blockchain API
|
|
4850
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
5039
|
+
* 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)
|
|
4851
5040
|
*
|
|
4852
5041
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
4853
5042
|
*
|
|
@@ -5093,7 +5282,7 @@
|
|
|
5093
5282
|
|
|
5094
5283
|
/**
|
|
5095
5284
|
* Stacks Blockchain API
|
|
5096
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
5285
|
+
* 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)
|
|
5097
5286
|
*
|
|
5098
5287
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5099
5288
|
*
|
|
@@ -5266,7 +5455,7 @@
|
|
|
5266
5455
|
|
|
5267
5456
|
/**
|
|
5268
5457
|
* Stacks Blockchain API
|
|
5269
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
5458
|
+
* 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)
|
|
5270
5459
|
*
|
|
5271
5460
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5272
5461
|
*
|
|
@@ -5379,7 +5568,7 @@
|
|
|
5379
5568
|
|
|
5380
5569
|
/**
|
|
5381
5570
|
* Stacks Blockchain API
|
|
5382
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
5571
|
+
* 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)
|
|
5383
5572
|
*
|
|
5384
5573
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5385
5574
|
*
|
|
@@ -5516,7 +5705,7 @@
|
|
|
5516
5705
|
|
|
5517
5706
|
/**
|
|
5518
5707
|
* Stacks Blockchain API
|
|
5519
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
5708
|
+
* 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)
|
|
5520
5709
|
*
|
|
5521
5710
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5522
5711
|
*
|
|
@@ -5588,7 +5777,7 @@
|
|
|
5588
5777
|
|
|
5589
5778
|
/**
|
|
5590
5779
|
* Stacks Blockchain API
|
|
5591
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
5780
|
+
* 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)
|
|
5592
5781
|
*
|
|
5593
5782
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5594
5783
|
*
|
|
@@ -5958,7 +6147,7 @@
|
|
|
5958
6147
|
|
|
5959
6148
|
/**
|
|
5960
6149
|
* Stacks Blockchain API
|
|
5961
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6150
|
+
* 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)
|
|
5962
6151
|
*
|
|
5963
6152
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5964
6153
|
*
|
|
@@ -6009,7 +6198,7 @@
|
|
|
6009
6198
|
|
|
6010
6199
|
/**
|
|
6011
6200
|
* Stacks Blockchain API
|
|
6012
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6201
|
+
* 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)
|
|
6013
6202
|
*
|
|
6014
6203
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6015
6204
|
*
|
|
@@ -6068,7 +6257,7 @@
|
|
|
6068
6257
|
|
|
6069
6258
|
/**
|
|
6070
6259
|
* Stacks Blockchain API
|
|
6071
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6260
|
+
* 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)
|
|
6072
6261
|
*
|
|
6073
6262
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6074
6263
|
*
|
|
@@ -6109,7 +6298,7 @@
|
|
|
6109
6298
|
|
|
6110
6299
|
/**
|
|
6111
6300
|
* Stacks Blockchain API
|
|
6112
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6301
|
+
* 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)
|
|
6113
6302
|
*
|
|
6114
6303
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6115
6304
|
*
|
|
@@ -6216,7 +6405,7 @@
|
|
|
6216
6405
|
|
|
6217
6406
|
/**
|
|
6218
6407
|
* Stacks Blockchain API
|
|
6219
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6408
|
+
* 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)
|
|
6220
6409
|
*
|
|
6221
6410
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6222
6411
|
*
|
|
@@ -6294,7 +6483,7 @@
|
|
|
6294
6483
|
|
|
6295
6484
|
/**
|
|
6296
6485
|
* Stacks Blockchain API
|
|
6297
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6486
|
+
* 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)
|
|
6298
6487
|
*
|
|
6299
6488
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6300
6489
|
*
|
|
@@ -6335,7 +6524,7 @@
|
|
|
6335
6524
|
|
|
6336
6525
|
/**
|
|
6337
6526
|
* Stacks Blockchain API
|
|
6338
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6527
|
+
* 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)
|
|
6339
6528
|
*
|
|
6340
6529
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6341
6530
|
*
|
|
@@ -6382,7 +6571,7 @@
|
|
|
6382
6571
|
|
|
6383
6572
|
/**
|
|
6384
6573
|
* Stacks Blockchain API
|
|
6385
|
-
* Welcome to the API reference overview for the [Stacks Blockchain API](https://docs.hiro.so/
|
|
6574
|
+
* 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)
|
|
6386
6575
|
*
|
|
6387
6576
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6388
6577
|
*
|
|
@@ -7034,7 +7223,7 @@
|
|
|
7034
7223
|
}
|
|
7035
7224
|
}
|
|
7036
7225
|
/**
|
|
7037
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get blocks](
|
|
7226
|
+
* **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
|
|
7038
7227
|
* Get block by burnchain block hash
|
|
7039
7228
|
*/
|
|
7040
7229
|
;
|
|
@@ -7064,7 +7253,7 @@
|
|
|
7064
7253
|
}
|
|
7065
7254
|
}
|
|
7066
7255
|
/**
|
|
7067
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get blocks](
|
|
7256
|
+
* **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
|
|
7068
7257
|
* Get block by burnchain block hash
|
|
7069
7258
|
*/
|
|
7070
7259
|
;
|
|
@@ -7081,7 +7270,7 @@
|
|
|
7081
7270
|
}
|
|
7082
7271
|
}
|
|
7083
7272
|
/**
|
|
7084
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get blocks](
|
|
7273
|
+
* **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
|
|
7085
7274
|
* Get block by burnchain height
|
|
7086
7275
|
*/
|
|
7087
7276
|
;
|
|
@@ -7111,7 +7300,7 @@
|
|
|
7111
7300
|
}
|
|
7112
7301
|
}
|
|
7113
7302
|
/**
|
|
7114
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get blocks](
|
|
7303
|
+
* **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
|
|
7115
7304
|
* Get block by burnchain height
|
|
7116
7305
|
*/
|
|
7117
7306
|
;
|
|
@@ -7128,7 +7317,7 @@
|
|
|
7128
7317
|
}
|
|
7129
7318
|
}
|
|
7130
7319
|
/**
|
|
7131
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get block](
|
|
7320
|
+
* **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.
|
|
7132
7321
|
* Get block by hash
|
|
7133
7322
|
*/
|
|
7134
7323
|
;
|
|
@@ -7158,7 +7347,7 @@
|
|
|
7158
7347
|
}
|
|
7159
7348
|
}
|
|
7160
7349
|
/**
|
|
7161
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get block](
|
|
7350
|
+
* **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.
|
|
7162
7351
|
* Get block by hash
|
|
7163
7352
|
*/
|
|
7164
7353
|
;
|
|
@@ -7175,7 +7364,7 @@
|
|
|
7175
7364
|
}
|
|
7176
7365
|
}
|
|
7177
7366
|
/**
|
|
7178
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get block](
|
|
7367
|
+
* **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
|
|
7179
7368
|
* Get block by height
|
|
7180
7369
|
*/
|
|
7181
7370
|
;
|
|
@@ -7205,7 +7394,7 @@
|
|
|
7205
7394
|
}
|
|
7206
7395
|
}
|
|
7207
7396
|
/**
|
|
7208
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get block](
|
|
7397
|
+
* **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
|
|
7209
7398
|
* Get block by height
|
|
7210
7399
|
*/
|
|
7211
7400
|
;
|
|
@@ -7222,7 +7411,7 @@
|
|
|
7222
7411
|
}
|
|
7223
7412
|
}
|
|
7224
7413
|
/**
|
|
7225
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get blocks](
|
|
7414
|
+
* **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.
|
|
7226
7415
|
* Get recent blocks
|
|
7227
7416
|
*/
|
|
7228
7417
|
;
|
|
@@ -7257,7 +7446,7 @@
|
|
|
7257
7446
|
}
|
|
7258
7447
|
}
|
|
7259
7448
|
/**
|
|
7260
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get blocks](
|
|
7449
|
+
* **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.
|
|
7261
7450
|
* Get recent blocks
|
|
7262
7451
|
*/
|
|
7263
7452
|
;
|
|
@@ -7638,7 +7827,7 @@
|
|
|
7638
7827
|
var _proto = FeesApi.prototype;
|
|
7639
7828
|
|
|
7640
7829
|
/**
|
|
7641
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](
|
|
7830
|
+
* **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.
|
|
7642
7831
|
* Fetch fee rate
|
|
7643
7832
|
*/
|
|
7644
7833
|
_proto.fetchFeeRateRaw = function fetchFeeRateRaw(requestParameters, initOverrides) {
|
|
@@ -7668,7 +7857,7 @@
|
|
|
7668
7857
|
}
|
|
7669
7858
|
}
|
|
7670
7859
|
/**
|
|
7671
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](
|
|
7860
|
+
* **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.
|
|
7672
7861
|
* Fetch fee rate
|
|
7673
7862
|
*/
|
|
7674
7863
|
;
|
|
@@ -7974,7 +8163,7 @@
|
|
|
7974
8163
|
var queryParameters = {};
|
|
7975
8164
|
var headerParameters = {};
|
|
7976
8165
|
return Promise.resolve(_this18.request({
|
|
7977
|
-
path: "/extended
|
|
8166
|
+
path: "/extended",
|
|
7978
8167
|
method: 'GET',
|
|
7979
8168
|
headers: headerParameters,
|
|
7980
8169
|
query: queryParameters
|
|
@@ -10901,6 +11090,122 @@
|
|
|
10901
11090
|
return Promise.reject(e);
|
|
10902
11091
|
}
|
|
10903
11092
|
}
|
|
11093
|
+
/**
|
|
11094
|
+
* Retrieves a paginated list of all STX, FT and NFT events concerning a STX address or Smart Contract ID within a specific transaction.
|
|
11095
|
+
* Get events for an address transaction
|
|
11096
|
+
*/
|
|
11097
|
+
;
|
|
11098
|
+
|
|
11099
|
+
_proto.getAddressTransactionEventsRaw = function getAddressTransactionEventsRaw(requestParameters, initOverrides) {
|
|
11100
|
+
try {
|
|
11101
|
+
var _this6 = this;
|
|
11102
|
+
|
|
11103
|
+
if (requestParameters.address === null || requestParameters.address === undefined) {
|
|
11104
|
+
throw new RequiredError('address', 'Required parameter requestParameters.address was null or undefined when calling getAddressTransactionEvents.');
|
|
11105
|
+
}
|
|
11106
|
+
|
|
11107
|
+
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11108
|
+
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getAddressTransactionEvents.');
|
|
11109
|
+
}
|
|
11110
|
+
|
|
11111
|
+
var queryParameters = {};
|
|
11112
|
+
|
|
11113
|
+
if (requestParameters.limit !== undefined) {
|
|
11114
|
+
queryParameters['limit'] = requestParameters.limit;
|
|
11115
|
+
}
|
|
11116
|
+
|
|
11117
|
+
if (requestParameters.offset !== undefined) {
|
|
11118
|
+
queryParameters['offset'] = requestParameters.offset;
|
|
11119
|
+
}
|
|
11120
|
+
|
|
11121
|
+
var headerParameters = {};
|
|
11122
|
+
return Promise.resolve(_this6.request({
|
|
11123
|
+
path: "/extended/v2/addresses/{address}/transactions/{tx_id}/events".replace("{" + "address" + "}", encodeURIComponent(String(requestParameters.address))).replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
|
|
11124
|
+
method: 'GET',
|
|
11125
|
+
headers: headerParameters,
|
|
11126
|
+
query: queryParameters
|
|
11127
|
+
}, initOverrides)).then(function (response) {
|
|
11128
|
+
return new JSONApiResponse(response, function (jsonValue) {
|
|
11129
|
+
return AddressTransactionEventListResponseFromJSON(jsonValue);
|
|
11130
|
+
});
|
|
11131
|
+
});
|
|
11132
|
+
} catch (e) {
|
|
11133
|
+
return Promise.reject(e);
|
|
11134
|
+
}
|
|
11135
|
+
}
|
|
11136
|
+
/**
|
|
11137
|
+
* Retrieves a paginated list of all STX, FT and NFT events concerning a STX address or Smart Contract ID within a specific transaction.
|
|
11138
|
+
* Get events for an address transaction
|
|
11139
|
+
*/
|
|
11140
|
+
;
|
|
11141
|
+
|
|
11142
|
+
_proto.getAddressTransactionEvents = function getAddressTransactionEvents(requestParameters, initOverrides) {
|
|
11143
|
+
try {
|
|
11144
|
+
var _this8 = this;
|
|
11145
|
+
|
|
11146
|
+
return Promise.resolve(_this8.getAddressTransactionEventsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11147
|
+
return Promise.resolve(response.value());
|
|
11148
|
+
});
|
|
11149
|
+
} catch (e) {
|
|
11150
|
+
return Promise.reject(e);
|
|
11151
|
+
}
|
|
11152
|
+
}
|
|
11153
|
+
/**
|
|
11154
|
+
* 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).
|
|
11155
|
+
* Get address transactions
|
|
11156
|
+
*/
|
|
11157
|
+
;
|
|
11158
|
+
|
|
11159
|
+
_proto.getAddressTransactionsRaw = function getAddressTransactionsRaw(requestParameters, initOverrides) {
|
|
11160
|
+
try {
|
|
11161
|
+
var _this10 = this;
|
|
11162
|
+
|
|
11163
|
+
if (requestParameters.address === null || requestParameters.address === undefined) {
|
|
11164
|
+
throw new RequiredError('address', 'Required parameter requestParameters.address was null or undefined when calling getAddressTransactions.');
|
|
11165
|
+
}
|
|
11166
|
+
|
|
11167
|
+
var queryParameters = {};
|
|
11168
|
+
|
|
11169
|
+
if (requestParameters.limit !== undefined) {
|
|
11170
|
+
queryParameters['limit'] = requestParameters.limit;
|
|
11171
|
+
}
|
|
11172
|
+
|
|
11173
|
+
if (requestParameters.offset !== undefined) {
|
|
11174
|
+
queryParameters['offset'] = requestParameters.offset;
|
|
11175
|
+
}
|
|
11176
|
+
|
|
11177
|
+
var headerParameters = {};
|
|
11178
|
+
return Promise.resolve(_this10.request({
|
|
11179
|
+
path: "/extended/v2/addresses/{address}/transactions".replace("{" + "address" + "}", encodeURIComponent(String(requestParameters.address))),
|
|
11180
|
+
method: 'GET',
|
|
11181
|
+
headers: headerParameters,
|
|
11182
|
+
query: queryParameters
|
|
11183
|
+
}, initOverrides)).then(function (response) {
|
|
11184
|
+
return new JSONApiResponse(response, function (jsonValue) {
|
|
11185
|
+
return AddressTransactionsV2ListResponseFromJSON(jsonValue);
|
|
11186
|
+
});
|
|
11187
|
+
});
|
|
11188
|
+
} catch (e) {
|
|
11189
|
+
return Promise.reject(e);
|
|
11190
|
+
}
|
|
11191
|
+
}
|
|
11192
|
+
/**
|
|
11193
|
+
* 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).
|
|
11194
|
+
* Get address transactions
|
|
11195
|
+
*/
|
|
11196
|
+
;
|
|
11197
|
+
|
|
11198
|
+
_proto.getAddressTransactions = function getAddressTransactions(requestParameters, initOverrides) {
|
|
11199
|
+
try {
|
|
11200
|
+
var _this12 = this;
|
|
11201
|
+
|
|
11202
|
+
return Promise.resolve(_this12.getAddressTransactionsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11203
|
+
return Promise.resolve(response.value());
|
|
11204
|
+
});
|
|
11205
|
+
} catch (e) {
|
|
11206
|
+
return Promise.reject(e);
|
|
11207
|
+
}
|
|
11208
|
+
}
|
|
10904
11209
|
/**
|
|
10905
11210
|
* 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
|
|
10906
11211
|
* Get dropped mempool transactions
|
|
@@ -10909,7 +11214,7 @@
|
|
|
10909
11214
|
|
|
10910
11215
|
_proto.getDroppedMempoolTransactionListRaw = function getDroppedMempoolTransactionListRaw(requestParameters, initOverrides) {
|
|
10911
11216
|
try {
|
|
10912
|
-
var
|
|
11217
|
+
var _this14 = this;
|
|
10913
11218
|
|
|
10914
11219
|
var queryParameters = {};
|
|
10915
11220
|
|
|
@@ -10922,7 +11227,7 @@
|
|
|
10922
11227
|
}
|
|
10923
11228
|
|
|
10924
11229
|
var headerParameters = {};
|
|
10925
|
-
return Promise.resolve(
|
|
11230
|
+
return Promise.resolve(_this14.request({
|
|
10926
11231
|
path: "/extended/v1/tx/mempool/dropped",
|
|
10927
11232
|
method: 'GET',
|
|
10928
11233
|
headers: headerParameters,
|
|
@@ -10944,9 +11249,9 @@
|
|
|
10944
11249
|
|
|
10945
11250
|
_proto.getDroppedMempoolTransactionList = function getDroppedMempoolTransactionList(requestParameters, initOverrides) {
|
|
10946
11251
|
try {
|
|
10947
|
-
var
|
|
11252
|
+
var _this16 = this;
|
|
10948
11253
|
|
|
10949
|
-
return Promise.resolve(
|
|
11254
|
+
return Promise.resolve(_this16.getDroppedMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
10950
11255
|
return Promise.resolve(response.value());
|
|
10951
11256
|
});
|
|
10952
11257
|
} catch (e) {
|
|
@@ -10961,7 +11266,7 @@
|
|
|
10961
11266
|
|
|
10962
11267
|
_proto.getFilteredEventsRaw = function getFilteredEventsRaw(requestParameters, initOverrides) {
|
|
10963
11268
|
try {
|
|
10964
|
-
var
|
|
11269
|
+
var _this18 = this;
|
|
10965
11270
|
|
|
10966
11271
|
var queryParameters = {};
|
|
10967
11272
|
|
|
@@ -10986,7 +11291,7 @@
|
|
|
10986
11291
|
}
|
|
10987
11292
|
|
|
10988
11293
|
var headerParameters = {};
|
|
10989
|
-
return Promise.resolve(
|
|
11294
|
+
return Promise.resolve(_this18.request({
|
|
10990
11295
|
path: "/extended/v1/tx/events",
|
|
10991
11296
|
method: 'GET',
|
|
10992
11297
|
headers: headerParameters,
|
|
@@ -11008,9 +11313,9 @@
|
|
|
11008
11313
|
|
|
11009
11314
|
_proto.getFilteredEvents = function getFilteredEvents(requestParameters, initOverrides) {
|
|
11010
11315
|
try {
|
|
11011
|
-
var
|
|
11316
|
+
var _this20 = this;
|
|
11012
11317
|
|
|
11013
|
-
return Promise.resolve(
|
|
11318
|
+
return Promise.resolve(_this20.getFilteredEventsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11014
11319
|
return Promise.resolve(response.value());
|
|
11015
11320
|
});
|
|
11016
11321
|
} catch (e) {
|
|
@@ -11025,7 +11330,7 @@
|
|
|
11025
11330
|
|
|
11026
11331
|
_proto.getMempoolTransactionListRaw = function getMempoolTransactionListRaw(requestParameters, initOverrides) {
|
|
11027
11332
|
try {
|
|
11028
|
-
var
|
|
11333
|
+
var _this22 = this;
|
|
11029
11334
|
|
|
11030
11335
|
var queryParameters = {};
|
|
11031
11336
|
|
|
@@ -11062,7 +11367,7 @@
|
|
|
11062
11367
|
}
|
|
11063
11368
|
|
|
11064
11369
|
var headerParameters = {};
|
|
11065
|
-
return Promise.resolve(
|
|
11370
|
+
return Promise.resolve(_this22.request({
|
|
11066
11371
|
path: "/extended/v1/tx/mempool",
|
|
11067
11372
|
method: 'GET',
|
|
11068
11373
|
headers: headerParameters,
|
|
@@ -11084,9 +11389,9 @@
|
|
|
11084
11389
|
|
|
11085
11390
|
_proto.getMempoolTransactionList = function getMempoolTransactionList(requestParameters, initOverrides) {
|
|
11086
11391
|
try {
|
|
11087
|
-
var
|
|
11392
|
+
var _this24 = this;
|
|
11088
11393
|
|
|
11089
|
-
return Promise.resolve(
|
|
11394
|
+
return Promise.resolve(_this24.getMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11090
11395
|
return Promise.resolve(response.value());
|
|
11091
11396
|
});
|
|
11092
11397
|
} catch (e) {
|
|
@@ -11101,11 +11406,11 @@
|
|
|
11101
11406
|
|
|
11102
11407
|
_proto.getMempoolTransactionStatsRaw = function getMempoolTransactionStatsRaw(initOverrides) {
|
|
11103
11408
|
try {
|
|
11104
|
-
var
|
|
11409
|
+
var _this26 = this;
|
|
11105
11410
|
|
|
11106
11411
|
var queryParameters = {};
|
|
11107
11412
|
var headerParameters = {};
|
|
11108
|
-
return Promise.resolve(
|
|
11413
|
+
return Promise.resolve(_this26.request({
|
|
11109
11414
|
path: "/extended/v1/tx/mempool/stats",
|
|
11110
11415
|
method: 'GET',
|
|
11111
11416
|
headers: headerParameters,
|
|
@@ -11127,9 +11432,9 @@
|
|
|
11127
11432
|
|
|
11128
11433
|
_proto.getMempoolTransactionStats = function getMempoolTransactionStats(initOverrides) {
|
|
11129
11434
|
try {
|
|
11130
|
-
var
|
|
11435
|
+
var _this28 = this;
|
|
11131
11436
|
|
|
11132
|
-
return Promise.resolve(
|
|
11437
|
+
return Promise.resolve(_this28.getMempoolTransactionStatsRaw(initOverrides)).then(function (response) {
|
|
11133
11438
|
return Promise.resolve(response.value());
|
|
11134
11439
|
});
|
|
11135
11440
|
} catch (e) {
|
|
@@ -11144,7 +11449,7 @@
|
|
|
11144
11449
|
|
|
11145
11450
|
_proto.getRawTransactionByIdRaw = function getRawTransactionByIdRaw(requestParameters, initOverrides) {
|
|
11146
11451
|
try {
|
|
11147
|
-
var
|
|
11452
|
+
var _this30 = this;
|
|
11148
11453
|
|
|
11149
11454
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11150
11455
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getRawTransactionById.');
|
|
@@ -11152,7 +11457,7 @@
|
|
|
11152
11457
|
|
|
11153
11458
|
var queryParameters = {};
|
|
11154
11459
|
var headerParameters = {};
|
|
11155
|
-
return Promise.resolve(
|
|
11460
|
+
return Promise.resolve(_this30.request({
|
|
11156
11461
|
path: "/extended/v1/tx/{tx_id}/raw".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
|
|
11157
11462
|
method: 'GET',
|
|
11158
11463
|
headers: headerParameters,
|
|
@@ -11174,9 +11479,9 @@
|
|
|
11174
11479
|
|
|
11175
11480
|
_proto.getRawTransactionById = function getRawTransactionById(requestParameters, initOverrides) {
|
|
11176
11481
|
try {
|
|
11177
|
-
var
|
|
11482
|
+
var _this32 = this;
|
|
11178
11483
|
|
|
11179
|
-
return Promise.resolve(
|
|
11484
|
+
return Promise.resolve(_this32.getRawTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11180
11485
|
return Promise.resolve(response.value());
|
|
11181
11486
|
});
|
|
11182
11487
|
} catch (e) {
|
|
@@ -11191,7 +11496,7 @@
|
|
|
11191
11496
|
|
|
11192
11497
|
_proto.getTransactionByIdRaw = function getTransactionByIdRaw(requestParameters, initOverrides) {
|
|
11193
11498
|
try {
|
|
11194
|
-
var
|
|
11499
|
+
var _this34 = this;
|
|
11195
11500
|
|
|
11196
11501
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11197
11502
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTransactionById.');
|
|
@@ -11212,7 +11517,7 @@
|
|
|
11212
11517
|
}
|
|
11213
11518
|
|
|
11214
11519
|
var headerParameters = {};
|
|
11215
|
-
return Promise.resolve(
|
|
11520
|
+
return Promise.resolve(_this34.request({
|
|
11216
11521
|
path: "/extended/v1/tx/{tx_id}".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
|
|
11217
11522
|
method: 'GET',
|
|
11218
11523
|
headers: headerParameters,
|
|
@@ -11232,9 +11537,9 @@
|
|
|
11232
11537
|
|
|
11233
11538
|
_proto.getTransactionById = function getTransactionById(requestParameters, initOverrides) {
|
|
11234
11539
|
try {
|
|
11235
|
-
var
|
|
11540
|
+
var _this36 = this;
|
|
11236
11541
|
|
|
11237
|
-
return Promise.resolve(
|
|
11542
|
+
return Promise.resolve(_this36.getTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11238
11543
|
return Promise.resolve(response.value());
|
|
11239
11544
|
});
|
|
11240
11545
|
} catch (e) {
|
|
@@ -11249,7 +11554,7 @@
|
|
|
11249
11554
|
|
|
11250
11555
|
_proto.getTransactionListRaw = function getTransactionListRaw(requestParameters, initOverrides) {
|
|
11251
11556
|
try {
|
|
11252
|
-
var
|
|
11557
|
+
var _this38 = this;
|
|
11253
11558
|
|
|
11254
11559
|
var queryParameters = {};
|
|
11255
11560
|
|
|
@@ -11270,7 +11575,7 @@
|
|
|
11270
11575
|
}
|
|
11271
11576
|
|
|
11272
11577
|
var headerParameters = {};
|
|
11273
|
-
return Promise.resolve(
|
|
11578
|
+
return Promise.resolve(_this38.request({
|
|
11274
11579
|
path: "/extended/v1/tx",
|
|
11275
11580
|
method: 'GET',
|
|
11276
11581
|
headers: headerParameters,
|
|
@@ -11292,9 +11597,9 @@
|
|
|
11292
11597
|
|
|
11293
11598
|
_proto.getTransactionList = function getTransactionList(requestParameters, initOverrides) {
|
|
11294
11599
|
try {
|
|
11295
|
-
var
|
|
11600
|
+
var _this40 = this;
|
|
11296
11601
|
|
|
11297
|
-
return Promise.resolve(
|
|
11602
|
+
return Promise.resolve(_this40.getTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11298
11603
|
return Promise.resolve(response.value());
|
|
11299
11604
|
});
|
|
11300
11605
|
} catch (e) {
|
|
@@ -11309,7 +11614,7 @@
|
|
|
11309
11614
|
|
|
11310
11615
|
_proto.getTransactionsByBlockRaw = function getTransactionsByBlockRaw(requestParameters, initOverrides) {
|
|
11311
11616
|
try {
|
|
11312
|
-
var
|
|
11617
|
+
var _this42 = this;
|
|
11313
11618
|
|
|
11314
11619
|
if (requestParameters.heightOrHash === null || requestParameters.heightOrHash === undefined) {
|
|
11315
11620
|
throw new RequiredError('heightOrHash', 'Required parameter requestParameters.heightOrHash was null or undefined when calling getTransactionsByBlock.');
|
|
@@ -11317,7 +11622,7 @@
|
|
|
11317
11622
|
|
|
11318
11623
|
var queryParameters = {};
|
|
11319
11624
|
var headerParameters = {};
|
|
11320
|
-
return Promise.resolve(
|
|
11625
|
+
return Promise.resolve(_this42.request({
|
|
11321
11626
|
path: "/extended/v2/blocks/{height_or_hash}/transactions".replace("{" + "height_or_hash" + "}", encodeURIComponent(String(requestParameters.heightOrHash))),
|
|
11322
11627
|
method: 'GET',
|
|
11323
11628
|
headers: headerParameters,
|
|
@@ -11339,9 +11644,9 @@
|
|
|
11339
11644
|
|
|
11340
11645
|
_proto.getTransactionsByBlock = function getTransactionsByBlock(requestParameters, initOverrides) {
|
|
11341
11646
|
try {
|
|
11342
|
-
var
|
|
11647
|
+
var _this44 = this;
|
|
11343
11648
|
|
|
11344
|
-
return Promise.resolve(
|
|
11649
|
+
return Promise.resolve(_this44.getTransactionsByBlockRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11345
11650
|
return Promise.resolve(response.value());
|
|
11346
11651
|
});
|
|
11347
11652
|
} catch (e) {
|
|
@@ -11349,14 +11654,14 @@
|
|
|
11349
11654
|
}
|
|
11350
11655
|
}
|
|
11351
11656
|
/**
|
|
11352
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](
|
|
11657
|
+
* **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.
|
|
11353
11658
|
* Transactions by block hash
|
|
11354
11659
|
*/
|
|
11355
11660
|
;
|
|
11356
11661
|
|
|
11357
11662
|
_proto.getTransactionsByBlockHashRaw = function getTransactionsByBlockHashRaw(requestParameters, initOverrides) {
|
|
11358
11663
|
try {
|
|
11359
|
-
var
|
|
11664
|
+
var _this46 = this;
|
|
11360
11665
|
|
|
11361
11666
|
if (requestParameters.blockHash === null || requestParameters.blockHash === undefined) {
|
|
11362
11667
|
throw new RequiredError('blockHash', 'Required parameter requestParameters.blockHash was null or undefined when calling getTransactionsByBlockHash.');
|
|
@@ -11373,7 +11678,7 @@
|
|
|
11373
11678
|
}
|
|
11374
11679
|
|
|
11375
11680
|
var headerParameters = {};
|
|
11376
|
-
return Promise.resolve(
|
|
11681
|
+
return Promise.resolve(_this46.request({
|
|
11377
11682
|
path: "/extended/v1/tx/block/{block_hash}".replace("{" + "block_hash" + "}", encodeURIComponent(String(requestParameters.blockHash))),
|
|
11378
11683
|
method: 'GET',
|
|
11379
11684
|
headers: headerParameters,
|
|
@@ -11388,16 +11693,16 @@
|
|
|
11388
11693
|
}
|
|
11389
11694
|
}
|
|
11390
11695
|
/**
|
|
11391
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](
|
|
11696
|
+
* **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.
|
|
11392
11697
|
* Transactions by block hash
|
|
11393
11698
|
*/
|
|
11394
11699
|
;
|
|
11395
11700
|
|
|
11396
11701
|
_proto.getTransactionsByBlockHash = function getTransactionsByBlockHash(requestParameters, initOverrides) {
|
|
11397
11702
|
try {
|
|
11398
|
-
var
|
|
11703
|
+
var _this48 = this;
|
|
11399
11704
|
|
|
11400
|
-
return Promise.resolve(
|
|
11705
|
+
return Promise.resolve(_this48.getTransactionsByBlockHashRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11401
11706
|
return Promise.resolve(response.value());
|
|
11402
11707
|
});
|
|
11403
11708
|
} catch (e) {
|
|
@@ -11405,14 +11710,14 @@
|
|
|
11405
11710
|
}
|
|
11406
11711
|
}
|
|
11407
11712
|
/**
|
|
11408
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](
|
|
11713
|
+
* **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
|
|
11409
11714
|
* Transactions by block height
|
|
11410
11715
|
*/
|
|
11411
11716
|
;
|
|
11412
11717
|
|
|
11413
11718
|
_proto.getTransactionsByBlockHeightRaw = function getTransactionsByBlockHeightRaw(requestParameters, initOverrides) {
|
|
11414
11719
|
try {
|
|
11415
|
-
var
|
|
11720
|
+
var _this50 = this;
|
|
11416
11721
|
|
|
11417
11722
|
if (requestParameters.height === null || requestParameters.height === undefined) {
|
|
11418
11723
|
throw new RequiredError('height', 'Required parameter requestParameters.height was null or undefined when calling getTransactionsByBlockHeight.');
|
|
@@ -11433,7 +11738,7 @@
|
|
|
11433
11738
|
}
|
|
11434
11739
|
|
|
11435
11740
|
var headerParameters = {};
|
|
11436
|
-
return Promise.resolve(
|
|
11741
|
+
return Promise.resolve(_this50.request({
|
|
11437
11742
|
path: "/extended/v1/tx/block_height/{height}".replace("{" + "height" + "}", encodeURIComponent(String(requestParameters.height))),
|
|
11438
11743
|
method: 'GET',
|
|
11439
11744
|
headers: headerParameters,
|
|
@@ -11448,16 +11753,16 @@
|
|
|
11448
11753
|
}
|
|
11449
11754
|
}
|
|
11450
11755
|
/**
|
|
11451
|
-
* **NOTE:** This endpoint is deprecated in favor of [Get transactions by block](
|
|
11756
|
+
* **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
|
|
11452
11757
|
* Transactions by block height
|
|
11453
11758
|
*/
|
|
11454
11759
|
;
|
|
11455
11760
|
|
|
11456
11761
|
_proto.getTransactionsByBlockHeight = function getTransactionsByBlockHeight(requestParameters, initOverrides) {
|
|
11457
11762
|
try {
|
|
11458
|
-
var
|
|
11763
|
+
var _this52 = this;
|
|
11459
11764
|
|
|
11460
|
-
return Promise.resolve(
|
|
11765
|
+
return Promise.resolve(_this52.getTransactionsByBlockHeightRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11461
11766
|
return Promise.resolve(response.value());
|
|
11462
11767
|
});
|
|
11463
11768
|
} catch (e) {
|
|
@@ -11472,7 +11777,7 @@
|
|
|
11472
11777
|
|
|
11473
11778
|
_proto.getTxListDetailsRaw = function getTxListDetailsRaw(requestParameters, initOverrides) {
|
|
11474
11779
|
try {
|
|
11475
|
-
var
|
|
11780
|
+
var _this54 = this;
|
|
11476
11781
|
|
|
11477
11782
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11478
11783
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTxListDetails.');
|
|
@@ -11497,7 +11802,7 @@
|
|
|
11497
11802
|
}
|
|
11498
11803
|
|
|
11499
11804
|
var headerParameters = {};
|
|
11500
|
-
return Promise.resolve(
|
|
11805
|
+
return Promise.resolve(_this54.request({
|
|
11501
11806
|
path: "/extended/v1/tx/multiple",
|
|
11502
11807
|
method: 'GET',
|
|
11503
11808
|
headers: headerParameters,
|
|
@@ -11517,9 +11822,9 @@
|
|
|
11517
11822
|
|
|
11518
11823
|
_proto.getTxListDetails = function getTxListDetails(requestParameters, initOverrides) {
|
|
11519
11824
|
try {
|
|
11520
|
-
var
|
|
11825
|
+
var _this56 = this;
|
|
11521
11826
|
|
|
11522
|
-
return Promise.resolve(
|
|
11827
|
+
return Promise.resolve(_this56.getTxListDetailsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11523
11828
|
return Promise.resolve(response.value());
|
|
11524
11829
|
});
|
|
11525
11830
|
} catch (e) {
|
|
@@ -11534,12 +11839,12 @@
|
|
|
11534
11839
|
|
|
11535
11840
|
_proto.postCoreNodeTransactionsRaw = function postCoreNodeTransactionsRaw(requestParameters, initOverrides) {
|
|
11536
11841
|
try {
|
|
11537
|
-
var
|
|
11842
|
+
var _this58 = this;
|
|
11538
11843
|
|
|
11539
11844
|
var queryParameters = {};
|
|
11540
11845
|
var headerParameters = {};
|
|
11541
11846
|
headerParameters['Content-Type'] = 'application/octet-stream';
|
|
11542
|
-
return Promise.resolve(
|
|
11847
|
+
return Promise.resolve(_this58.request({
|
|
11543
11848
|
path: "/v2/transactions",
|
|
11544
11849
|
method: 'POST',
|
|
11545
11850
|
headers: headerParameters,
|
|
@@ -11560,9 +11865,9 @@
|
|
|
11560
11865
|
|
|
11561
11866
|
_proto.postCoreNodeTransactions = function postCoreNodeTransactions(requestParameters, initOverrides) {
|
|
11562
11867
|
try {
|
|
11563
|
-
var
|
|
11868
|
+
var _this60 = this;
|
|
11564
11869
|
|
|
11565
|
-
return Promise.resolve(
|
|
11870
|
+
return Promise.resolve(_this60.postCoreNodeTransactionsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11566
11871
|
return Promise.resolve(response.value());
|
|
11567
11872
|
});
|
|
11568
11873
|
} catch (e) {
|
|
@@ -16780,6 +17085,12 @@
|
|
|
16780
17085
|
exports.AddressTokenOfferingLockedFromJSON = AddressTokenOfferingLockedFromJSON;
|
|
16781
17086
|
exports.AddressTokenOfferingLockedFromJSONTyped = AddressTokenOfferingLockedFromJSONTyped;
|
|
16782
17087
|
exports.AddressTokenOfferingLockedToJSON = AddressTokenOfferingLockedToJSON;
|
|
17088
|
+
exports.AddressTransactionEventListResponseFromJSON = AddressTransactionEventListResponseFromJSON;
|
|
17089
|
+
exports.AddressTransactionEventListResponseFromJSONTyped = AddressTransactionEventListResponseFromJSONTyped;
|
|
17090
|
+
exports.AddressTransactionEventListResponseToJSON = AddressTransactionEventListResponseToJSON;
|
|
17091
|
+
exports.AddressTransactionFromJSON = AddressTransactionFromJSON;
|
|
17092
|
+
exports.AddressTransactionFromJSONTyped = AddressTransactionFromJSONTyped;
|
|
17093
|
+
exports.AddressTransactionToJSON = AddressTransactionToJSON;
|
|
16783
17094
|
exports.AddressTransactionWithTransfersFromJSON = AddressTransactionWithTransfersFromJSON;
|
|
16784
17095
|
exports.AddressTransactionWithTransfersFromJSONTyped = AddressTransactionWithTransfersFromJSONTyped;
|
|
16785
17096
|
exports.AddressTransactionWithTransfersFtTransfersFromJSON = AddressTransactionWithTransfersFtTransfersFromJSON;
|
|
@@ -16798,6 +17109,15 @@
|
|
|
16798
17109
|
exports.AddressTransactionsListResponseFromJSON = AddressTransactionsListResponseFromJSON;
|
|
16799
17110
|
exports.AddressTransactionsListResponseFromJSONTyped = AddressTransactionsListResponseFromJSONTyped;
|
|
16800
17111
|
exports.AddressTransactionsListResponseToJSON = AddressTransactionsListResponseToJSON;
|
|
17112
|
+
exports.AddressTransactionsV2ListResponseEventsFromJSON = AddressTransactionsV2ListResponseEventsFromJSON;
|
|
17113
|
+
exports.AddressTransactionsV2ListResponseEventsFromJSONTyped = AddressTransactionsV2ListResponseEventsFromJSONTyped;
|
|
17114
|
+
exports.AddressTransactionsV2ListResponseEventsStxFromJSON = AddressTransactionsV2ListResponseEventsStxFromJSON;
|
|
17115
|
+
exports.AddressTransactionsV2ListResponseEventsStxFromJSONTyped = AddressTransactionsV2ListResponseEventsStxFromJSONTyped;
|
|
17116
|
+
exports.AddressTransactionsV2ListResponseEventsStxToJSON = AddressTransactionsV2ListResponseEventsStxToJSON;
|
|
17117
|
+
exports.AddressTransactionsV2ListResponseEventsToJSON = AddressTransactionsV2ListResponseEventsToJSON;
|
|
17118
|
+
exports.AddressTransactionsV2ListResponseFromJSON = AddressTransactionsV2ListResponseFromJSON;
|
|
17119
|
+
exports.AddressTransactionsV2ListResponseFromJSONTyped = AddressTransactionsV2ListResponseFromJSONTyped;
|
|
17120
|
+
exports.AddressTransactionsV2ListResponseToJSON = AddressTransactionsV2ListResponseToJSON;
|
|
16801
17121
|
exports.AddressTransactionsWithTransfersListResponseFromJSON = AddressTransactionsWithTransfersListResponseFromJSON;
|
|
16802
17122
|
exports.AddressTransactionsWithTransfersListResponseFromJSONTyped = AddressTransactionsWithTransfersListResponseFromJSONTyped;
|
|
16803
17123
|
exports.AddressTransactionsWithTransfersListResponseToJSON = AddressTransactionsWithTransfersListResponseToJSON;
|