@stacks/blockchain-api-client 7.9.0-nakamoto.6 → 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 -13
- package/lib/generated/models/Block.js +1 -5
- package/lib/generated/models/Block.js.map +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 -130
- 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 -17
- 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
|
*
|
|
@@ -1335,8 +1524,6 @@
|
|
|
1335
1524
|
'canonical': json['canonical'],
|
|
1336
1525
|
'height': json['height'],
|
|
1337
1526
|
'hash': json['hash'],
|
|
1338
|
-
'block_time': json['block_time'],
|
|
1339
|
-
'block_time_iso': json['block_time_iso'],
|
|
1340
1527
|
'index_block_hash': json['index_block_hash'],
|
|
1341
1528
|
'parent_block_hash': json['parent_block_hash'],
|
|
1342
1529
|
'burn_block_time': json['burn_block_time'],
|
|
@@ -1370,8 +1557,6 @@
|
|
|
1370
1557
|
'canonical': value.canonical,
|
|
1371
1558
|
'height': value.height,
|
|
1372
1559
|
'hash': value.hash,
|
|
1373
|
-
'block_time': value.block_time,
|
|
1374
|
-
'block_time_iso': value.block_time_iso,
|
|
1375
1560
|
'index_block_hash': value.index_block_hash,
|
|
1376
1561
|
'parent_block_hash': value.parent_block_hash,
|
|
1377
1562
|
'burn_block_time': value.burn_block_time,
|
|
@@ -1459,7 +1644,7 @@
|
|
|
1459
1644
|
|
|
1460
1645
|
/**
|
|
1461
1646
|
* Stacks Blockchain API
|
|
1462
|
-
* 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)
|
|
1463
1648
|
*
|
|
1464
1649
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1465
1650
|
*
|
|
@@ -1543,7 +1728,7 @@
|
|
|
1543
1728
|
|
|
1544
1729
|
/**
|
|
1545
1730
|
* Stacks Blockchain API
|
|
1546
|
-
* 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)
|
|
1547
1732
|
*
|
|
1548
1733
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1549
1734
|
*
|
|
@@ -1586,7 +1771,7 @@
|
|
|
1586
1771
|
|
|
1587
1772
|
/**
|
|
1588
1773
|
* Stacks Blockchain API
|
|
1589
|
-
* 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)
|
|
1590
1775
|
*
|
|
1591
1776
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1592
1777
|
*
|
|
@@ -1629,7 +1814,7 @@
|
|
|
1629
1814
|
|
|
1630
1815
|
/**
|
|
1631
1816
|
* Stacks Blockchain API
|
|
1632
|
-
* 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)
|
|
1633
1818
|
*
|
|
1634
1819
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1635
1820
|
*
|
|
@@ -1670,7 +1855,7 @@
|
|
|
1670
1855
|
|
|
1671
1856
|
/**
|
|
1672
1857
|
* Stacks Blockchain API
|
|
1673
|
-
* 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)
|
|
1674
1859
|
*
|
|
1675
1860
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1676
1861
|
*
|
|
@@ -1752,7 +1937,7 @@
|
|
|
1752
1937
|
|
|
1753
1938
|
/**
|
|
1754
1939
|
* Stacks Blockchain API
|
|
1755
|
-
* 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)
|
|
1756
1941
|
*
|
|
1757
1942
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1758
1943
|
*
|
|
@@ -1836,7 +2021,7 @@
|
|
|
1836
2021
|
|
|
1837
2022
|
/**
|
|
1838
2023
|
* Stacks Blockchain API
|
|
1839
|
-
* 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)
|
|
1840
2025
|
*
|
|
1841
2026
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1842
2027
|
*
|
|
@@ -1918,7 +2103,7 @@
|
|
|
1918
2103
|
|
|
1919
2104
|
/**
|
|
1920
2105
|
* Stacks Blockchain API
|
|
1921
|
-
* 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)
|
|
1922
2107
|
*
|
|
1923
2108
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
1924
2109
|
*
|
|
@@ -1998,7 +2183,7 @@
|
|
|
1998
2183
|
|
|
1999
2184
|
/**
|
|
2000
2185
|
* Stacks Blockchain API
|
|
2001
|
-
* 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)
|
|
2002
2187
|
*
|
|
2003
2188
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2004
2189
|
*
|
|
@@ -2078,7 +2263,7 @@
|
|
|
2078
2263
|
|
|
2079
2264
|
/**
|
|
2080
2265
|
* Stacks Blockchain API
|
|
2081
|
-
* 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)
|
|
2082
2267
|
*
|
|
2083
2268
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2084
2269
|
*
|
|
@@ -2123,7 +2308,7 @@
|
|
|
2123
2308
|
|
|
2124
2309
|
/**
|
|
2125
2310
|
* Stacks Blockchain API
|
|
2126
|
-
* 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)
|
|
2127
2312
|
*
|
|
2128
2313
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2129
2314
|
*
|
|
@@ -2188,7 +2373,7 @@
|
|
|
2188
2373
|
|
|
2189
2374
|
/**
|
|
2190
2375
|
* Stacks Blockchain API
|
|
2191
|
-
* 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)
|
|
2192
2377
|
*
|
|
2193
2378
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2194
2379
|
*
|
|
@@ -2245,7 +2430,7 @@
|
|
|
2245
2430
|
|
|
2246
2431
|
/**
|
|
2247
2432
|
* Stacks Blockchain API
|
|
2248
|
-
* 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)
|
|
2249
2434
|
*
|
|
2250
2435
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2251
2436
|
*
|
|
@@ -2286,7 +2471,7 @@
|
|
|
2286
2471
|
|
|
2287
2472
|
/**
|
|
2288
2473
|
* Stacks Blockchain API
|
|
2289
|
-
* 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)
|
|
2290
2475
|
*
|
|
2291
2476
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2292
2477
|
*
|
|
@@ -2327,7 +2512,7 @@
|
|
|
2327
2512
|
|
|
2328
2513
|
/**
|
|
2329
2514
|
* Stacks Blockchain API
|
|
2330
|
-
* 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)
|
|
2331
2516
|
*
|
|
2332
2517
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2333
2518
|
*
|
|
@@ -2368,7 +2553,7 @@
|
|
|
2368
2553
|
|
|
2369
2554
|
/**
|
|
2370
2555
|
* Stacks Blockchain API
|
|
2371
|
-
* 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)
|
|
2372
2557
|
*
|
|
2373
2558
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2374
2559
|
*
|
|
@@ -2419,7 +2604,7 @@
|
|
|
2419
2604
|
|
|
2420
2605
|
/**
|
|
2421
2606
|
* Stacks Blockchain API
|
|
2422
|
-
* 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)
|
|
2423
2608
|
*
|
|
2424
2609
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2425
2610
|
*
|
|
@@ -2466,7 +2651,7 @@
|
|
|
2466
2651
|
|
|
2467
2652
|
/**
|
|
2468
2653
|
* Stacks Blockchain API
|
|
2469
|
-
* 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)
|
|
2470
2655
|
*
|
|
2471
2656
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2472
2657
|
*
|
|
@@ -2650,7 +2835,7 @@
|
|
|
2650
2835
|
|
|
2651
2836
|
/**
|
|
2652
2837
|
* Stacks Blockchain API
|
|
2653
|
-
* 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)
|
|
2654
2839
|
*
|
|
2655
2840
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2656
2841
|
*
|
|
@@ -2697,7 +2882,7 @@
|
|
|
2697
2882
|
|
|
2698
2883
|
/**
|
|
2699
2884
|
* Stacks Blockchain API
|
|
2700
|
-
* 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)
|
|
2701
2886
|
*
|
|
2702
2887
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2703
2888
|
*
|
|
@@ -2876,7 +3061,7 @@
|
|
|
2876
3061
|
|
|
2877
3062
|
/**
|
|
2878
3063
|
* Stacks Blockchain API
|
|
2879
|
-
* 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)
|
|
2880
3065
|
*
|
|
2881
3066
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2882
3067
|
*
|
|
@@ -2923,7 +3108,7 @@
|
|
|
2923
3108
|
|
|
2924
3109
|
/**
|
|
2925
3110
|
* Stacks Blockchain API
|
|
2926
|
-
* 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)
|
|
2927
3112
|
*
|
|
2928
3113
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2929
3114
|
*
|
|
@@ -2970,7 +3155,7 @@
|
|
|
2970
3155
|
|
|
2971
3156
|
/**
|
|
2972
3157
|
* Stacks Blockchain API
|
|
2973
|
-
* 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)
|
|
2974
3159
|
*
|
|
2975
3160
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
2976
3161
|
*
|
|
@@ -3070,7 +3255,7 @@
|
|
|
3070
3255
|
|
|
3071
3256
|
/**
|
|
3072
3257
|
* Stacks Blockchain API
|
|
3073
|
-
* 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)
|
|
3074
3259
|
*
|
|
3075
3260
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3076
3261
|
*
|
|
@@ -3176,7 +3361,7 @@
|
|
|
3176
3361
|
|
|
3177
3362
|
/**
|
|
3178
3363
|
* Stacks Blockchain API
|
|
3179
|
-
* 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)
|
|
3180
3365
|
*
|
|
3181
3366
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3182
3367
|
*
|
|
@@ -3277,7 +3462,7 @@
|
|
|
3277
3462
|
|
|
3278
3463
|
/**
|
|
3279
3464
|
* Stacks Blockchain API
|
|
3280
|
-
* 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)
|
|
3281
3466
|
*
|
|
3282
3467
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3283
3468
|
*
|
|
@@ -3324,7 +3509,7 @@
|
|
|
3324
3509
|
|
|
3325
3510
|
/**
|
|
3326
3511
|
* Stacks Blockchain API
|
|
3327
|
-
* 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)
|
|
3328
3513
|
*
|
|
3329
3514
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3330
3515
|
*
|
|
@@ -3371,7 +3556,7 @@
|
|
|
3371
3556
|
|
|
3372
3557
|
/**
|
|
3373
3558
|
* Stacks Blockchain API
|
|
3374
|
-
* 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)
|
|
3375
3560
|
*
|
|
3376
3561
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3377
3562
|
*
|
|
@@ -3418,7 +3603,7 @@
|
|
|
3418
3603
|
|
|
3419
3604
|
/**
|
|
3420
3605
|
* Stacks Blockchain API
|
|
3421
|
-
* 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)
|
|
3422
3607
|
*
|
|
3423
3608
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3424
3609
|
*
|
|
@@ -3529,7 +3714,7 @@
|
|
|
3529
3714
|
|
|
3530
3715
|
/**
|
|
3531
3716
|
* Stacks Blockchain API
|
|
3532
|
-
* 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)
|
|
3533
3718
|
*
|
|
3534
3719
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3535
3720
|
*
|
|
@@ -3576,7 +3761,7 @@
|
|
|
3576
3761
|
|
|
3577
3762
|
/**
|
|
3578
3763
|
* Stacks Blockchain API
|
|
3579
|
-
* 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)
|
|
3580
3765
|
*
|
|
3581
3766
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3582
3767
|
*
|
|
@@ -3745,7 +3930,7 @@
|
|
|
3745
3930
|
|
|
3746
3931
|
/**
|
|
3747
3932
|
* Stacks Blockchain API
|
|
3748
|
-
* 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)
|
|
3749
3934
|
*
|
|
3750
3935
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3751
3936
|
*
|
|
@@ -3786,7 +3971,7 @@
|
|
|
3786
3971
|
|
|
3787
3972
|
/**
|
|
3788
3973
|
* Stacks Blockchain API
|
|
3789
|
-
* 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)
|
|
3790
3975
|
*
|
|
3791
3976
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3792
3977
|
*
|
|
@@ -3955,7 +4140,7 @@
|
|
|
3955
4140
|
|
|
3956
4141
|
/**
|
|
3957
4142
|
* Stacks Blockchain API
|
|
3958
|
-
* 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)
|
|
3959
4144
|
*
|
|
3960
4145
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
3961
4146
|
*
|
|
@@ -4215,7 +4400,7 @@
|
|
|
4215
4400
|
|
|
4216
4401
|
/**
|
|
4217
4402
|
* Stacks Blockchain API
|
|
4218
|
-
* 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)
|
|
4219
4404
|
*
|
|
4220
4405
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
4221
4406
|
*
|
|
@@ -4806,7 +4991,7 @@
|
|
|
4806
4991
|
|
|
4807
4992
|
/**
|
|
4808
4993
|
* Stacks Blockchain API
|
|
4809
|
-
* 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)
|
|
4810
4995
|
*
|
|
4811
4996
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
4812
4997
|
*
|
|
@@ -4851,7 +5036,7 @@
|
|
|
4851
5036
|
|
|
4852
5037
|
/**
|
|
4853
5038
|
* Stacks Blockchain API
|
|
4854
|
-
* 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)
|
|
4855
5040
|
*
|
|
4856
5041
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
4857
5042
|
*
|
|
@@ -5097,7 +5282,7 @@
|
|
|
5097
5282
|
|
|
5098
5283
|
/**
|
|
5099
5284
|
* Stacks Blockchain API
|
|
5100
|
-
* 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)
|
|
5101
5286
|
*
|
|
5102
5287
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5103
5288
|
*
|
|
@@ -5270,7 +5455,7 @@
|
|
|
5270
5455
|
|
|
5271
5456
|
/**
|
|
5272
5457
|
* Stacks Blockchain API
|
|
5273
|
-
* 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)
|
|
5274
5459
|
*
|
|
5275
5460
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5276
5461
|
*
|
|
@@ -5383,7 +5568,7 @@
|
|
|
5383
5568
|
|
|
5384
5569
|
/**
|
|
5385
5570
|
* Stacks Blockchain API
|
|
5386
|
-
* 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)
|
|
5387
5572
|
*
|
|
5388
5573
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5389
5574
|
*
|
|
@@ -5449,8 +5634,7 @@
|
|
|
5449
5634
|
'contract_name': !exists(json, 'contract_name') ? undefined : json['contract_name'],
|
|
5450
5635
|
'burn_block_height': !exists(json, 'burn_block_height') ? undefined : json['burn_block_height'],
|
|
5451
5636
|
'delegate_to': !exists(json, 'delegate_to') ? undefined : json['delegate_to'],
|
|
5452
|
-
'pox_addr': !exists(json, 'pox_addr') ? undefined : json['pox_addr']
|
|
5453
|
-
'signer_key': !exists(json, 'signer_key') ? undefined : json['signer_key']
|
|
5637
|
+
'pox_addr': !exists(json, 'pox_addr') ? undefined : json['pox_addr']
|
|
5454
5638
|
};
|
|
5455
5639
|
}
|
|
5456
5640
|
function RosettaOptionsToJSON(value) {
|
|
@@ -5482,8 +5666,7 @@
|
|
|
5482
5666
|
'contract_name': value.contract_name,
|
|
5483
5667
|
'burn_block_height': value.burn_block_height,
|
|
5484
5668
|
'delegate_to': value.delegate_to,
|
|
5485
|
-
'pox_addr': value.pox_addr
|
|
5486
|
-
'signer_key': value.signer_key
|
|
5669
|
+
'pox_addr': value.pox_addr
|
|
5487
5670
|
};
|
|
5488
5671
|
}
|
|
5489
5672
|
|
|
@@ -5522,7 +5705,7 @@
|
|
|
5522
5705
|
|
|
5523
5706
|
/**
|
|
5524
5707
|
* Stacks Blockchain API
|
|
5525
|
-
* 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)
|
|
5526
5709
|
*
|
|
5527
5710
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5528
5711
|
*
|
|
@@ -5594,7 +5777,7 @@
|
|
|
5594
5777
|
|
|
5595
5778
|
/**
|
|
5596
5779
|
* Stacks Blockchain API
|
|
5597
|
-
* 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)
|
|
5598
5781
|
*
|
|
5599
5782
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5600
5783
|
*
|
|
@@ -5964,7 +6147,7 @@
|
|
|
5964
6147
|
|
|
5965
6148
|
/**
|
|
5966
6149
|
* Stacks Blockchain API
|
|
5967
|
-
* 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)
|
|
5968
6151
|
*
|
|
5969
6152
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
5970
6153
|
*
|
|
@@ -6015,7 +6198,7 @@
|
|
|
6015
6198
|
|
|
6016
6199
|
/**
|
|
6017
6200
|
* Stacks Blockchain API
|
|
6018
|
-
* 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)
|
|
6019
6202
|
*
|
|
6020
6203
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6021
6204
|
*
|
|
@@ -6074,7 +6257,7 @@
|
|
|
6074
6257
|
|
|
6075
6258
|
/**
|
|
6076
6259
|
* Stacks Blockchain API
|
|
6077
|
-
* 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)
|
|
6078
6261
|
*
|
|
6079
6262
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6080
6263
|
*
|
|
@@ -6115,7 +6298,7 @@
|
|
|
6115
6298
|
|
|
6116
6299
|
/**
|
|
6117
6300
|
* Stacks Blockchain API
|
|
6118
|
-
* 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)
|
|
6119
6302
|
*
|
|
6120
6303
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6121
6304
|
*
|
|
@@ -6222,7 +6405,7 @@
|
|
|
6222
6405
|
|
|
6223
6406
|
/**
|
|
6224
6407
|
* Stacks Blockchain API
|
|
6225
|
-
* 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)
|
|
6226
6409
|
*
|
|
6227
6410
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6228
6411
|
*
|
|
@@ -6300,7 +6483,7 @@
|
|
|
6300
6483
|
|
|
6301
6484
|
/**
|
|
6302
6485
|
* Stacks Blockchain API
|
|
6303
|
-
* 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)
|
|
6304
6487
|
*
|
|
6305
6488
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6306
6489
|
*
|
|
@@ -6341,7 +6524,7 @@
|
|
|
6341
6524
|
|
|
6342
6525
|
/**
|
|
6343
6526
|
* Stacks Blockchain API
|
|
6344
|
-
* 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)
|
|
6345
6528
|
*
|
|
6346
6529
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6347
6530
|
*
|
|
@@ -6388,7 +6571,7 @@
|
|
|
6388
6571
|
|
|
6389
6572
|
/**
|
|
6390
6573
|
* Stacks Blockchain API
|
|
6391
|
-
* 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)
|
|
6392
6575
|
*
|
|
6393
6576
|
* The version of the OpenAPI document: STACKS_API_VERSION
|
|
6394
6577
|
*
|
|
@@ -7040,7 +7223,7 @@
|
|
|
7040
7223
|
}
|
|
7041
7224
|
}
|
|
7042
7225
|
/**
|
|
7043
|
-
* **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
|
|
7044
7227
|
* Get block by burnchain block hash
|
|
7045
7228
|
*/
|
|
7046
7229
|
;
|
|
@@ -7070,7 +7253,7 @@
|
|
|
7070
7253
|
}
|
|
7071
7254
|
}
|
|
7072
7255
|
/**
|
|
7073
|
-
* **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
|
|
7074
7257
|
* Get block by burnchain block hash
|
|
7075
7258
|
*/
|
|
7076
7259
|
;
|
|
@@ -7087,7 +7270,7 @@
|
|
|
7087
7270
|
}
|
|
7088
7271
|
}
|
|
7089
7272
|
/**
|
|
7090
|
-
* **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
|
|
7091
7274
|
* Get block by burnchain height
|
|
7092
7275
|
*/
|
|
7093
7276
|
;
|
|
@@ -7117,7 +7300,7 @@
|
|
|
7117
7300
|
}
|
|
7118
7301
|
}
|
|
7119
7302
|
/**
|
|
7120
|
-
* **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
|
|
7121
7304
|
* Get block by burnchain height
|
|
7122
7305
|
*/
|
|
7123
7306
|
;
|
|
@@ -7134,7 +7317,7 @@
|
|
|
7134
7317
|
}
|
|
7135
7318
|
}
|
|
7136
7319
|
/**
|
|
7137
|
-
* **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.
|
|
7138
7321
|
* Get block by hash
|
|
7139
7322
|
*/
|
|
7140
7323
|
;
|
|
@@ -7164,7 +7347,7 @@
|
|
|
7164
7347
|
}
|
|
7165
7348
|
}
|
|
7166
7349
|
/**
|
|
7167
|
-
* **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.
|
|
7168
7351
|
* Get block by hash
|
|
7169
7352
|
*/
|
|
7170
7353
|
;
|
|
@@ -7181,7 +7364,7 @@
|
|
|
7181
7364
|
}
|
|
7182
7365
|
}
|
|
7183
7366
|
/**
|
|
7184
|
-
* **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
|
|
7185
7368
|
* Get block by height
|
|
7186
7369
|
*/
|
|
7187
7370
|
;
|
|
@@ -7211,7 +7394,7 @@
|
|
|
7211
7394
|
}
|
|
7212
7395
|
}
|
|
7213
7396
|
/**
|
|
7214
|
-
* **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
|
|
7215
7398
|
* Get block by height
|
|
7216
7399
|
*/
|
|
7217
7400
|
;
|
|
@@ -7228,7 +7411,7 @@
|
|
|
7228
7411
|
}
|
|
7229
7412
|
}
|
|
7230
7413
|
/**
|
|
7231
|
-
* **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.
|
|
7232
7415
|
* Get recent blocks
|
|
7233
7416
|
*/
|
|
7234
7417
|
;
|
|
@@ -7263,7 +7446,7 @@
|
|
|
7263
7446
|
}
|
|
7264
7447
|
}
|
|
7265
7448
|
/**
|
|
7266
|
-
* **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.
|
|
7267
7450
|
* Get recent blocks
|
|
7268
7451
|
*/
|
|
7269
7452
|
;
|
|
@@ -7644,7 +7827,7 @@
|
|
|
7644
7827
|
var _proto = FeesApi.prototype;
|
|
7645
7828
|
|
|
7646
7829
|
/**
|
|
7647
|
-
* **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.
|
|
7648
7831
|
* Fetch fee rate
|
|
7649
7832
|
*/
|
|
7650
7833
|
_proto.fetchFeeRateRaw = function fetchFeeRateRaw(requestParameters, initOverrides) {
|
|
@@ -7674,7 +7857,7 @@
|
|
|
7674
7857
|
}
|
|
7675
7858
|
}
|
|
7676
7859
|
/**
|
|
7677
|
-
* **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.
|
|
7678
7861
|
* Fetch fee rate
|
|
7679
7862
|
*/
|
|
7680
7863
|
;
|
|
@@ -7980,7 +8163,7 @@
|
|
|
7980
8163
|
var queryParameters = {};
|
|
7981
8164
|
var headerParameters = {};
|
|
7982
8165
|
return Promise.resolve(_this18.request({
|
|
7983
|
-
path: "/extended
|
|
8166
|
+
path: "/extended",
|
|
7984
8167
|
method: 'GET',
|
|
7985
8168
|
headers: headerParameters,
|
|
7986
8169
|
query: queryParameters
|
|
@@ -10907,6 +11090,122 @@
|
|
|
10907
11090
|
return Promise.reject(e);
|
|
10908
11091
|
}
|
|
10909
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
|
+
}
|
|
10910
11209
|
/**
|
|
10911
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
|
|
10912
11211
|
* Get dropped mempool transactions
|
|
@@ -10915,7 +11214,7 @@
|
|
|
10915
11214
|
|
|
10916
11215
|
_proto.getDroppedMempoolTransactionListRaw = function getDroppedMempoolTransactionListRaw(requestParameters, initOverrides) {
|
|
10917
11216
|
try {
|
|
10918
|
-
var
|
|
11217
|
+
var _this14 = this;
|
|
10919
11218
|
|
|
10920
11219
|
var queryParameters = {};
|
|
10921
11220
|
|
|
@@ -10928,7 +11227,7 @@
|
|
|
10928
11227
|
}
|
|
10929
11228
|
|
|
10930
11229
|
var headerParameters = {};
|
|
10931
|
-
return Promise.resolve(
|
|
11230
|
+
return Promise.resolve(_this14.request({
|
|
10932
11231
|
path: "/extended/v1/tx/mempool/dropped",
|
|
10933
11232
|
method: 'GET',
|
|
10934
11233
|
headers: headerParameters,
|
|
@@ -10950,9 +11249,9 @@
|
|
|
10950
11249
|
|
|
10951
11250
|
_proto.getDroppedMempoolTransactionList = function getDroppedMempoolTransactionList(requestParameters, initOverrides) {
|
|
10952
11251
|
try {
|
|
10953
|
-
var
|
|
11252
|
+
var _this16 = this;
|
|
10954
11253
|
|
|
10955
|
-
return Promise.resolve(
|
|
11254
|
+
return Promise.resolve(_this16.getDroppedMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
10956
11255
|
return Promise.resolve(response.value());
|
|
10957
11256
|
});
|
|
10958
11257
|
} catch (e) {
|
|
@@ -10967,7 +11266,7 @@
|
|
|
10967
11266
|
|
|
10968
11267
|
_proto.getFilteredEventsRaw = function getFilteredEventsRaw(requestParameters, initOverrides) {
|
|
10969
11268
|
try {
|
|
10970
|
-
var
|
|
11269
|
+
var _this18 = this;
|
|
10971
11270
|
|
|
10972
11271
|
var queryParameters = {};
|
|
10973
11272
|
|
|
@@ -10992,7 +11291,7 @@
|
|
|
10992
11291
|
}
|
|
10993
11292
|
|
|
10994
11293
|
var headerParameters = {};
|
|
10995
|
-
return Promise.resolve(
|
|
11294
|
+
return Promise.resolve(_this18.request({
|
|
10996
11295
|
path: "/extended/v1/tx/events",
|
|
10997
11296
|
method: 'GET',
|
|
10998
11297
|
headers: headerParameters,
|
|
@@ -11014,9 +11313,9 @@
|
|
|
11014
11313
|
|
|
11015
11314
|
_proto.getFilteredEvents = function getFilteredEvents(requestParameters, initOverrides) {
|
|
11016
11315
|
try {
|
|
11017
|
-
var
|
|
11316
|
+
var _this20 = this;
|
|
11018
11317
|
|
|
11019
|
-
return Promise.resolve(
|
|
11318
|
+
return Promise.resolve(_this20.getFilteredEventsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11020
11319
|
return Promise.resolve(response.value());
|
|
11021
11320
|
});
|
|
11022
11321
|
} catch (e) {
|
|
@@ -11031,7 +11330,7 @@
|
|
|
11031
11330
|
|
|
11032
11331
|
_proto.getMempoolTransactionListRaw = function getMempoolTransactionListRaw(requestParameters, initOverrides) {
|
|
11033
11332
|
try {
|
|
11034
|
-
var
|
|
11333
|
+
var _this22 = this;
|
|
11035
11334
|
|
|
11036
11335
|
var queryParameters = {};
|
|
11037
11336
|
|
|
@@ -11068,7 +11367,7 @@
|
|
|
11068
11367
|
}
|
|
11069
11368
|
|
|
11070
11369
|
var headerParameters = {};
|
|
11071
|
-
return Promise.resolve(
|
|
11370
|
+
return Promise.resolve(_this22.request({
|
|
11072
11371
|
path: "/extended/v1/tx/mempool",
|
|
11073
11372
|
method: 'GET',
|
|
11074
11373
|
headers: headerParameters,
|
|
@@ -11090,9 +11389,9 @@
|
|
|
11090
11389
|
|
|
11091
11390
|
_proto.getMempoolTransactionList = function getMempoolTransactionList(requestParameters, initOverrides) {
|
|
11092
11391
|
try {
|
|
11093
|
-
var
|
|
11392
|
+
var _this24 = this;
|
|
11094
11393
|
|
|
11095
|
-
return Promise.resolve(
|
|
11394
|
+
return Promise.resolve(_this24.getMempoolTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11096
11395
|
return Promise.resolve(response.value());
|
|
11097
11396
|
});
|
|
11098
11397
|
} catch (e) {
|
|
@@ -11107,11 +11406,11 @@
|
|
|
11107
11406
|
|
|
11108
11407
|
_proto.getMempoolTransactionStatsRaw = function getMempoolTransactionStatsRaw(initOverrides) {
|
|
11109
11408
|
try {
|
|
11110
|
-
var
|
|
11409
|
+
var _this26 = this;
|
|
11111
11410
|
|
|
11112
11411
|
var queryParameters = {};
|
|
11113
11412
|
var headerParameters = {};
|
|
11114
|
-
return Promise.resolve(
|
|
11413
|
+
return Promise.resolve(_this26.request({
|
|
11115
11414
|
path: "/extended/v1/tx/mempool/stats",
|
|
11116
11415
|
method: 'GET',
|
|
11117
11416
|
headers: headerParameters,
|
|
@@ -11133,9 +11432,9 @@
|
|
|
11133
11432
|
|
|
11134
11433
|
_proto.getMempoolTransactionStats = function getMempoolTransactionStats(initOverrides) {
|
|
11135
11434
|
try {
|
|
11136
|
-
var
|
|
11435
|
+
var _this28 = this;
|
|
11137
11436
|
|
|
11138
|
-
return Promise.resolve(
|
|
11437
|
+
return Promise.resolve(_this28.getMempoolTransactionStatsRaw(initOverrides)).then(function (response) {
|
|
11139
11438
|
return Promise.resolve(response.value());
|
|
11140
11439
|
});
|
|
11141
11440
|
} catch (e) {
|
|
@@ -11150,7 +11449,7 @@
|
|
|
11150
11449
|
|
|
11151
11450
|
_proto.getRawTransactionByIdRaw = function getRawTransactionByIdRaw(requestParameters, initOverrides) {
|
|
11152
11451
|
try {
|
|
11153
|
-
var
|
|
11452
|
+
var _this30 = this;
|
|
11154
11453
|
|
|
11155
11454
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11156
11455
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getRawTransactionById.');
|
|
@@ -11158,7 +11457,7 @@
|
|
|
11158
11457
|
|
|
11159
11458
|
var queryParameters = {};
|
|
11160
11459
|
var headerParameters = {};
|
|
11161
|
-
return Promise.resolve(
|
|
11460
|
+
return Promise.resolve(_this30.request({
|
|
11162
11461
|
path: "/extended/v1/tx/{tx_id}/raw".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
|
|
11163
11462
|
method: 'GET',
|
|
11164
11463
|
headers: headerParameters,
|
|
@@ -11180,9 +11479,9 @@
|
|
|
11180
11479
|
|
|
11181
11480
|
_proto.getRawTransactionById = function getRawTransactionById(requestParameters, initOverrides) {
|
|
11182
11481
|
try {
|
|
11183
|
-
var
|
|
11482
|
+
var _this32 = this;
|
|
11184
11483
|
|
|
11185
|
-
return Promise.resolve(
|
|
11484
|
+
return Promise.resolve(_this32.getRawTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11186
11485
|
return Promise.resolve(response.value());
|
|
11187
11486
|
});
|
|
11188
11487
|
} catch (e) {
|
|
@@ -11197,7 +11496,7 @@
|
|
|
11197
11496
|
|
|
11198
11497
|
_proto.getTransactionByIdRaw = function getTransactionByIdRaw(requestParameters, initOverrides) {
|
|
11199
11498
|
try {
|
|
11200
|
-
var
|
|
11499
|
+
var _this34 = this;
|
|
11201
11500
|
|
|
11202
11501
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11203
11502
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTransactionById.');
|
|
@@ -11218,7 +11517,7 @@
|
|
|
11218
11517
|
}
|
|
11219
11518
|
|
|
11220
11519
|
var headerParameters = {};
|
|
11221
|
-
return Promise.resolve(
|
|
11520
|
+
return Promise.resolve(_this34.request({
|
|
11222
11521
|
path: "/extended/v1/tx/{tx_id}".replace("{" + "tx_id" + "}", encodeURIComponent(String(requestParameters.txId))),
|
|
11223
11522
|
method: 'GET',
|
|
11224
11523
|
headers: headerParameters,
|
|
@@ -11238,9 +11537,9 @@
|
|
|
11238
11537
|
|
|
11239
11538
|
_proto.getTransactionById = function getTransactionById(requestParameters, initOverrides) {
|
|
11240
11539
|
try {
|
|
11241
|
-
var
|
|
11540
|
+
var _this36 = this;
|
|
11242
11541
|
|
|
11243
|
-
return Promise.resolve(
|
|
11542
|
+
return Promise.resolve(_this36.getTransactionByIdRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11244
11543
|
return Promise.resolve(response.value());
|
|
11245
11544
|
});
|
|
11246
11545
|
} catch (e) {
|
|
@@ -11255,7 +11554,7 @@
|
|
|
11255
11554
|
|
|
11256
11555
|
_proto.getTransactionListRaw = function getTransactionListRaw(requestParameters, initOverrides) {
|
|
11257
11556
|
try {
|
|
11258
|
-
var
|
|
11557
|
+
var _this38 = this;
|
|
11259
11558
|
|
|
11260
11559
|
var queryParameters = {};
|
|
11261
11560
|
|
|
@@ -11276,7 +11575,7 @@
|
|
|
11276
11575
|
}
|
|
11277
11576
|
|
|
11278
11577
|
var headerParameters = {};
|
|
11279
|
-
return Promise.resolve(
|
|
11578
|
+
return Promise.resolve(_this38.request({
|
|
11280
11579
|
path: "/extended/v1/tx",
|
|
11281
11580
|
method: 'GET',
|
|
11282
11581
|
headers: headerParameters,
|
|
@@ -11298,9 +11597,9 @@
|
|
|
11298
11597
|
|
|
11299
11598
|
_proto.getTransactionList = function getTransactionList(requestParameters, initOverrides) {
|
|
11300
11599
|
try {
|
|
11301
|
-
var
|
|
11600
|
+
var _this40 = this;
|
|
11302
11601
|
|
|
11303
|
-
return Promise.resolve(
|
|
11602
|
+
return Promise.resolve(_this40.getTransactionListRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11304
11603
|
return Promise.resolve(response.value());
|
|
11305
11604
|
});
|
|
11306
11605
|
} catch (e) {
|
|
@@ -11315,7 +11614,7 @@
|
|
|
11315
11614
|
|
|
11316
11615
|
_proto.getTransactionsByBlockRaw = function getTransactionsByBlockRaw(requestParameters, initOverrides) {
|
|
11317
11616
|
try {
|
|
11318
|
-
var
|
|
11617
|
+
var _this42 = this;
|
|
11319
11618
|
|
|
11320
11619
|
if (requestParameters.heightOrHash === null || requestParameters.heightOrHash === undefined) {
|
|
11321
11620
|
throw new RequiredError('heightOrHash', 'Required parameter requestParameters.heightOrHash was null or undefined when calling getTransactionsByBlock.');
|
|
@@ -11323,7 +11622,7 @@
|
|
|
11323
11622
|
|
|
11324
11623
|
var queryParameters = {};
|
|
11325
11624
|
var headerParameters = {};
|
|
11326
|
-
return Promise.resolve(
|
|
11625
|
+
return Promise.resolve(_this42.request({
|
|
11327
11626
|
path: "/extended/v2/blocks/{height_or_hash}/transactions".replace("{" + "height_or_hash" + "}", encodeURIComponent(String(requestParameters.heightOrHash))),
|
|
11328
11627
|
method: 'GET',
|
|
11329
11628
|
headers: headerParameters,
|
|
@@ -11345,9 +11644,9 @@
|
|
|
11345
11644
|
|
|
11346
11645
|
_proto.getTransactionsByBlock = function getTransactionsByBlock(requestParameters, initOverrides) {
|
|
11347
11646
|
try {
|
|
11348
|
-
var
|
|
11647
|
+
var _this44 = this;
|
|
11349
11648
|
|
|
11350
|
-
return Promise.resolve(
|
|
11649
|
+
return Promise.resolve(_this44.getTransactionsByBlockRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11351
11650
|
return Promise.resolve(response.value());
|
|
11352
11651
|
});
|
|
11353
11652
|
} catch (e) {
|
|
@@ -11355,14 +11654,14 @@
|
|
|
11355
11654
|
}
|
|
11356
11655
|
}
|
|
11357
11656
|
/**
|
|
11358
|
-
* **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.
|
|
11359
11658
|
* Transactions by block hash
|
|
11360
11659
|
*/
|
|
11361
11660
|
;
|
|
11362
11661
|
|
|
11363
11662
|
_proto.getTransactionsByBlockHashRaw = function getTransactionsByBlockHashRaw(requestParameters, initOverrides) {
|
|
11364
11663
|
try {
|
|
11365
|
-
var
|
|
11664
|
+
var _this46 = this;
|
|
11366
11665
|
|
|
11367
11666
|
if (requestParameters.blockHash === null || requestParameters.blockHash === undefined) {
|
|
11368
11667
|
throw new RequiredError('blockHash', 'Required parameter requestParameters.blockHash was null or undefined when calling getTransactionsByBlockHash.');
|
|
@@ -11379,7 +11678,7 @@
|
|
|
11379
11678
|
}
|
|
11380
11679
|
|
|
11381
11680
|
var headerParameters = {};
|
|
11382
|
-
return Promise.resolve(
|
|
11681
|
+
return Promise.resolve(_this46.request({
|
|
11383
11682
|
path: "/extended/v1/tx/block/{block_hash}".replace("{" + "block_hash" + "}", encodeURIComponent(String(requestParameters.blockHash))),
|
|
11384
11683
|
method: 'GET',
|
|
11385
11684
|
headers: headerParameters,
|
|
@@ -11394,16 +11693,16 @@
|
|
|
11394
11693
|
}
|
|
11395
11694
|
}
|
|
11396
11695
|
/**
|
|
11397
|
-
* **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.
|
|
11398
11697
|
* Transactions by block hash
|
|
11399
11698
|
*/
|
|
11400
11699
|
;
|
|
11401
11700
|
|
|
11402
11701
|
_proto.getTransactionsByBlockHash = function getTransactionsByBlockHash(requestParameters, initOverrides) {
|
|
11403
11702
|
try {
|
|
11404
|
-
var
|
|
11703
|
+
var _this48 = this;
|
|
11405
11704
|
|
|
11406
|
-
return Promise.resolve(
|
|
11705
|
+
return Promise.resolve(_this48.getTransactionsByBlockHashRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11407
11706
|
return Promise.resolve(response.value());
|
|
11408
11707
|
});
|
|
11409
11708
|
} catch (e) {
|
|
@@ -11411,14 +11710,14 @@
|
|
|
11411
11710
|
}
|
|
11412
11711
|
}
|
|
11413
11712
|
/**
|
|
11414
|
-
* **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
|
|
11415
11714
|
* Transactions by block height
|
|
11416
11715
|
*/
|
|
11417
11716
|
;
|
|
11418
11717
|
|
|
11419
11718
|
_proto.getTransactionsByBlockHeightRaw = function getTransactionsByBlockHeightRaw(requestParameters, initOverrides) {
|
|
11420
11719
|
try {
|
|
11421
|
-
var
|
|
11720
|
+
var _this50 = this;
|
|
11422
11721
|
|
|
11423
11722
|
if (requestParameters.height === null || requestParameters.height === undefined) {
|
|
11424
11723
|
throw new RequiredError('height', 'Required parameter requestParameters.height was null or undefined when calling getTransactionsByBlockHeight.');
|
|
@@ -11439,7 +11738,7 @@
|
|
|
11439
11738
|
}
|
|
11440
11739
|
|
|
11441
11740
|
var headerParameters = {};
|
|
11442
|
-
return Promise.resolve(
|
|
11741
|
+
return Promise.resolve(_this50.request({
|
|
11443
11742
|
path: "/extended/v1/tx/block_height/{height}".replace("{" + "height" + "}", encodeURIComponent(String(requestParameters.height))),
|
|
11444
11743
|
method: 'GET',
|
|
11445
11744
|
headers: headerParameters,
|
|
@@ -11454,16 +11753,16 @@
|
|
|
11454
11753
|
}
|
|
11455
11754
|
}
|
|
11456
11755
|
/**
|
|
11457
|
-
* **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
|
|
11458
11757
|
* Transactions by block height
|
|
11459
11758
|
*/
|
|
11460
11759
|
;
|
|
11461
11760
|
|
|
11462
11761
|
_proto.getTransactionsByBlockHeight = function getTransactionsByBlockHeight(requestParameters, initOverrides) {
|
|
11463
11762
|
try {
|
|
11464
|
-
var
|
|
11763
|
+
var _this52 = this;
|
|
11465
11764
|
|
|
11466
|
-
return Promise.resolve(
|
|
11765
|
+
return Promise.resolve(_this52.getTransactionsByBlockHeightRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11467
11766
|
return Promise.resolve(response.value());
|
|
11468
11767
|
});
|
|
11469
11768
|
} catch (e) {
|
|
@@ -11478,7 +11777,7 @@
|
|
|
11478
11777
|
|
|
11479
11778
|
_proto.getTxListDetailsRaw = function getTxListDetailsRaw(requestParameters, initOverrides) {
|
|
11480
11779
|
try {
|
|
11481
|
-
var
|
|
11780
|
+
var _this54 = this;
|
|
11482
11781
|
|
|
11483
11782
|
if (requestParameters.txId === null || requestParameters.txId === undefined) {
|
|
11484
11783
|
throw new RequiredError('txId', 'Required parameter requestParameters.txId was null or undefined when calling getTxListDetails.');
|
|
@@ -11503,7 +11802,7 @@
|
|
|
11503
11802
|
}
|
|
11504
11803
|
|
|
11505
11804
|
var headerParameters = {};
|
|
11506
|
-
return Promise.resolve(
|
|
11805
|
+
return Promise.resolve(_this54.request({
|
|
11507
11806
|
path: "/extended/v1/tx/multiple",
|
|
11508
11807
|
method: 'GET',
|
|
11509
11808
|
headers: headerParameters,
|
|
@@ -11523,9 +11822,9 @@
|
|
|
11523
11822
|
|
|
11524
11823
|
_proto.getTxListDetails = function getTxListDetails(requestParameters, initOverrides) {
|
|
11525
11824
|
try {
|
|
11526
|
-
var
|
|
11825
|
+
var _this56 = this;
|
|
11527
11826
|
|
|
11528
|
-
return Promise.resolve(
|
|
11827
|
+
return Promise.resolve(_this56.getTxListDetailsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11529
11828
|
return Promise.resolve(response.value());
|
|
11530
11829
|
});
|
|
11531
11830
|
} catch (e) {
|
|
@@ -11540,12 +11839,12 @@
|
|
|
11540
11839
|
|
|
11541
11840
|
_proto.postCoreNodeTransactionsRaw = function postCoreNodeTransactionsRaw(requestParameters, initOverrides) {
|
|
11542
11841
|
try {
|
|
11543
|
-
var
|
|
11842
|
+
var _this58 = this;
|
|
11544
11843
|
|
|
11545
11844
|
var queryParameters = {};
|
|
11546
11845
|
var headerParameters = {};
|
|
11547
11846
|
headerParameters['Content-Type'] = 'application/octet-stream';
|
|
11548
|
-
return Promise.resolve(
|
|
11847
|
+
return Promise.resolve(_this58.request({
|
|
11549
11848
|
path: "/v2/transactions",
|
|
11550
11849
|
method: 'POST',
|
|
11551
11850
|
headers: headerParameters,
|
|
@@ -11566,9 +11865,9 @@
|
|
|
11566
11865
|
|
|
11567
11866
|
_proto.postCoreNodeTransactions = function postCoreNodeTransactions(requestParameters, initOverrides) {
|
|
11568
11867
|
try {
|
|
11569
|
-
var
|
|
11868
|
+
var _this60 = this;
|
|
11570
11869
|
|
|
11571
|
-
return Promise.resolve(
|
|
11870
|
+
return Promise.resolve(_this60.postCoreNodeTransactionsRaw(requestParameters, initOverrides)).then(function (response) {
|
|
11572
11871
|
return Promise.resolve(response.value());
|
|
11573
11872
|
});
|
|
11574
11873
|
} catch (e) {
|
|
@@ -16786,6 +17085,12 @@
|
|
|
16786
17085
|
exports.AddressTokenOfferingLockedFromJSON = AddressTokenOfferingLockedFromJSON;
|
|
16787
17086
|
exports.AddressTokenOfferingLockedFromJSONTyped = AddressTokenOfferingLockedFromJSONTyped;
|
|
16788
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;
|
|
16789
17094
|
exports.AddressTransactionWithTransfersFromJSON = AddressTransactionWithTransfersFromJSON;
|
|
16790
17095
|
exports.AddressTransactionWithTransfersFromJSONTyped = AddressTransactionWithTransfersFromJSONTyped;
|
|
16791
17096
|
exports.AddressTransactionWithTransfersFtTransfersFromJSON = AddressTransactionWithTransfersFtTransfersFromJSON;
|
|
@@ -16804,6 +17109,15 @@
|
|
|
16804
17109
|
exports.AddressTransactionsListResponseFromJSON = AddressTransactionsListResponseFromJSON;
|
|
16805
17110
|
exports.AddressTransactionsListResponseFromJSONTyped = AddressTransactionsListResponseFromJSONTyped;
|
|
16806
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;
|
|
16807
17121
|
exports.AddressTransactionsWithTransfersListResponseFromJSON = AddressTransactionsWithTransfersListResponseFromJSON;
|
|
16808
17122
|
exports.AddressTransactionsWithTransfersListResponseFromJSONTyped = AddressTransactionsWithTransfersListResponseFromJSONTyped;
|
|
16809
17123
|
exports.AddressTransactionsWithTransfersListResponseToJSON = AddressTransactionsWithTransfersListResponseToJSON;
|