@stacks/blockchain-api-client 7.9.0-nakamoto.5 → 7.9.0
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 -7
- package/lib/generated/models/RosettaOptions.js +1 -3
- package/lib/generated/models/RosettaOptions.js.map +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 +444 -126
- 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 -9
- 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
|
*
|
|
@@ -5445,8 +5634,7 @@
|
|
|
5445
5634
|
'contract_name': !exists(json, 'contract_name') ? undefined : json['contract_name'],
|
|
5446
5635
|
'burn_block_height': !exists(json, 'burn_block_height') ? undefined : json['burn_block_height'],
|
|
5447
5636
|
'delegate_to': !exists(json, 'delegate_to') ? undefined : json['delegate_to'],
|
|
5448
|
-
'pox_addr': !exists(json, 'pox_addr') ? undefined : json['pox_addr']
|
|
5449
|
-
'signer_key': !exists(json, 'signer_key') ? undefined : json['signer_key']
|
|
5637
|
+
'pox_addr': !exists(json, 'pox_addr') ? undefined : json['pox_addr']
|
|
5450
5638
|
};
|
|
5451
5639
|
}
|
|
5452
5640
|
function RosettaOptionsToJSON(value) {
|
|
@@ -5478,8 +5666,7 @@
|
|
|
5478
5666
|
'contract_name': value.contract_name,
|
|
5479
5667
|
'burn_block_height': value.burn_block_height,
|
|
5480
5668
|
'delegate_to': value.delegate_to,
|
|
5481
|
-
'pox_addr': value.pox_addr
|
|
5482
|
-
'signer_key': value.signer_key
|
|
5669
|
+
'pox_addr': value.pox_addr
|
|
5483
5670
|
};
|
|
5484
5671
|
}
|
|
5485
5672
|
|
|
@@ -5518,7 +5705,7 @@
|
|
|
5518
5705
|
|
|
5519
5706
|
/**
|
|
5520
5707
|
* Stacks Blockchain API
|
|
5521
|
-
* 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)
|
|
5522
5709
|
*
|
|
5523
5710
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5524
5711
|
*
|
|
@@ -5590,7 +5777,7 @@
|
|
|
5590
5777
|
|
|
5591
5778
|
/**
|
|
5592
5779
|
* Stacks Blockchain API
|
|
5593
|
-
* 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)
|
|
5594
5781
|
*
|
|
5595
5782
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5596
5783
|
*
|
|
@@ -5960,7 +6147,7 @@
|
|
|
5960
6147
|
|
|
5961
6148
|
/**
|
|
5962
6149
|
* Stacks Blockchain API
|
|
5963
|
-
* 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)
|
|
5964
6151
|
*
|
|
5965
6152
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5966
6153
|
*
|
|
@@ -6011,7 +6198,7 @@
|
|
|
6011
6198
|
|
|
6012
6199
|
/**
|
|
6013
6200
|
* Stacks Blockchain API
|
|
6014
|
-
* 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)
|
|
6015
6202
|
*
|
|
6016
6203
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6017
6204
|
*
|
|
@@ -6070,7 +6257,7 @@
|
|
|
6070
6257
|
|
|
6071
6258
|
/**
|
|
6072
6259
|
* Stacks Blockchain API
|
|
6073
|
-
* 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)
|
|
6074
6261
|
*
|
|
6075
6262
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6076
6263
|
*
|
|
@@ -6111,7 +6298,7 @@
|
|
|
6111
6298
|
|
|
6112
6299
|
/**
|
|
6113
6300
|
* Stacks Blockchain API
|
|
6114
|
-
* 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)
|
|
6115
6302
|
*
|
|
6116
6303
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6117
6304
|
*
|
|
@@ -6218,7 +6405,7 @@
|
|
|
6218
6405
|
|
|
6219
6406
|
/**
|
|
6220
6407
|
* Stacks Blockchain API
|
|
6221
|
-
* 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)
|
|
6222
6409
|
*
|
|
6223
6410
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6224
6411
|
*
|
|
@@ -6296,7 +6483,7 @@
|
|
|
6296
6483
|
|
|
6297
6484
|
/**
|
|
6298
6485
|
* Stacks Blockchain API
|
|
6299
|
-
* 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)
|
|
6300
6487
|
*
|
|
6301
6488
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6302
6489
|
*
|
|
@@ -6337,7 +6524,7 @@
|
|
|
6337
6524
|
|
|
6338
6525
|
/**
|
|
6339
6526
|
* Stacks Blockchain API
|
|
6340
|
-
* 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)
|
|
6341
6528
|
*
|
|
6342
6529
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6343
6530
|
*
|
|
@@ -6384,7 +6571,7 @@
|
|
|
6384
6571
|
|
|
6385
6572
|
/**
|
|
6386
6573
|
* Stacks Blockchain API
|
|
6387
|
-
* 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)
|
|
6388
6575
|
*
|
|
6389
6576
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6390
6577
|
*
|
|
@@ -7036,7 +7223,7 @@
|
|
|
7036
7223
|
}
|
|
7037
7224
|
}
|
|
7038
7225
|
/**
|
|
7039
|
-
* **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
|
|
7040
7227
|
* Get block by burnchain block hash
|
|
7041
7228
|
*/
|
|
7042
7229
|
;
|
|
@@ -7066,7 +7253,7 @@
|
|
|
7066
7253
|
}
|
|
7067
7254
|
}
|
|
7068
7255
|
/**
|
|
7069
|
-
* **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
|
|
7070
7257
|
* Get block by burnchain block hash
|
|
7071
7258
|
*/
|
|
7072
7259
|
;
|
|
@@ -7083,7 +7270,7 @@
|
|
|
7083
7270
|
}
|
|
7084
7271
|
}
|
|
7085
7272
|
/**
|
|
7086
|
-
* **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
|
|
7087
7274
|
* Get block by burnchain height
|
|
7088
7275
|
*/
|
|
7089
7276
|
;
|
|
@@ -7113,7 +7300,7 @@
|
|
|
7113
7300
|
}
|
|
7114
7301
|
}
|
|
7115
7302
|
/**
|
|
7116
|
-
* **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
|
|
7117
7304
|
* Get block by burnchain height
|
|
7118
7305
|
*/
|
|
7119
7306
|
;
|
|
@@ -7130,7 +7317,7 @@
|
|
|
7130
7317
|
}
|
|
7131
7318
|
}
|
|
7132
7319
|
/**
|
|
7133
|
-
* **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.
|
|
7134
7321
|
* Get block by hash
|
|
7135
7322
|
*/
|
|
7136
7323
|
;
|
|
@@ -7160,7 +7347,7 @@
|
|
|
7160
7347
|
}
|
|
7161
7348
|
}
|
|
7162
7349
|
/**
|
|
7163
|
-
* **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.
|
|
7164
7351
|
* Get block by hash
|
|
7165
7352
|
*/
|
|
7166
7353
|
;
|
|
@@ -7177,7 +7364,7 @@
|
|
|
7177
7364
|
}
|
|
7178
7365
|
}
|
|
7179
7366
|
/**
|
|
7180
|
-
* **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
|
|
7181
7368
|
* Get block by height
|
|
7182
7369
|
*/
|
|
7183
7370
|
;
|
|
@@ -7207,7 +7394,7 @@
|
|
|
7207
7394
|
}
|
|
7208
7395
|
}
|
|
7209
7396
|
/**
|
|
7210
|
-
* **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
|
|
7211
7398
|
* Get block by height
|
|
7212
7399
|
*/
|
|
7213
7400
|
;
|
|
@@ -7224,7 +7411,7 @@
|
|
|
7224
7411
|
}
|
|
7225
7412
|
}
|
|
7226
7413
|
/**
|
|
7227
|
-
* **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.
|
|
7228
7415
|
* Get recent blocks
|
|
7229
7416
|
*/
|
|
7230
7417
|
;
|
|
@@ -7259,7 +7446,7 @@
|
|
|
7259
7446
|
}
|
|
7260
7447
|
}
|
|
7261
7448
|
/**
|
|
7262
|
-
* **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.
|
|
7263
7450
|
* Get recent blocks
|
|
7264
7451
|
*/
|
|
7265
7452
|
;
|
|
@@ -7640,7 +7827,7 @@
|
|
|
7640
7827
|
var _proto = FeesApi.prototype;
|
|
7641
7828
|
|
|
7642
7829
|
/**
|
|
7643
|
-
* **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.
|
|
7644
7831
|
* Fetch fee rate
|
|
7645
7832
|
*/
|
|
7646
7833
|
_proto.fetchFeeRateRaw = function fetchFeeRateRaw(requestParameters, initOverrides) {
|
|
@@ -7670,7 +7857,7 @@
|
|
|
7670
7857
|
}
|
|
7671
7858
|
}
|
|
7672
7859
|
/**
|
|
7673
|
-
* **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.
|
|
7674
7861
|
* Fetch fee rate
|
|
7675
7862
|
*/
|
|
7676
7863
|
;
|
|
@@ -7976,7 +8163,7 @@
|
|
|
7976
8163
|
var queryParameters = {};
|
|
7977
8164
|
var headerParameters = {};
|
|
7978
8165
|
return Promise.resolve(_this18.request({
|
|
7979
|
-
path: "/extended
|
|
8166
|
+
path: "/extended",
|
|
7980
8167
|
method: 'GET',
|
|
7981
8168
|
headers: headerParameters,
|
|
7982
8169
|
query: queryParameters
|
|
@@ -10903,6 +11090,122 @@
|
|
|
10903
11090
|
return Promise.reject(e);
|
|
10904
11091
|
}
|
|
10905
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
|
+
}
|
|
10906
11209
|
/**
|
|
10907
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
|
|
10908
11211
|
* Get dropped mempool transactions
|
|
@@ -10911,7 +11214,7 @@
|
|
|
10911
11214
|
|
|
10912
11215
|
_proto.getDroppedMempoolTransactionListRaw = function getDroppedMempoolTransactionListRaw(requestParameters, initOverrides) {
|
|
10913
11216
|
try {
|
|
10914
|
-
var
|
|
11217
|
+
var _this14 = this;
|
|
10915
11218
|
|
|
10916
11219
|
var queryParameters = {};
|
|
10917
11220
|
|
|
@@ -10924,7 +11227,7 @@
|
|
|
10924
11227
|
}
|
|
10925
11228
|
|
|
10926
11229
|
var headerParameters = {};
|
|
10927
|
-
return Promise.resolve(
|
|
11230
|
+
return Promise.resolve(_this14.request({
|
|
10928
11231
|
path: "/extended/v1/tx/mempool/dropped",
|
|
10929
11232
|
method: 'GET',
|
|
10930
11233
|
headers: headerParameters,
|
|
@@ -10946,9 +11249,9 @@
|
|
|
10946
11249
|
|
|
10947
11250
|
_proto.getDroppedMempoolTransactionList = function getDroppedMempoolTransactionList(requestParameters, initOverrides) {
|
|
10948
11251
|
try {
|
|
10949
|
-
var
|
|
11252
|
+
var _this16 = this;
|
|
10950
11253
|
|
|
10951
|
-
return Promise.resolve(
|
|
11254
|
+
return Promise.resolve(_this16.getDroppedMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
10952
11255
|
return Promise.resolve(response.value());
|
|
10953
11256
|
});
|
|
10954
11257
|
} catch (e) {
|
|
@@ -10963,7 +11266,7 @@
|
|
|
10963
11266
|
|
|
10964
11267
|
_proto.getFilteredEventsRaw = function getFilteredEventsRaw(requestParameters, initOverrides) {
|
|
10965
11268
|
try {
|
|
10966
|
-
var
|
|
11269
|
+
var _this18 = this;
|
|
10967
11270
|
|
|
10968
11271
|
var queryParameters = {};
|
|
10969
11272
|
|
|
@@ -10988,7 +11291,7 @@
|
|
|
10988
11291
|
}
|
|
10989
11292
|
|
|
10990
11293
|
var headerParameters = {};
|
|
10991
|
-
return Promise.resolve(
|
|
11294
|
+
return Promise.resolve(_this18.request({
|
|
10992
11295
|
path: "/extended/v1/tx/events",
|
|
10993
11296
|
method: 'GET',
|
|
10994
11297
|
headers: headerParameters,
|
|
@@ -11010,9 +11313,9 @@
|
|
|
11010
11313
|
|
|
11011
11314
|
_proto.getFilteredEvents = function getFilteredEvents(requestParameters, initOverrides) {
|
|
11012
11315
|
try {
|
|
11013
|
-
var
|
|
11316
|
+
var _this20 = this;
|
|
11014
11317
|
|
|
11015
|
-
return Promise.resolve(
|
|
11318
|
+
return Promise.resolve(_this20.getFilteredEventsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11016
11319
|
return Promise.resolve(response.value());
|
|
11017
11320
|
});
|
|
11018
11321
|
} catch (e) {
|
|
@@ -11027,7 +11330,7 @@
|
|
|
11027
11330
|
|
|
11028
11331
|
_proto.getMempoolTransactionListRaw = function getMempoolTransactionListRaw(requestParameters, initOverrides) {
|
|
11029
11332
|
try {
|
|
11030
|
-
var
|
|
11333
|
+
var _this22 = this;
|
|
11031
11334
|
|
|
11032
11335
|
var queryParameters = {};
|
|
11033
11336
|
|
|
@@ -11064,7 +11367,7 @@
|
|
|
11064
11367
|
}
|
|
11065
11368
|
|
|
11066
11369
|
var headerParameters = {};
|
|
11067
|
-
return Promise.resolve(
|
|
11370
|
+
return Promise.resolve(_this22.request({
|
|
11068
11371
|
path: "/extended/v1/tx/mempool",
|
|
11069
11372
|
method: 'GET',
|
|
11070
11373
|
headers: headerParameters,
|
|
@@ -11086,9 +11389,9 @@
|
|
|
11086
11389
|
|
|
11087
11390
|
_proto.getMempoolTransactionList = function getMempoolTransactionList(requestParameters, initOverrides) {
|
|
11088
11391
|
try {
|
|
11089
|
-
var
|
|
11392
|
+
var _this24 = this;
|
|
11090
11393
|
|
|
11091
|
-
return Promise.resolve(
|
|
11394
|
+
return Promise.resolve(_this24.getMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11092
11395
|
return Promise.resolve(response.value());
|
|
11093
11396
|
});
|
|
11094
11397
|
} catch (e) {
|
|
@@ -11103,11 +11406,11 @@
|
|
|
11103
11406
|
|
|
11104
11407
|
_proto.getMempoolTransactionStatsRaw = function getMempoolTransactionStatsRaw(initOverrides) {
|
|
11105
11408
|
try {
|
|
11106
|
-
var
|
|
11409
|
+
var _this26 = this;
|
|
11107
11410
|
|
|
11108
11411
|
var queryParameters = {};
|
|
11109
11412
|
var headerParameters = {};
|
|
11110
|
-
return Promise.resolve(
|
|
11413
|
+
return Promise.resolve(_this26.request({
|
|
11111
11414
|
path: "/extended/v1/tx/mempool/stats",
|
|
11112
11415
|
method: 'GET',
|
|
11113
11416
|
headers: headerParameters,
|
|
@@ -11129,9 +11432,9 @@
|
|
|
11129
11432
|
|
|
11130
11433
|
_proto.getMempoolTransactionStats = function getMempoolTransactionStats(initOverrides) {
|
|
11131
11434
|
try {
|
|
11132
|
-
var
|
|
11435
|
+
var _this28 = this;
|
|
11133
11436
|
|
|
11134
|
-
return Promise.resolve(
|
|
11437
|
+
return Promise.resolve(_this28.getMempoolTransactionStatsRaw(initOverrides)).then(function (response) {
|
|
11135
11438
|
return Promise.resolve(response.value());
|
|
11136
11439
|
});
|
|
11137
11440
|
} catch (e) {
|
|
@@ -11146,7 +11449,7 @@
|
|
|
11146
11449
|
|
|
11147
11450
|
_proto.getRawTransactionByIdRaw = function getRawTransactionByIdRaw(requestParameters, initOverrides) {
|
|
11148
11451
|
try {
|
|
11149
|
-
var
|
|
11452
|
+
var _this30 = this;
|
|
11150
11453
|
|
|
11151
11454
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11152
11455
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getRawTransactionById.');
|
|
@@ -11154,7 +11457,7 @@
|
|
|
11154
11457
|
|
|
11155
11458
|
var queryParameters = {};
|
|
11156
11459
|
var headerParameters = {};
|
|
11157
|
-
return Promise.resolve(
|
|
11460
|
+
return Promise.resolve(_this30.request({
|
|
11158
11461
|
path: "/extended/v1/tx/{tx_id}/raw".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
|
|
11159
11462
|
method: 'GET',
|
|
11160
11463
|
headers: headerParameters,
|
|
@@ -11176,9 +11479,9 @@
|
|
|
11176
11479
|
|
|
11177
11480
|
_proto.getRawTransactionById = function getRawTransactionById(requestParameters, initOverrides) {
|
|
11178
11481
|
try {
|
|
11179
|
-
var
|
|
11482
|
+
var _this32 = this;
|
|
11180
11483
|
|
|
11181
|
-
return Promise.resolve(
|
|
11484
|
+
return Promise.resolve(_this32.getRawTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11182
11485
|
return Promise.resolve(response.value());
|
|
11183
11486
|
});
|
|
11184
11487
|
} catch (e) {
|
|
@@ -11193,7 +11496,7 @@
|
|
|
11193
11496
|
|
|
11194
11497
|
_proto.getTransactionByIdRaw = function getTransactionByIdRaw(requestParameters, initOverrides) {
|
|
11195
11498
|
try {
|
|
11196
|
-
var
|
|
11499
|
+
var _this34 = this;
|
|
11197
11500
|
|
|
11198
11501
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11199
11502
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTransactionById.');
|
|
@@ -11214,7 +11517,7 @@
|
|
|
11214
11517
|
}
|
|
11215
11518
|
|
|
11216
11519
|
var headerParameters = {};
|
|
11217
|
-
return Promise.resolve(
|
|
11520
|
+
return Promise.resolve(_this34.request({
|
|
11218
11521
|
path: "/extended/v1/tx/{tx_id}".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
|
|
11219
11522
|
method: 'GET',
|
|
11220
11523
|
headers: headerParameters,
|
|
@@ -11234,9 +11537,9 @@
|
|
|
11234
11537
|
|
|
11235
11538
|
_proto.getTransactionById = function getTransactionById(requestParameters, initOverrides) {
|
|
11236
11539
|
try {
|
|
11237
|
-
var
|
|
11540
|
+
var _this36 = this;
|
|
11238
11541
|
|
|
11239
|
-
return Promise.resolve(
|
|
11542
|
+
return Promise.resolve(_this36.getTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11240
11543
|
return Promise.resolve(response.value());
|
|
11241
11544
|
});
|
|
11242
11545
|
} catch (e) {
|
|
@@ -11251,7 +11554,7 @@
|
|
|
11251
11554
|
|
|
11252
11555
|
_proto.getTransactionListRaw = function getTransactionListRaw(requestParameters, initOverrides) {
|
|
11253
11556
|
try {
|
|
11254
|
-
var
|
|
11557
|
+
var _this38 = this;
|
|
11255
11558
|
|
|
11256
11559
|
var queryParameters = {};
|
|
11257
11560
|
|
|
@@ -11272,7 +11575,7 @@
|
|
|
11272
11575
|
}
|
|
11273
11576
|
|
|
11274
11577
|
var headerParameters = {};
|
|
11275
|
-
return Promise.resolve(
|
|
11578
|
+
return Promise.resolve(_this38.request({
|
|
11276
11579
|
path: "/extended/v1/tx",
|
|
11277
11580
|
method: 'GET',
|
|
11278
11581
|
headers: headerParameters,
|
|
@@ -11294,9 +11597,9 @@
|
|
|
11294
11597
|
|
|
11295
11598
|
_proto.getTransactionList = function getTransactionList(requestParameters, initOverrides) {
|
|
11296
11599
|
try {
|
|
11297
|
-
var
|
|
11600
|
+
var _this40 = this;
|
|
11298
11601
|
|
|
11299
|
-
return Promise.resolve(
|
|
11602
|
+
return Promise.resolve(_this40.getTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11300
11603
|
return Promise.resolve(response.value());
|
|
11301
11604
|
});
|
|
11302
11605
|
} catch (e) {
|
|
@@ -11311,7 +11614,7 @@
|
|
|
11311
11614
|
|
|
11312
11615
|
_proto.getTransactionsByBlockRaw = function getTransactionsByBlockRaw(requestParameters, initOverrides) {
|
|
11313
11616
|
try {
|
|
11314
|
-
var
|
|
11617
|
+
var _this42 = this;
|
|
11315
11618
|
|
|
11316
11619
|
if (requestParameters.heightOrHash === null || requestParameters.heightOrHash === undefined) {
|
|
11317
11620
|
throw new RequiredError('heightOrHash', 'Required parameter requestParameters.heightOrHash was null or undefined when calling getTransactionsByBlock.');
|
|
@@ -11319,7 +11622,7 @@
|
|
|
11319
11622
|
|
|
11320
11623
|
var queryParameters = {};
|
|
11321
11624
|
var headerParameters = {};
|
|
11322
|
-
return Promise.resolve(
|
|
11625
|
+
return Promise.resolve(_this42.request({
|
|
11323
11626
|
path: "/extended/v2/blocks/{height_or_hash}/transactions".replace("{" + "height_or_hash" + "}", encodeURIComponent(String(requestParameters.heightOrHash))),
|
|
11324
11627
|
method: 'GET',
|
|
11325
11628
|
headers: headerParameters,
|
|
@@ -11341,9 +11644,9 @@
|
|
|
11341
11644
|
|
|
11342
11645
|
_proto.getTransactionsByBlock = function getTransactionsByBlock(requestParameters, initOverrides) {
|
|
11343
11646
|
try {
|
|
11344
|
-
var
|
|
11647
|
+
var _this44 = this;
|
|
11345
11648
|
|
|
11346
|
-
return Promise.resolve(
|
|
11649
|
+
return Promise.resolve(_this44.getTransactionsByBlockRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11347
11650
|
return Promise.resolve(response.value());
|
|
11348
11651
|
});
|
|
11349
11652
|
} catch (e) {
|
|
@@ -11351,14 +11654,14 @@
|
|
|
11351
11654
|
}
|
|
11352
11655
|
}
|
|
11353
11656
|
/**
|
|
11354
|
-
* **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.
|
|
11355
11658
|
* Transactions by block hash
|
|
11356
11659
|
*/
|
|
11357
11660
|
;
|
|
11358
11661
|
|
|
11359
11662
|
_proto.getTransactionsByBlockHashRaw = function getTransactionsByBlockHashRaw(requestParameters, initOverrides) {
|
|
11360
11663
|
try {
|
|
11361
|
-
var
|
|
11664
|
+
var _this46 = this;
|
|
11362
11665
|
|
|
11363
11666
|
if (requestParameters.blockHash === null || requestParameters.blockHash === undefined) {
|
|
11364
11667
|
throw new RequiredError('blockHash', 'Required parameter requestParameters.blockHash was null or undefined when calling getTransactionsByBlockHash.');
|
|
@@ -11375,7 +11678,7 @@
|
|
|
11375
11678
|
}
|
|
11376
11679
|
|
|
11377
11680
|
var headerParameters = {};
|
|
11378
|
-
return Promise.resolve(
|
|
11681
|
+
return Promise.resolve(_this46.request({
|
|
11379
11682
|
path: "/extended/v1/tx/block/{block_hash}".replace("{" + "block_hash" + "}", encodeURIComponent(String(requestParameters.blockHash))),
|
|
11380
11683
|
method: 'GET',
|
|
11381
11684
|
headers: headerParameters,
|
|
@@ -11390,16 +11693,16 @@
|
|
|
11390
11693
|
}
|
|
11391
11694
|
}
|
|
11392
11695
|
/**
|
|
11393
|
-
* **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.
|
|
11394
11697
|
* Transactions by block hash
|
|
11395
11698
|
*/
|
|
11396
11699
|
;
|
|
11397
11700
|
|
|
11398
11701
|
_proto.getTransactionsByBlockHash = function getTransactionsByBlockHash(requestParameters, initOverrides) {
|
|
11399
11702
|
try {
|
|
11400
|
-
var
|
|
11703
|
+
var _this48 = this;
|
|
11401
11704
|
|
|
11402
|
-
return Promise.resolve(
|
|
11705
|
+
return Promise.resolve(_this48.getTransactionsByBlockHashRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11403
11706
|
return Promise.resolve(response.value());
|
|
11404
11707
|
});
|
|
11405
11708
|
} catch (e) {
|
|
@@ -11407,14 +11710,14 @@
|
|
|
11407
11710
|
}
|
|
11408
11711
|
}
|
|
11409
11712
|
/**
|
|
11410
|
-
* **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
|
|
11411
11714
|
* Transactions by block height
|
|
11412
11715
|
*/
|
|
11413
11716
|
;
|
|
11414
11717
|
|
|
11415
11718
|
_proto.getTransactionsByBlockHeightRaw = function getTransactionsByBlockHeightRaw(requestParameters, initOverrides) {
|
|
11416
11719
|
try {
|
|
11417
|
-
var
|
|
11720
|
+
var _this50 = this;
|
|
11418
11721
|
|
|
11419
11722
|
if (requestParameters.height === null || requestParameters.height === undefined) {
|
|
11420
11723
|
throw new RequiredError('height', 'Required parameter requestParameters.height was null or undefined when calling getTransactionsByBlockHeight.');
|
|
@@ -11435,7 +11738,7 @@
|
|
|
11435
11738
|
}
|
|
11436
11739
|
|
|
11437
11740
|
var headerParameters = {};
|
|
11438
|
-
return Promise.resolve(
|
|
11741
|
+
return Promise.resolve(_this50.request({
|
|
11439
11742
|
path: "/extended/v1/tx/block_height/{height}".replace("{" + "height" + "}", encodeURIComponent(String(requestParameters.height))),
|
|
11440
11743
|
method: 'GET',
|
|
11441
11744
|
headers: headerParameters,
|
|
@@ -11450,16 +11753,16 @@
|
|
|
11450
11753
|
}
|
|
11451
11754
|
}
|
|
11452
11755
|
/**
|
|
11453
|
-
* **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
|
|
11454
11757
|
* Transactions by block height
|
|
11455
11758
|
*/
|
|
11456
11759
|
;
|
|
11457
11760
|
|
|
11458
11761
|
_proto.getTransactionsByBlockHeight = function getTransactionsByBlockHeight(requestParameters, initOverrides) {
|
|
11459
11762
|
try {
|
|
11460
|
-
var
|
|
11763
|
+
var _this52 = this;
|
|
11461
11764
|
|
|
11462
|
-
return Promise.resolve(
|
|
11765
|
+
return Promise.resolve(_this52.getTransactionsByBlockHeightRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11463
11766
|
return Promise.resolve(response.value());
|
|
11464
11767
|
});
|
|
11465
11768
|
} catch (e) {
|
|
@@ -11474,7 +11777,7 @@
|
|
|
11474
11777
|
|
|
11475
11778
|
_proto.getTxListDetailsRaw = function getTxListDetailsRaw(requestParameters, initOverrides) {
|
|
11476
11779
|
try {
|
|
11477
|
-
var
|
|
11780
|
+
var _this54 = this;
|
|
11478
11781
|
|
|
11479
11782
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11480
11783
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTxListDetails.');
|
|
@@ -11499,7 +11802,7 @@
|
|
|
11499
11802
|
}
|
|
11500
11803
|
|
|
11501
11804
|
var headerParameters = {};
|
|
11502
|
-
return Promise.resolve(
|
|
11805
|
+
return Promise.resolve(_this54.request({
|
|
11503
11806
|
path: "/extended/v1/tx/multiple",
|
|
11504
11807
|
method: 'GET',
|
|
11505
11808
|
headers: headerParameters,
|
|
@@ -11519,9 +11822,9 @@
|
|
|
11519
11822
|
|
|
11520
11823
|
_proto.getTxListDetails = function getTxListDetails(requestParameters, initOverrides) {
|
|
11521
11824
|
try {
|
|
11522
|
-
var
|
|
11825
|
+
var _this56 = this;
|
|
11523
11826
|
|
|
11524
|
-
return Promise.resolve(
|
|
11827
|
+
return Promise.resolve(_this56.getTxListDetailsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11525
11828
|
return Promise.resolve(response.value());
|
|
11526
11829
|
});
|
|
11527
11830
|
} catch (e) {
|
|
@@ -11536,12 +11839,12 @@
|
|
|
11536
11839
|
|
|
11537
11840
|
_proto.postCoreNodeTransactionsRaw = function postCoreNodeTransactionsRaw(requestParameters, initOverrides) {
|
|
11538
11841
|
try {
|
|
11539
|
-
var
|
|
11842
|
+
var _this58 = this;
|
|
11540
11843
|
|
|
11541
11844
|
var queryParameters = {};
|
|
11542
11845
|
var headerParameters = {};
|
|
11543
11846
|
headerParameters['Content-Type'] = 'application/octet-stream';
|
|
11544
|
-
return Promise.resolve(
|
|
11847
|
+
return Promise.resolve(_this58.request({
|
|
11545
11848
|
path: "/v2/transactions",
|
|
11546
11849
|
method: 'POST',
|
|
11547
11850
|
headers: headerParameters,
|
|
@@ -11562,9 +11865,9 @@
|
|
|
11562
11865
|
|
|
11563
11866
|
_proto.postCoreNodeTransactions = function postCoreNodeTransactions(requestParameters, initOverrides) {
|
|
11564
11867
|
try {
|
|
11565
|
-
var
|
|
11868
|
+
var _this60 = this;
|
|
11566
11869
|
|
|
11567
|
-
return Promise.resolve(
|
|
11870
|
+
return Promise.resolve(_this60.postCoreNodeTransactionsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11568
11871
|
return Promise.resolve(response.value());
|
|
11569
11872
|
});
|
|
11570
11873
|
} catch (e) {
|
|
@@ -16782,6 +17085,12 @@
|
|
|
16782
17085
|
exports.AddressTokenOfferingLockedFromJSON = AddressTokenOfferingLockedFromJSON;
|
|
16783
17086
|
exports.AddressTokenOfferingLockedFromJSONTyped = AddressTokenOfferingLockedFromJSONTyped;
|
|
16784
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;
|
|
16785
17094
|
exports.AddressTransactionWithTransfersFromJSON = AddressTransactionWithTransfersFromJSON;
|
|
16786
17095
|
exports.AddressTransactionWithTransfersFromJSONTyped = AddressTransactionWithTransfersFromJSONTyped;
|
|
16787
17096
|
exports.AddressTransactionWithTransfersFtTransfersFromJSON = AddressTransactionWithTransfersFtTransfersFromJSON;
|
|
@@ -16800,6 +17109,15 @@
|
|
|
16800
17109
|
exports.AddressTransactionsListResponseFromJSON = AddressTransactionsListResponseFromJSON;
|
|
16801
17110
|
exports.AddressTransactionsListResponseFromJSONTyped = AddressTransactionsListResponseFromJSONTyped;
|
|
16802
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;
|
|
16803
17121
|
exports.AddressTransactionsWithTransfersListResponseFromJSON = AddressTransactionsWithTransfersListResponseFromJSON;
|
|
16804
17122
|
exports.AddressTransactionsWithTransfersListResponseFromJSONTyped = AddressTransactionsWithTransfersListResponseFromJSONTyped;
|
|
16805
17123
|
exports.AddressTransactionsWithTransfersListResponseToJSON = AddressTransactionsWithTransfersListResponseToJSON;
|