@flarenetwork/flare-periphery-contract-artifacts 0.1.23 → 0.1.26
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/coston/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +976 -6
- package/coston/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +25 -0
- package/coston/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/coston/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -0
- package/coston/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/coston/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/coston/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/coston/artifacts/contracts/userInterfaces/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/coston/artifacts/contracts/userInterfaces/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/coston2/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/coston2/artifacts/contracts/IAgentPing.sol/IAgentPing.json +99 -0
- package/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7139 -0
- package/coston2/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +1721 -0
- package/coston2/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/coston2/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -0
- package/coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/coston2/artifacts/contracts/IRedemptionTimeExtension.sol/IRedemptionTimeExtension.json +28 -0
- package/coston2/artifacts/contracts/ITransferFees.sol/ITransferFees.json +394 -0
- package/coston2/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/coston2/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/coston2/artifacts/contracts/diamond/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +78 -0
- package/coston2/artifacts/contracts/userInterfaces/data/AgentInfo.sol/AgentInfo.json +1 -0
- package/coston2/artifacts/contracts/userInterfaces/data/AgentSettings.sol/AgentSettings.json +1 -0
- package/coston2/artifacts/contracts/userInterfaces/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
- package/coston2/artifacts/contracts/userInterfaces/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
- package/coston2/artifacts/contracts/userInterfaces/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/coston2/artifacts/contracts/userInterfaces/data/CollateralType.sol/CollateralType.json +1 -0
- package/coston2/artifacts/contracts/userInterfaces/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/coston2/artifacts/contracts/userInterfaces/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
- package/dist/coston/StateConnector/libs/ts/AttestationDefinitionStore.d.ts +68 -0
- package/dist/coston/StateConnector/libs/ts/AttestationDefinitionStore.d.ts.map +1 -0
- package/dist/coston/StateConnector/libs/ts/AttestationResponse.d.ts +33 -0
- package/dist/coston/StateConnector/libs/ts/AttestationResponse.d.ts.map +1 -0
- package/dist/coston/StateConnector/libs/ts/MerkleTree.d.ts +103 -0
- package/dist/coston/StateConnector/libs/ts/MerkleTree.d.ts.map +1 -0
- package/dist/coston/StateConnector/libs/ts/config-types.d.ts +143 -0
- package/dist/coston/StateConnector/libs/ts/config-types.d.ts.map +1 -0
- package/dist/coston/StateConnector/libs/ts/interfaces.d.ts +32 -0
- package/dist/coston/StateConnector/libs/ts/interfaces.d.ts.map +1 -0
- package/dist/coston/StateConnector/libs/ts/random.d.ts +9 -0
- package/dist/coston/StateConnector/libs/ts/random.d.ts.map +1 -0
- package/dist/coston/StateConnector/libs/ts/utils.d.ts +67 -0
- package/dist/coston/StateConnector/libs/ts/utils.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/AddressValidity.d.ts +95 -0
- package/dist/coston/StateConnector/typescript/AddressValidity.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/BalanceDecreasingTransaction.d.ts +107 -0
- package/dist/coston/StateConnector/typescript/BalanceDecreasingTransaction.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/ConfirmedBlockHeightExists.d.ts +103 -0
- package/dist/coston/StateConnector/typescript/ConfirmedBlockHeightExists.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/EVMTransaction.d.ts +160 -0
- package/dist/coston/StateConnector/typescript/EVMTransaction.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/Payment.d.ts +139 -0
- package/dist/coston/StateConnector/typescript/Payment.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/ReferencedPaymentNonexistence.d.ts +115 -0
- package/dist/coston/StateConnector/typescript/ReferencedPaymentNonexistence.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/TypeTemplate.d.ts +146 -0
- package/dist/coston/StateConnector/typescript/TypeTemplate.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/data-sources/data-sources.d.ts +29 -0
- package/dist/coston/StateConnector/typescript/data-sources/data-sources.d.ts.map +1 -0
- package/dist/coston/StateConnector/typescript/index.d.ts +9 -0
- package/dist/coston/StateConnector/typescript/index.d.ts.map +1 -0
- package/dist/coston/abis.d.ts +13 -0
- package/dist/coston/abis.d.ts.map +1 -0
- package/dist/coston/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +1 -0
- package/dist/coston/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +274 -0
- package/dist/coston/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +1 -0
- package/dist/coston/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +89 -0
- package/dist/coston/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/dist/coston/artifacts/contracts/IAgentPing.sol/IAgentPing.json +99 -0
- package/dist/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7139 -0
- package/dist/coston/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +1721 -0
- package/dist/coston/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +1 -0
- package/dist/coston/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +104 -0
- package/dist/coston/artifacts/contracts/ICChainStake.sol/ICChainStake.json +375 -0
- package/dist/coston/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +300 -0
- package/dist/coston/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +656 -0
- package/dist/coston/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +1 -0
- package/dist/coston/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +99 -0
- package/dist/coston/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/dist/coston/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/dist/coston/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +135 -0
- package/dist/coston/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +1 -0
- package/dist/coston/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +166 -0
- package/dist/coston/artifacts/contracts/IEntityManager.sol/IEntityManager.json +790 -0
- package/dist/coston/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +230 -0
- package/dist/coston/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +354 -0
- package/dist/coston/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +190 -0
- package/dist/coston/artifacts/contracts/IFdcHub.sol/IFdcHub.json +138 -0
- package/dist/coston/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +88 -0
- package/dist/coston/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +65 -0
- package/dist/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +828 -0
- package/dist/coston/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +40 -0
- package/dist/coston/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +232 -0
- package/dist/coston/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +96 -0
- package/dist/coston/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +109 -0
- package/dist/coston/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +649 -0
- package/dist/coston/artifacts/contracts/IFtso.sol/IFtso.json +503 -0
- package/dist/coston/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +168 -0
- package/dist/coston/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +50 -0
- package/dist/coston/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +214 -0
- package/dist/coston/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +98 -0
- package/dist/coston/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +367 -0
- package/dist/coston/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +436 -0
- package/dist/coston/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +693 -0
- package/dist/coston/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +188 -0
- package/dist/coston/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +239 -0
- package/dist/coston/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +60 -0
- package/dist/coston/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +108 -0
- package/dist/coston/artifacts/contracts/IGovernor.sol/IGovernor.json +515 -0
- package/dist/coston/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +15 -0
- package/dist/coston/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/dist/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/dist/coston/artifacts/contracts/IPayment.sol/IPayment.json +1 -0
- package/dist/coston/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +149 -0
- package/dist/coston/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +547 -0
- package/dist/coston/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +191 -0
- package/dist/coston/artifacts/contracts/IRNat.sol/IRNat.json +930 -0
- package/dist/coston/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +137 -0
- package/dist/coston/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +56 -0
- package/dist/coston/artifacts/contracts/IRedemptionTimeExtension.sol/IRedemptionTimeExtension.json +28 -0
- package/dist/coston/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +1 -0
- package/dist/coston/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +124 -0
- package/dist/coston/artifacts/contracts/IRelay.sol/IRelay.json +426 -0
- package/dist/coston/artifacts/contracts/IRewardManager.sol/IRewardManager.json +605 -0
- package/dist/coston/artifacts/contracts/ISubmission.sol/ISubmission.json +133 -0
- package/dist/coston/artifacts/contracts/ITransferFees.sol/ITransferFees.json +394 -0
- package/dist/coston/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +64 -0
- package/dist/coston/artifacts/contracts/IVPToken.sol/IVPToken.json +649 -0
- package/dist/coston/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +21 -0
- package/dist/coston/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +118 -0
- package/dist/coston/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +256 -0
- package/dist/coston/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +190 -0
- package/dist/coston/artifacts/contracts/IWNat.sol/IWNat.json +752 -0
- package/dist/coston/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +144 -0
- package/dist/coston/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/dist/coston/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/dist/coston/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +118 -0
- package/dist/coston/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +54 -0
- package/dist/coston/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +171 -0
- package/dist/coston/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +274 -0
- package/dist/coston/artifacts/contracts/customFeeds/interfaces/IICustomFeed.sol/IICustomFeed.json +51 -0
- package/dist/coston/artifacts/contracts/diamond/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +78 -0
- package/dist/coston/artifacts/contracts/fdc/interfaces/ITypeTemplate.sol/ITypeTemplate.json +1 -0
- package/dist/coston/artifacts/contracts/fdc/interfaces/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +140 -0
- package/dist/coston/artifacts/contracts/fscV1/interfaces/IIFastUpdaterView.sol/IIFastUpdaterView.json +31 -0
- package/dist/coston/artifacts/contracts/fscV1/interfaces/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +54 -0
- package/dist/coston/artifacts/contracts/ftso/interfaces/IIFtso.sol/IIFtso.json +944 -0
- package/dist/coston/artifacts/contracts/ftso/interfaces/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +254 -0
- package/dist/coston/artifacts/contracts/genesis/interfaces/IFlareDaemonize.sol/IFlareDaemonize.json +28 -0
- package/dist/coston/artifacts/contracts/genesis/interfaces/IFtsoGenesis.sol/IFtsoGenesis.json +82 -0
- package/dist/coston/artifacts/contracts/genesis/interfaces/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +15 -0
- package/dist/coston/artifacts/contracts/genesis/interfaces/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +21 -0
- package/dist/coston/artifacts/contracts/governance/interfaces/IIGovernorProposer.sol/IIGovernorProposer.json +21 -0
- package/dist/coston/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +671 -0
- package/dist/coston/artifacts/contracts/governance/interfaces/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +679 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIClaimSetupManager.sol/IIClaimSetupManager.json +786 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +15 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIEntityManager.sol/IIEntityManager.json +939 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +162 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1217 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +30 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +30 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +477 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +25 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIRewardManager.sol/IIRewardManager.json +714 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IISubmission.sol/IISubmission.json +161 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +15 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIVoterRegistry.sol/IIVoterRegistry.json +623 -0
- package/dist/coston/artifacts/contracts/rNat/interfaces/IIRNat.sol/IIRNat.json +1061 -0
- package/dist/coston/artifacts/contracts/rNat/interfaces/IIRNatAccount.sol/IIRNatAccount.json +333 -0
- package/dist/coston/artifacts/contracts/token/interfaces/IICleanable.sol/IICleanable.json +54 -0
- package/dist/coston/artifacts/contracts/token/interfaces/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +243 -0
- package/dist/coston/artifacts/contracts/token/interfaces/IIVPContract.sol/IIVPContract.json +600 -0
- package/dist/coston/artifacts/contracts/token/interfaces/IIVPToken.sol/IIVPToken.json +781 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/AgentInfo.sol/AgentInfo.json +1 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/AgentSettings.sol/AgentSettings.json +1 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/CollateralType.sol/CollateralType.json +1 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/dist/coston/artifacts/contracts/userInterfaces/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
- package/dist/coston/index.d.ts +3 -0
- package/dist/coston/index.d.ts.map +1 -0
- package/dist/coston/mapper.d.ts +3 -0
- package/dist/coston/mapper.d.ts.map +1 -0
- package/dist/coston2/abis.d.ts +13 -0
- package/dist/coston2/abis.d.ts.map +1 -0
- package/dist/coston2/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +1 -0
- package/dist/coston2/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +274 -0
- package/dist/coston2/artifacts/contracts/IAddressBinder.sol/IAddressBinder.json +112 -0
- package/dist/coston2/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +1 -0
- package/dist/coston2/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +89 -0
- package/dist/coston2/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/dist/coston2/artifacts/contracts/IAgentPing.sol/IAgentPing.json +99 -0
- package/dist/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7139 -0
- package/dist/coston2/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +1721 -0
- package/dist/coston2/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +1 -0
- package/dist/coston2/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +104 -0
- package/dist/coston2/artifacts/contracts/ICChainStake.sol/ICChainStake.json +375 -0
- package/dist/coston2/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +300 -0
- package/dist/coston2/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +656 -0
- package/dist/coston2/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +1 -0
- package/dist/coston2/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +99 -0
- package/dist/coston2/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/dist/coston2/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/dist/coston2/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +135 -0
- package/dist/coston2/artifacts/contracts/IDistributionToDelegators.sol/IDistributionToDelegators.json +249 -0
- package/dist/coston2/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +1 -0
- package/dist/coston2/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +166 -0
- package/dist/coston2/artifacts/contracts/IEntityManager.sol/IEntityManager.json +790 -0
- package/dist/coston2/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +230 -0
- package/dist/coston2/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +354 -0
- package/dist/coston2/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +190 -0
- package/dist/coston2/artifacts/contracts/IFdcHub.sol/IFdcHub.json +138 -0
- package/dist/coston2/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +88 -0
- package/dist/coston2/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +65 -0
- package/dist/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +828 -0
- package/dist/coston2/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +40 -0
- package/dist/coston2/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +232 -0
- package/dist/coston2/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +96 -0
- package/dist/coston2/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +109 -0
- package/dist/coston2/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +649 -0
- package/dist/coston2/artifacts/contracts/IFtso.sol/IFtso.json +466 -0
- package/dist/coston2/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +168 -0
- package/dist/coston2/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +50 -0
- package/dist/coston2/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +214 -0
- package/dist/coston2/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +98 -0
- package/dist/coston2/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +367 -0
- package/dist/coston2/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +436 -0
- package/dist/coston2/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +693 -0
- package/dist/coston2/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +188 -0
- package/dist/coston2/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +239 -0
- package/dist/coston2/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +60 -0
- package/dist/coston2/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +108 -0
- package/dist/coston2/artifacts/contracts/IGovernor.sol/IGovernor.json +515 -0
- package/dist/coston2/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +15 -0
- package/dist/coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/dist/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/dist/coston2/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json +566 -0
- package/dist/coston2/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +302 -0
- package/dist/coston2/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +1 -0
- package/dist/coston2/artifacts/contracts/IPChainVotePower.sol/IPChainVotePower.json +300 -0
- package/dist/coston2/artifacts/contracts/IPayment.sol/IPayment.json +1 -0
- package/dist/coston2/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +149 -0
- package/dist/coston2/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +547 -0
- package/dist/coston2/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +212 -0
- package/dist/coston2/artifacts/contracts/IRNat.sol/IRNat.json +930 -0
- package/dist/coston2/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +137 -0
- package/dist/coston2/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +56 -0
- package/dist/coston2/artifacts/contracts/IRedemptionTimeExtension.sol/IRedemptionTimeExtension.json +28 -0
- package/dist/coston2/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +1 -0
- package/dist/coston2/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +124 -0
- package/dist/coston2/artifacts/contracts/IRelay.sol/IRelay.json +426 -0
- package/dist/coston2/artifacts/contracts/IRewardManager.sol/IRewardManager.json +605 -0
- package/dist/coston2/artifacts/contracts/ISubmission.sol/ISubmission.json +133 -0
- package/dist/coston2/artifacts/contracts/ITransferFees.sol/ITransferFees.json +394 -0
- package/dist/coston2/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +64 -0
- package/dist/coston2/artifacts/contracts/IVPToken.sol/IVPToken.json +691 -0
- package/dist/coston2/artifacts/contracts/IValidatorRegistry.sol/IValidatorRegistry.json +127 -0
- package/dist/coston2/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +21 -0
- package/dist/coston2/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +118 -0
- package/dist/coston2/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +256 -0
- package/dist/coston2/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +190 -0
- package/dist/coston2/artifacts/contracts/IWNat.sol/IWNat.json +781 -0
- package/dist/coston2/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +144 -0
- package/dist/coston2/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/dist/coston2/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/dist/coston2/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +118 -0
- package/dist/coston2/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +54 -0
- package/dist/coston2/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +171 -0
- package/dist/coston2/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +274 -0
- package/dist/coston2/artifacts/contracts/customFeeds/interfaces/IICustomFeed.sol/IICustomFeed.json +51 -0
- package/dist/coston2/artifacts/contracts/diamond/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +78 -0
- package/dist/coston2/artifacts/contracts/fdc/interfaces/ITypeTemplate.sol/ITypeTemplate.json +1 -0
- package/dist/coston2/artifacts/contracts/fdc/interfaces/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +140 -0
- package/dist/coston2/artifacts/contracts/fscV1/interfaces/IIFastUpdaterView.sol/IIFastUpdaterView.json +31 -0
- package/dist/coston2/artifacts/contracts/fscV1/interfaces/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +54 -0
- package/dist/coston2/artifacts/contracts/ftso/interfaces/IIFtso.sol/IIFtso.json +879 -0
- package/dist/coston2/artifacts/contracts/ftso/interfaces/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +254 -0
- package/dist/coston2/artifacts/contracts/genesis/interfaces/IFlareDaemonize.sol/IFlareDaemonize.json +41 -0
- package/dist/coston2/artifacts/contracts/genesis/interfaces/IFtsoGenesis.sol/IFtsoGenesis.json +54 -0
- package/dist/coston2/artifacts/contracts/genesis/interfaces/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +15 -0
- package/dist/coston2/artifacts/contracts/genesis/interfaces/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +21 -0
- package/dist/coston2/artifacts/contracts/governance/interfaces/IIGovernorProposer.sol/IIGovernorProposer.json +21 -0
- package/dist/coston2/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +671 -0
- package/dist/coston2/artifacts/contracts/governance/interfaces/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +679 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIClaimSetupManager.sol/IIClaimSetupManager.json +786 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +15 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIEntityManager.sol/IIEntityManager.json +939 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +162 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1217 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +30 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +30 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +477 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +25 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIRewardManager.sol/IIRewardManager.json +714 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IISubmission.sol/IISubmission.json +161 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +15 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIVoterRegistry.sol/IIVoterRegistry.json +623 -0
- package/dist/coston2/artifacts/contracts/rNat/interfaces/IIRNat.sol/IIRNat.json +1061 -0
- package/dist/coston2/artifacts/contracts/rNat/interfaces/IIRNatAccount.sol/IIRNatAccount.json +333 -0
- package/dist/coston2/artifacts/contracts/token/interfaces/IICleanable.sol/IICleanable.json +41 -0
- package/dist/coston2/artifacts/contracts/token/interfaces/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +256 -0
- package/dist/coston2/artifacts/contracts/token/interfaces/IIVPContract.sol/IIVPContract.json +611 -0
- package/dist/coston2/artifacts/contracts/token/interfaces/IIVPToken.sol/IIVPToken.json +823 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/AgentInfo.sol/AgentInfo.json +1 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/AgentSettings.sol/AgentSettings.json +1 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/CollateralType.sol/CollateralType.json +1 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/dist/coston2/artifacts/contracts/userInterfaces/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
- package/dist/coston2/index.d.ts +3 -0
- package/dist/coston2/index.d.ts.map +1 -0
- package/dist/coston2/mapper.d.ts +3 -0
- package/dist/coston2/mapper.d.ts.map +1 -0
- package/dist/flare/abis.d.ts +13 -0
- package/dist/flare/abis.d.ts.map +1 -0
- package/dist/flare/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +1 -0
- package/dist/flare/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +274 -0
- package/dist/flare/artifacts/contracts/IAddressBinder.sol/IAddressBinder.json +112 -0
- package/dist/flare/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +1 -0
- package/dist/flare/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +89 -0
- package/dist/flare/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +1 -0
- package/dist/flare/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +104 -0
- package/dist/flare/artifacts/contracts/ICChainStake.sol/ICChainStake.json +375 -0
- package/dist/flare/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +300 -0
- package/dist/flare/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +656 -0
- package/dist/flare/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +1 -0
- package/dist/flare/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +99 -0
- package/dist/flare/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +135 -0
- package/dist/flare/artifacts/contracts/IDistributionToDelegators.sol/IDistributionToDelegators.json +249 -0
- package/dist/flare/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +1 -0
- package/dist/flare/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +166 -0
- package/dist/flare/artifacts/contracts/IEntityManager.sol/IEntityManager.json +790 -0
- package/dist/flare/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +230 -0
- package/dist/flare/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +354 -0
- package/dist/flare/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +190 -0
- package/dist/flare/artifacts/contracts/IFdcHub.sol/IFdcHub.json +138 -0
- package/dist/flare/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +88 -0
- package/dist/flare/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +65 -0
- package/dist/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +828 -0
- package/dist/flare/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +40 -0
- package/dist/flare/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +232 -0
- package/dist/flare/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +96 -0
- package/dist/flare/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +109 -0
- package/dist/flare/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +649 -0
- package/dist/flare/artifacts/contracts/IFtso.sol/IFtso.json +466 -0
- package/dist/flare/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +168 -0
- package/dist/flare/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +50 -0
- package/dist/flare/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +214 -0
- package/dist/flare/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +98 -0
- package/dist/flare/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +367 -0
- package/dist/flare/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +436 -0
- package/dist/flare/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +693 -0
- package/dist/flare/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +188 -0
- package/dist/flare/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +239 -0
- package/dist/flare/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +60 -0
- package/dist/flare/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +108 -0
- package/dist/flare/artifacts/contracts/IGovernor.sol/IGovernor.json +515 -0
- package/dist/flare/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +15 -0
- package/dist/flare/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/dist/flare/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/dist/flare/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json +566 -0
- package/dist/flare/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +302 -0
- package/dist/flare/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +1 -0
- package/dist/flare/artifacts/contracts/IPChainVotePower.sol/IPChainVotePower.json +300 -0
- package/dist/flare/artifacts/contracts/IPayment.sol/IPayment.json +1 -0
- package/dist/flare/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +149 -0
- package/dist/flare/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +547 -0
- package/dist/flare/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +212 -0
- package/dist/flare/artifacts/contracts/IRNat.sol/IRNat.json +930 -0
- package/dist/flare/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +137 -0
- package/dist/flare/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +56 -0
- package/dist/flare/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +1 -0
- package/dist/flare/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +124 -0
- package/dist/flare/artifacts/contracts/IRelay.sol/IRelay.json +426 -0
- package/dist/flare/artifacts/contracts/IRewardManager.sol/IRewardManager.json +605 -0
- package/dist/flare/artifacts/contracts/ISubmission.sol/ISubmission.json +133 -0
- package/dist/flare/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +64 -0
- package/dist/flare/artifacts/contracts/IVPToken.sol/IVPToken.json +691 -0
- package/dist/flare/artifacts/contracts/IValidatorRegistry.sol/IValidatorRegistry.json +127 -0
- package/dist/flare/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +21 -0
- package/dist/flare/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +118 -0
- package/dist/flare/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +256 -0
- package/dist/flare/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +190 -0
- package/dist/flare/artifacts/contracts/IWNat.sol/IWNat.json +781 -0
- package/dist/flare/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +144 -0
- package/dist/flare/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/dist/flare/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/dist/flare/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +118 -0
- package/dist/flare/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +54 -0
- package/dist/flare/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +171 -0
- package/dist/flare/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +274 -0
- package/dist/flare/artifacts/contracts/customFeeds/interfaces/IICustomFeed.sol/IICustomFeed.json +51 -0
- package/dist/flare/artifacts/contracts/fdc/interfaces/ITypeTemplate.sol/ITypeTemplate.json +1 -0
- package/dist/flare/artifacts/contracts/fdc/interfaces/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +140 -0
- package/dist/flare/artifacts/contracts/fscV1/interfaces/IIFastUpdaterView.sol/IIFastUpdaterView.json +31 -0
- package/dist/flare/artifacts/contracts/fscV1/interfaces/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +54 -0
- package/dist/flare/artifacts/contracts/ftso/interfaces/IIFtso.sol/IIFtso.json +879 -0
- package/dist/flare/artifacts/contracts/ftso/interfaces/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +254 -0
- package/dist/flare/artifacts/contracts/genesis/interfaces/IFlareDaemonize.sol/IFlareDaemonize.json +41 -0
- package/dist/flare/artifacts/contracts/genesis/interfaces/IFtsoGenesis.sol/IFtsoGenesis.json +54 -0
- package/dist/flare/artifacts/contracts/genesis/interfaces/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +15 -0
- package/dist/flare/artifacts/contracts/genesis/interfaces/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +21 -0
- package/dist/flare/artifacts/contracts/governance/interfaces/IIGovernorProposer.sol/IIGovernorProposer.json +21 -0
- package/dist/flare/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +671 -0
- package/dist/flare/artifacts/contracts/governance/interfaces/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +679 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIClaimSetupManager.sol/IIClaimSetupManager.json +786 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +15 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIEntityManager.sol/IIEntityManager.json +939 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +162 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1217 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +30 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +30 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +477 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +25 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIRewardManager.sol/IIRewardManager.json +714 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IISubmission.sol/IISubmission.json +161 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +15 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIVoterRegistry.sol/IIVoterRegistry.json +623 -0
- package/dist/flare/artifacts/contracts/rNat/interfaces/IIRNat.sol/IIRNat.json +1061 -0
- package/dist/flare/artifacts/contracts/rNat/interfaces/IIRNatAccount.sol/IIRNatAccount.json +333 -0
- package/dist/flare/artifacts/contracts/token/interfaces/IICleanable.sol/IICleanable.json +41 -0
- package/dist/flare/artifacts/contracts/token/interfaces/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +256 -0
- package/dist/flare/artifacts/contracts/token/interfaces/IIVPContract.sol/IIVPContract.json +611 -0
- package/dist/flare/artifacts/contracts/token/interfaces/IIVPToken.sol/IIVPToken.json +823 -0
- package/dist/flare/index.d.ts +3 -0
- package/dist/flare/index.d.ts.map +1 -0
- package/dist/flare/mapper.d.ts +3 -0
- package/dist/flare/mapper.d.ts.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9448 -0
- package/dist/index.js.map +1 -0
- package/dist/songbird/abis.d.ts +13 -0
- package/dist/songbird/abis.d.ts.map +1 -0
- package/dist/songbird/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +1 -0
- package/dist/songbird/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +274 -0
- package/dist/songbird/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +1 -0
- package/dist/songbird/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +89 -0
- package/dist/songbird/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/dist/songbird/artifacts/contracts/IAgentPing.sol/IAgentPing.json +99 -0
- package/dist/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7139 -0
- package/dist/songbird/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +1721 -0
- package/dist/songbird/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +1 -0
- package/dist/songbird/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +104 -0
- package/dist/songbird/artifacts/contracts/ICChainStake.sol/ICChainStake.json +375 -0
- package/dist/songbird/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +300 -0
- package/dist/songbird/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +656 -0
- package/dist/songbird/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +1 -0
- package/dist/songbird/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +99 -0
- package/dist/songbird/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/dist/songbird/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/dist/songbird/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +135 -0
- package/dist/songbird/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +1 -0
- package/dist/songbird/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +166 -0
- package/dist/songbird/artifacts/contracts/IEntityManager.sol/IEntityManager.json +790 -0
- package/dist/songbird/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +230 -0
- package/dist/songbird/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +354 -0
- package/dist/songbird/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +190 -0
- package/dist/songbird/artifacts/contracts/IFdcHub.sol/IFdcHub.json +138 -0
- package/dist/songbird/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +88 -0
- package/dist/songbird/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +65 -0
- package/dist/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +828 -0
- package/dist/songbird/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +40 -0
- package/dist/songbird/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +232 -0
- package/dist/songbird/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +96 -0
- package/dist/songbird/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +109 -0
- package/dist/songbird/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +649 -0
- package/dist/songbird/artifacts/contracts/IFtso.sol/IFtso.json +503 -0
- package/dist/songbird/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +168 -0
- package/dist/songbird/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +50 -0
- package/dist/songbird/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +214 -0
- package/dist/songbird/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +98 -0
- package/dist/songbird/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +367 -0
- package/dist/songbird/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +436 -0
- package/dist/songbird/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +693 -0
- package/dist/songbird/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +188 -0
- package/dist/songbird/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +239 -0
- package/dist/songbird/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +60 -0
- package/dist/songbird/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +108 -0
- package/dist/songbird/artifacts/contracts/IGovernor.sol/IGovernor.json +515 -0
- package/dist/songbird/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +15 -0
- package/dist/songbird/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/dist/songbird/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/dist/songbird/artifacts/contracts/IPayment.sol/IPayment.json +1 -0
- package/dist/songbird/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +149 -0
- package/dist/songbird/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +547 -0
- package/dist/songbird/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +191 -0
- package/dist/songbird/artifacts/contracts/IRNat.sol/IRNat.json +930 -0
- package/dist/songbird/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +137 -0
- package/dist/songbird/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +56 -0
- package/dist/songbird/artifacts/contracts/IRedemptionTimeExtension.sol/IRedemptionTimeExtension.json +28 -0
- package/dist/songbird/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +1 -0
- package/dist/songbird/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +124 -0
- package/dist/songbird/artifacts/contracts/IRelay.sol/IRelay.json +426 -0
- package/dist/songbird/artifacts/contracts/IRewardManager.sol/IRewardManager.json +605 -0
- package/dist/songbird/artifacts/contracts/ISubmission.sol/ISubmission.json +133 -0
- package/dist/songbird/artifacts/contracts/ITransferFees.sol/ITransferFees.json +394 -0
- package/dist/songbird/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +64 -0
- package/dist/songbird/artifacts/contracts/IVPToken.sol/IVPToken.json +649 -0
- package/dist/songbird/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +21 -0
- package/dist/songbird/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +118 -0
- package/dist/songbird/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +256 -0
- package/dist/songbird/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +190 -0
- package/dist/songbird/artifacts/contracts/IWNat.sol/IWNat.json +752 -0
- package/dist/songbird/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +144 -0
- package/dist/songbird/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/dist/songbird/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/dist/songbird/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +118 -0
- package/dist/songbird/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +54 -0
- package/dist/songbird/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +171 -0
- package/dist/songbird/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +274 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdatable.sol/IIAddressUpdatable.json +20 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdater.sol/IIAddressUpdater.json +96 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/interfaces/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +224 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +307 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/interfaces/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +57 -0
- package/dist/songbird/artifacts/contracts/customFeeds/interfaces/IICustomFeed.sol/IICustomFeed.json +51 -0
- package/dist/songbird/artifacts/contracts/diamond/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +78 -0
- package/dist/songbird/artifacts/contracts/fdc/interfaces/ITypeTemplate.sol/ITypeTemplate.json +1 -0
- package/dist/songbird/artifacts/contracts/fdc/interfaces/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +140 -0
- package/dist/songbird/artifacts/contracts/fscV1/interfaces/IIFastUpdaterView.sol/IIFastUpdaterView.json +31 -0
- package/dist/songbird/artifacts/contracts/fscV1/interfaces/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +54 -0
- package/dist/songbird/artifacts/contracts/ftso/interfaces/IIFtso.sol/IIFtso.json +944 -0
- package/dist/songbird/artifacts/contracts/ftso/interfaces/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +254 -0
- package/dist/songbird/artifacts/contracts/ftso/interfaces/IIFtsoManager.sol/IIFtsoManager.json +869 -0
- package/dist/songbird/artifacts/contracts/ftso/interfaces/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +93 -0
- package/dist/songbird/artifacts/contracts/genesis/interfaces/IFlareDaemonize.sol/IFlareDaemonize.json +28 -0
- package/dist/songbird/artifacts/contracts/genesis/interfaces/IFtsoGenesis.sol/IFtsoGenesis.json +82 -0
- package/dist/songbird/artifacts/contracts/genesis/interfaces/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +15 -0
- package/dist/songbird/artifacts/contracts/genesis/interfaces/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +21 -0
- package/dist/songbird/artifacts/contracts/genesis/interfaces/IIPriceSubmitter.sol/IIPriceSubmitter.json +276 -0
- package/dist/songbird/artifacts/contracts/genesis/interfaces/IInflationGenesis.sol/IInflationGenesis.json +9 -0
- package/dist/songbird/artifacts/contracts/governance/interfaces/IIGovernorProposer.sol/IIGovernorProposer.json +21 -0
- package/dist/songbird/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +671 -0
- package/dist/songbird/artifacts/contracts/governance/interfaces/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +679 -0
- package/dist/songbird/artifacts/contracts/inflation/interfaces/IIInflationAllocation.sol/IIInflationAllocation.json +40 -0
- package/dist/songbird/artifacts/contracts/inflation/interfaces/IIInflationReceiver.sol/IIInflationReceiver.json +61 -0
- package/dist/songbird/artifacts/contracts/inflation/interfaces/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +48 -0
- package/dist/songbird/artifacts/contracts/inflation/interfaces/IIInflationV1.sol/IIInflationV1.json +133 -0
- package/dist/songbird/artifacts/contracts/inflation/interfaces/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +9 -0
- package/dist/songbird/artifacts/contracts/inflation/interfaces/IISupply.sol/IISupply.json +73 -0
- package/dist/songbird/artifacts/contracts/mockXAsset/interfaces/ICollateralizable.sol/ICollateralizable.json +225 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIClaimSetupManager.sol/IIClaimSetupManager.json +786 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +15 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIEntityManager.sol/IIEntityManager.json +939 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +162 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1217 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +30 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +30 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +477 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +25 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIRewardManager.sol/IIRewardManager.json +714 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IISubmission.sol/IISubmission.json +161 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +15 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIVoterRegistry.sol/IIVoterRegistry.json +623 -0
- package/dist/songbird/artifacts/contracts/rNat/interfaces/IIRNat.sol/IIRNat.json +1061 -0
- package/dist/songbird/artifacts/contracts/rNat/interfaces/IIRNatAccount.sol/IIRNatAccount.json +333 -0
- package/dist/songbird/artifacts/contracts/token/interfaces/IICleanable.sol/IICleanable.json +54 -0
- package/dist/songbird/artifacts/contracts/token/interfaces/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +243 -0
- package/dist/songbird/artifacts/contracts/token/interfaces/IIVPContract.sol/IIVPContract.json +600 -0
- package/dist/songbird/artifacts/contracts/token/interfaces/IIVPToken.sol/IIVPToken.json +781 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interfaces/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +953 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interfaces/IITokenPool.sol/IITokenPool.json +25 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/AgentInfo.sol/AgentInfo.json +1 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/AgentSettings.sol/AgentSettings.json +1 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/CollateralType.sol/CollateralType.json +1 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/dist/songbird/artifacts/contracts/userInterfaces/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
- package/dist/songbird/artifacts/contracts/utils/interfaces/IIFtsoRegistry.sol/IIFtsoRegistry.json +468 -0
- package/dist/songbird/artifacts/contracts/utils/interfaces/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +111 -0
- package/dist/songbird/artifacts/contracts/utils/interfaces/IIRandomProvider.sol/IIRandomProvider.json +51 -0
- package/dist/songbird/artifacts/contracts/utils/interfaces/IIVoterWhitelister.sol/IIVoterWhitelister.json +299 -0
- package/dist/songbird/artifacts/contracts/utils/interfaces/IUpdateValidators.sol/IUpdateValidators.json +9 -0
- package/dist/songbird/index.d.ts +3 -0
- package/dist/songbird/index.d.ts.map +1 -0
- package/dist/songbird/mapper.d.ts +3 -0
- package/dist/songbird/mapper.d.ts.map +1 -0
- package/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -0
- package/flare/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/flare/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/flare/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/flare/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/package.json +1 -1
- package/songbird/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +976 -6
- package/songbird/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +25 -0
- package/songbird/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/songbird/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -0
- package/songbird/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/songbird/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/songbird/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/songbird/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/songbird/artifacts/contracts/userInterfaces/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/songbird/artifacts/contracts/userInterfaces/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { TypeRecord } from "./config-types";
|
|
2
|
+
/**
|
|
3
|
+
* ABIFragment is a subset of ethers ABIFragment. It is used to define the ABI fragments
|
|
4
|
+
*/
|
|
5
|
+
export interface ABIFragment {
|
|
6
|
+
components?: ABIFragment[];
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const DEFAULT_ATTESTATION_TYPE_CONFIGS_PATH = "./node_modules/@flarenetwork/flare-periphery-contract-artifacts/coston/StateConnector/configs/";
|
|
12
|
+
export declare const MIC_SALT = "Flare";
|
|
13
|
+
export declare const ZERO_BYTES_32: string;
|
|
14
|
+
export declare const ZERO_BYTES_20: string;
|
|
15
|
+
/**
|
|
16
|
+
* Checks if the type is one of the supported Solidity type names.
|
|
17
|
+
* Note: the checks for supported numbers N in 'intN', 'uintN' and 'bytesN' is not implemented. The function is safe only under assumption
|
|
18
|
+
* that the correct types supported by the Solidity compiler are used.
|
|
19
|
+
* @param type
|
|
20
|
+
* @returns
|
|
21
|
+
*/
|
|
22
|
+
export declare function isSupportedBasicSolidityType(type: string): boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Encodes attestation type name or source id as a 32-byte hex string.
|
|
25
|
+
* It takes the UTF-8 bytes of the name and pads them with zeros to 32 bytes.
|
|
26
|
+
* @param attestationTypeName
|
|
27
|
+
* @returns '0x'-prefixed hex string representing 32-bytes
|
|
28
|
+
*/
|
|
29
|
+
export declare function encodeAttestationName(attestationTypeName: string): string;
|
|
30
|
+
/**
|
|
31
|
+
* Decodes attestation type name or source id from a 32-byte hex string.
|
|
32
|
+
* @param encoded Should be a '0x'-prefixed hex string representing exactly 32-bytes.
|
|
33
|
+
* @returns
|
|
34
|
+
*/
|
|
35
|
+
export declare function decodeAttestationName(encoded: string): string;
|
|
36
|
+
/**
|
|
37
|
+
* Given a ABI decoded object (with tuples) based on the provided JSON ABI definition,
|
|
38
|
+
* it creates a possibly nested Javascript object compatible with the ABI definitions.
|
|
39
|
+
* The function assumes that the decoded objects matches the ABI. If this is not the case,
|
|
40
|
+
* function may behave in strange ways.
|
|
41
|
+
* This is auxiliary function not intended to be used directly.
|
|
42
|
+
* @param decoded
|
|
43
|
+
* @param abi
|
|
44
|
+
* @param ignoreArray parameter for recursion call when handling of arrays are needed.
|
|
45
|
+
* @returns
|
|
46
|
+
*/
|
|
47
|
+
export declare function remapABIParsedToObjects(decoded: any, abi: ABIFragment, ignoreArray?: boolean): any;
|
|
48
|
+
/**
|
|
49
|
+
* Checks whether the struct objects are deep equal. Objects should match the ABI definition.
|
|
50
|
+
* @param struct1
|
|
51
|
+
* @param struct2
|
|
52
|
+
* @param abi
|
|
53
|
+
* @returns
|
|
54
|
+
*/
|
|
55
|
+
export declare function structsDeepEqual(struct1: any, struct2: any, abi: ABIFragment): boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Loader of the attestation type definition configs
|
|
58
|
+
* @returns a map from attestation types to definition configs
|
|
59
|
+
*/
|
|
60
|
+
export declare function readAttestationTypeConfigs(configsPath?: string): Map<string, TypeRecord>;
|
|
61
|
+
/**
|
|
62
|
+
* Helper function serializing bigints to strings recursively.
|
|
63
|
+
* @param obj
|
|
64
|
+
* @returns
|
|
65
|
+
*/
|
|
66
|
+
export declare function serializeBigInts(obj: any): any;
|
|
67
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../coston/StateConnector/libs/ts/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,UAAU,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,qCAAqC,mGAAmG,CAAA;AACrJ,eAAO,MAAM,QAAQ,UAAU,CAAC;AAChC,eAAO,MAAM,aAAa,QAAgC,CAAC;AAC3D,eAAO,MAAM,aAAa,QAAgC,CAAC;AA+C3D;;;;;;GAMG;AACH,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAUlE;AAED;;;;;GAKG;AACH,wBAAgB,qBAAqB,CAAC,mBAAmB,EAAE,MAAM,UAYhE;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,UAUpD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,WAAW,EAAE,WAAW,UAAQ,GAAG,GAAG,CA8BhG;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,WAAW,GAAG,OAAO,CA2DtF;AACD;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,WAAW,SAAwC,GAAG,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CA4jFvH;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,GAAG,OAOxC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
export declare namespace AddressValidity {
|
|
2
|
+
const NAME = "AddressValidity";
|
|
3
|
+
const TYPE = "0x4164647265737356616c69646974790000000000000000000000000000000000";
|
|
4
|
+
/**
|
|
5
|
+
* Toplevel request
|
|
6
|
+
*/
|
|
7
|
+
interface Request {
|
|
8
|
+
/**
|
|
9
|
+
* ID of the attestation type.
|
|
10
|
+
*/
|
|
11
|
+
attestationType: string;
|
|
12
|
+
/**
|
|
13
|
+
* Id of the data source.
|
|
14
|
+
*/
|
|
15
|
+
sourceId: string;
|
|
16
|
+
/**
|
|
17
|
+
* `MessageIntegrityCode` that is derived from the expected response.
|
|
18
|
+
*/
|
|
19
|
+
messageIntegrityCode: string;
|
|
20
|
+
/**
|
|
21
|
+
* Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.
|
|
22
|
+
*/
|
|
23
|
+
requestBody: RequestBody;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Toplevel response
|
|
27
|
+
*/
|
|
28
|
+
interface Response {
|
|
29
|
+
/**
|
|
30
|
+
* Extracted from the request.
|
|
31
|
+
*/
|
|
32
|
+
attestationType: string;
|
|
33
|
+
/**
|
|
34
|
+
* Extracted from the request.
|
|
35
|
+
*/
|
|
36
|
+
sourceId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the State Connector round in which the request was considered.
|
|
39
|
+
*/
|
|
40
|
+
votingRound: string;
|
|
41
|
+
/**
|
|
42
|
+
* The lowest timestamp used to generate the response.
|
|
43
|
+
*/
|
|
44
|
+
lowestUsedTimestamp: string;
|
|
45
|
+
/**
|
|
46
|
+
* Extracted from the request.
|
|
47
|
+
*/
|
|
48
|
+
requestBody: RequestBody;
|
|
49
|
+
/**
|
|
50
|
+
* Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.
|
|
51
|
+
*/
|
|
52
|
+
responseBody: ResponseBody;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Toplevel proof
|
|
56
|
+
*/
|
|
57
|
+
interface Proof {
|
|
58
|
+
/**
|
|
59
|
+
* Merkle proof corresponding to the attestation response.
|
|
60
|
+
*/
|
|
61
|
+
merkleProof: string[];
|
|
62
|
+
/**
|
|
63
|
+
* Attestation response.
|
|
64
|
+
*/
|
|
65
|
+
data: Response;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Request body for AddressValidity attestation type
|
|
69
|
+
*/
|
|
70
|
+
interface RequestBody {
|
|
71
|
+
/**
|
|
72
|
+
* Address to be verified.
|
|
73
|
+
*/
|
|
74
|
+
addressStr: string;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Response body for AddressValidity attestation type
|
|
78
|
+
*/
|
|
79
|
+
interface ResponseBody {
|
|
80
|
+
/**
|
|
81
|
+
* Boolean indicator of the address validity.
|
|
82
|
+
*/
|
|
83
|
+
isValid: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* If `isValid`, standard form of the validated address. Otherwise an empty string.
|
|
86
|
+
*/
|
|
87
|
+
standardAddress: string;
|
|
88
|
+
/**
|
|
89
|
+
* If `isValid`, standard address hash of the validated address. Otherwise a zero bytes32 string.
|
|
90
|
+
*/
|
|
91
|
+
standardAddressHash: string;
|
|
92
|
+
}
|
|
93
|
+
type RequestNoMic = Omit<Request, "messageIntegrityCode">;
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=AddressValidity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressValidity.d.ts","sourceRoot":"","sources":["../../../../coston/StateConnector/typescript/AddressValidity.ts"],"names":[],"mappings":"AAAA,yBAAiB,eAAe,CAAC;IACtB,MAAM,IAAI,oBAAoB,CAAC;IAC/B,MAAM,IAAI,uEAAuE,CAAC;IAEzF;;OAEG;IACH,UAAiB,OAAO;QACpB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,oBAAoB,EAAE,MAAM,CAAC;QAE7B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;KAC5B;IAED;;OAEG;IACH,UAAiB,QAAQ;QACrB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,mBAAmB,EAAE,MAAM,CAAC;QAE5B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;QAEzB;;WAEG;QACH,YAAY,EAAE,YAAY,CAAC;KAC9B;IAED;;OAEG;IACH,UAAiB,KAAK;QAClB;;WAEG;QACH,WAAW,EAAE,MAAM,EAAE,CAAC;QAEtB;;WAEG;QACH,IAAI,EAAE,QAAQ,CAAC;KAClB;IAED;;OAEG;IACH,UAAiB,WAAW;QACxB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;KACtB;IAED;;OAEG;IACH,UAAiB,YAAY;QACzB;;WAEG;QACH,OAAO,EAAE,OAAO,CAAC;QAEjB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,mBAAmB,EAAE,MAAM,CAAC;KAC/B;IAED,KAAY,YAAY,GAAG,IAAI,CAAC,OAAO,EAAE,sBAAsB,CAAC,CAAC;CACpE"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export declare namespace BalanceDecreasingTransaction {
|
|
2
|
+
const NAME = "BalanceDecreasingTransaction";
|
|
3
|
+
const TYPE = "0x42616c616e636544656372656173696e675472616e73616374696f6e00000000";
|
|
4
|
+
/**
|
|
5
|
+
* Toplevel request
|
|
6
|
+
*/
|
|
7
|
+
interface Request {
|
|
8
|
+
/**
|
|
9
|
+
* ID of the attestation type.
|
|
10
|
+
*/
|
|
11
|
+
attestationType: string;
|
|
12
|
+
/**
|
|
13
|
+
* ID of the data source.
|
|
14
|
+
*/
|
|
15
|
+
sourceId: string;
|
|
16
|
+
/**
|
|
17
|
+
* `MessageIntegrityCode` that is derived from the expected response.
|
|
18
|
+
*/
|
|
19
|
+
messageIntegrityCode: string;
|
|
20
|
+
/**
|
|
21
|
+
* Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.
|
|
22
|
+
*/
|
|
23
|
+
requestBody: RequestBody;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Toplevel response
|
|
27
|
+
*/
|
|
28
|
+
interface Response {
|
|
29
|
+
/**
|
|
30
|
+
* Extracted from the request.
|
|
31
|
+
*/
|
|
32
|
+
attestationType: string;
|
|
33
|
+
/**
|
|
34
|
+
* Extracted from the request.
|
|
35
|
+
*/
|
|
36
|
+
sourceId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the State Connector round in which the request was considered. This is a security measure to prevent a collision of attestation hashes.
|
|
39
|
+
*/
|
|
40
|
+
votingRound: string;
|
|
41
|
+
/**
|
|
42
|
+
* The lowest timestamp used to generate the response.
|
|
43
|
+
*/
|
|
44
|
+
lowestUsedTimestamp: string;
|
|
45
|
+
/**
|
|
46
|
+
* Extracted from the request.
|
|
47
|
+
*/
|
|
48
|
+
requestBody: RequestBody;
|
|
49
|
+
/**
|
|
50
|
+
* Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.
|
|
51
|
+
*/
|
|
52
|
+
responseBody: ResponseBody;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Toplevel proof
|
|
56
|
+
*/
|
|
57
|
+
interface Proof {
|
|
58
|
+
/**
|
|
59
|
+
* Merkle proof corresponding to the attestation response.
|
|
60
|
+
*/
|
|
61
|
+
merkleProof: string[];
|
|
62
|
+
/**
|
|
63
|
+
* Attestation response.
|
|
64
|
+
*/
|
|
65
|
+
data: Response;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Request body for BalanceDecreasingTransaction attestation type
|
|
69
|
+
*/
|
|
70
|
+
interface RequestBody {
|
|
71
|
+
/**
|
|
72
|
+
* ID of the payment transaction.
|
|
73
|
+
*/
|
|
74
|
+
transactionId: string;
|
|
75
|
+
/**
|
|
76
|
+
* The indicator of the address whose balance has been decreased.
|
|
77
|
+
*/
|
|
78
|
+
sourceAddressIndicator: string;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Response body for BalanceDecreasingTransaction attestation type.
|
|
82
|
+
*/
|
|
83
|
+
interface ResponseBody {
|
|
84
|
+
/**
|
|
85
|
+
* The number of the block in which the transaction is included.
|
|
86
|
+
*/
|
|
87
|
+
blockNumber: string;
|
|
88
|
+
/**
|
|
89
|
+
* The timestamp of the block in which the transaction is included.
|
|
90
|
+
*/
|
|
91
|
+
blockTimestamp: string;
|
|
92
|
+
/**
|
|
93
|
+
* Standard address hash of the address indicated by the `sourceAddressIndicator`.
|
|
94
|
+
*/
|
|
95
|
+
sourceAddressHash: string;
|
|
96
|
+
/**
|
|
97
|
+
* Amount spent by the source address in minimal units.
|
|
98
|
+
*/
|
|
99
|
+
spentAmount: string;
|
|
100
|
+
/**
|
|
101
|
+
* Standard payment reference of the transaction.
|
|
102
|
+
*/
|
|
103
|
+
standardPaymentReference: string;
|
|
104
|
+
}
|
|
105
|
+
type RequestNoMic = Omit<Request, "messageIntegrityCode">;
|
|
106
|
+
}
|
|
107
|
+
//# sourceMappingURL=BalanceDecreasingTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BalanceDecreasingTransaction.d.ts","sourceRoot":"","sources":["../../../../coston/StateConnector/typescript/BalanceDecreasingTransaction.ts"],"names":[],"mappings":"AAAA,yBAAiB,4BAA4B,CAAC;IACnC,MAAM,IAAI,iCAAiC,CAAC;IAC5C,MAAM,IAAI,uEAAuE,CAAC;IAEzF;;OAEG;IACH,UAAiB,OAAO;QACpB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,oBAAoB,EAAE,MAAM,CAAC;QAE7B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;KAC5B;IAED;;OAEG;IACH,UAAiB,QAAQ;QACrB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,mBAAmB,EAAE,MAAM,CAAC;QAE5B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;QAEzB;;WAEG;QACH,YAAY,EAAE,YAAY,CAAC;KAC9B;IAED;;OAEG;IACH,UAAiB,KAAK;QAClB;;WAEG;QACH,WAAW,EAAE,MAAM,EAAE,CAAC;QAEtB;;WAEG;QACH,IAAI,EAAE,QAAQ,CAAC;KAClB;IAED;;OAEG;IACH,UAAiB,WAAW;QACxB;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,sBAAsB,EAAE,MAAM,CAAC;KAClC;IAED;;OAEG;IACH,UAAiB,YAAY;QACzB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,wBAAwB,EAAE,MAAM,CAAC;KACpC;IAED,KAAY,YAAY,GAAG,IAAI,CAAC,OAAO,EAAE,sBAAsB,CAAC,CAAC;CACpE"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
export declare namespace ConfirmedBlockHeightExists {
|
|
2
|
+
const NAME = "ConfirmedBlockHeightExists";
|
|
3
|
+
const TYPE = "0x436f6e6669726d6564426c6f636b486569676874457869737473000000000000";
|
|
4
|
+
/**
|
|
5
|
+
* Toplevel request
|
|
6
|
+
*/
|
|
7
|
+
interface Request {
|
|
8
|
+
/**
|
|
9
|
+
* ID of the attestation type.
|
|
10
|
+
*/
|
|
11
|
+
attestationType: string;
|
|
12
|
+
/**
|
|
13
|
+
* ID of the data source.
|
|
14
|
+
*/
|
|
15
|
+
sourceId: string;
|
|
16
|
+
/**
|
|
17
|
+
* `MessageIntegrityCode` that is derived from the expected response as defined.
|
|
18
|
+
*/
|
|
19
|
+
messageIntegrityCode: string;
|
|
20
|
+
/**
|
|
21
|
+
* Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.
|
|
22
|
+
*/
|
|
23
|
+
requestBody: RequestBody;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Toplevel response
|
|
27
|
+
*/
|
|
28
|
+
interface Response {
|
|
29
|
+
/**
|
|
30
|
+
* Extracted from the request.
|
|
31
|
+
*/
|
|
32
|
+
attestationType: string;
|
|
33
|
+
/**
|
|
34
|
+
* Extracted from the request.
|
|
35
|
+
*/
|
|
36
|
+
sourceId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the State Connector round in which the request was considered.
|
|
39
|
+
*/
|
|
40
|
+
votingRound: string;
|
|
41
|
+
/**
|
|
42
|
+
* The lowest timestamp used to generate the response.
|
|
43
|
+
*/
|
|
44
|
+
lowestUsedTimestamp: string;
|
|
45
|
+
/**
|
|
46
|
+
* Extracted from the request.
|
|
47
|
+
*/
|
|
48
|
+
requestBody: RequestBody;
|
|
49
|
+
/**
|
|
50
|
+
* Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.
|
|
51
|
+
*/
|
|
52
|
+
responseBody: ResponseBody;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Toplevel proof
|
|
56
|
+
*/
|
|
57
|
+
interface Proof {
|
|
58
|
+
/**
|
|
59
|
+
* Merkle proof corresponding to the attestation response.
|
|
60
|
+
*/
|
|
61
|
+
merkleProof: string[];
|
|
62
|
+
/**
|
|
63
|
+
* Attestation response.
|
|
64
|
+
*/
|
|
65
|
+
data: Response;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Request body for ConfirmedBlockHeightExistsType attestation type
|
|
69
|
+
*/
|
|
70
|
+
interface RequestBody {
|
|
71
|
+
/**
|
|
72
|
+
* The number of the block the request wants a confirmation of.
|
|
73
|
+
*/
|
|
74
|
+
blockNumber: string;
|
|
75
|
+
/**
|
|
76
|
+
* The length of the period in which the block production rate is to be computed.
|
|
77
|
+
*/
|
|
78
|
+
queryWindow: string;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Response body for ConfirmedBlockHeightExistsType attestation type
|
|
82
|
+
*/
|
|
83
|
+
interface ResponseBody {
|
|
84
|
+
/**
|
|
85
|
+
* The timestamp of the block with `blockNumber`.
|
|
86
|
+
*/
|
|
87
|
+
blockTimestamp: string;
|
|
88
|
+
/**
|
|
89
|
+
* The depth at which a block is considered confirmed depending on the chain. All attestation providers must agree on this number.
|
|
90
|
+
*/
|
|
91
|
+
numberOfConfirmations: string;
|
|
92
|
+
/**
|
|
93
|
+
* The block number of the latest block that has a timestamp strictly smaller than `blockTimestamp` - `queryWindow`.
|
|
94
|
+
*/
|
|
95
|
+
lowestQueryWindowBlockNumber: string;
|
|
96
|
+
/**
|
|
97
|
+
* The timestamp of the block at height `lowestQueryWindowBlockNumber`.
|
|
98
|
+
*/
|
|
99
|
+
lowestQueryWindowBlockTimestamp: string;
|
|
100
|
+
}
|
|
101
|
+
type RequestNoMic = Omit<Request, "messageIntegrityCode">;
|
|
102
|
+
}
|
|
103
|
+
//# sourceMappingURL=ConfirmedBlockHeightExists.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmedBlockHeightExists.d.ts","sourceRoot":"","sources":["../../../../coston/StateConnector/typescript/ConfirmedBlockHeightExists.ts"],"names":[],"mappings":"AAAA,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,IAAI,+BAA+B,CAAC;IAC1C,MAAM,IAAI,uEAAuE,CAAC;IAEzF;;OAEG;IACH,UAAiB,OAAO;QACpB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,oBAAoB,EAAE,MAAM,CAAC;QAE7B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;KAC5B;IAED;;OAEG;IACH,UAAiB,QAAQ;QACrB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,mBAAmB,EAAE,MAAM,CAAC;QAE5B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;QAEzB;;WAEG;QACH,YAAY,EAAE,YAAY,CAAC;KAC9B;IAED;;OAEG;IACH,UAAiB,KAAK;QAClB;;WAEG;QACH,WAAW,EAAE,MAAM,EAAE,CAAC;QAEtB;;WAEG;QACH,IAAI,EAAE,QAAQ,CAAC;KAClB;IAED;;OAEG;IACH,UAAiB,WAAW;QACxB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;KACvB;IAED;;OAEG;IACH,UAAiB,YAAY;QACzB;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,qBAAqB,EAAE,MAAM,CAAC;QAE9B;;WAEG;QACH,4BAA4B,EAAE,MAAM,CAAC;QAErC;;WAEG;QACH,+BAA+B,EAAE,MAAM,CAAC;KAC3C;IAED,KAAY,YAAY,GAAG,IAAI,CAAC,OAAO,EAAE,sBAAsB,CAAC,CAAC;CACpE"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
export declare namespace EVMTransaction {
|
|
2
|
+
const NAME = "EVMTransaction";
|
|
3
|
+
const TYPE = "0x45564d5472616e73616374696f6e000000000000000000000000000000000000";
|
|
4
|
+
/**
|
|
5
|
+
* Toplevel request
|
|
6
|
+
*/
|
|
7
|
+
interface Request {
|
|
8
|
+
/**
|
|
9
|
+
* ID of the attestation type.
|
|
10
|
+
*/
|
|
11
|
+
attestationType: string;
|
|
12
|
+
/**
|
|
13
|
+
* ID of the data source.
|
|
14
|
+
*/
|
|
15
|
+
sourceId: string;
|
|
16
|
+
/**
|
|
17
|
+
* `MessageIntegrityCode` that is derived from the expected response.
|
|
18
|
+
*/
|
|
19
|
+
messageIntegrityCode: string;
|
|
20
|
+
/**
|
|
21
|
+
* Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.
|
|
22
|
+
*/
|
|
23
|
+
requestBody: RequestBody;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Toplevel response
|
|
27
|
+
*/
|
|
28
|
+
interface Response {
|
|
29
|
+
/**
|
|
30
|
+
* Extracted from the request.
|
|
31
|
+
*/
|
|
32
|
+
attestationType: string;
|
|
33
|
+
/**
|
|
34
|
+
* Extracted from the request.
|
|
35
|
+
*/
|
|
36
|
+
sourceId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the State Connector round in which the request was considered.
|
|
39
|
+
*/
|
|
40
|
+
votingRound: string;
|
|
41
|
+
/**
|
|
42
|
+
* The lowest timestamp used to generate the response.
|
|
43
|
+
*/
|
|
44
|
+
lowestUsedTimestamp: string;
|
|
45
|
+
/**
|
|
46
|
+
* Extracted from the request.
|
|
47
|
+
*/
|
|
48
|
+
requestBody: RequestBody;
|
|
49
|
+
/**
|
|
50
|
+
* Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.
|
|
51
|
+
*/
|
|
52
|
+
responseBody: ResponseBody;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Toplevel proof
|
|
56
|
+
*/
|
|
57
|
+
interface Proof {
|
|
58
|
+
/**
|
|
59
|
+
* Merkle proof corresponding to the attestation response.
|
|
60
|
+
*/
|
|
61
|
+
merkleProof: string[];
|
|
62
|
+
/**
|
|
63
|
+
* Attestation response.
|
|
64
|
+
*/
|
|
65
|
+
data: Response;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Request body for EVM transaction attestation type
|
|
69
|
+
*/
|
|
70
|
+
interface RequestBody {
|
|
71
|
+
/**
|
|
72
|
+
* Hash of the transaction(transactionHash).
|
|
73
|
+
*/
|
|
74
|
+
transactionHash: string;
|
|
75
|
+
/**
|
|
76
|
+
* The height at which a block is considered confirmed by the requestor.
|
|
77
|
+
*/
|
|
78
|
+
requiredConfirmations: string;
|
|
79
|
+
/**
|
|
80
|
+
* If true, "input" field is included in the response.
|
|
81
|
+
*/
|
|
82
|
+
provideInput: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* If true, events indicated by `logIndices` are included in the response. Otherwise, no events are included in the response.
|
|
85
|
+
*/
|
|
86
|
+
listEvents: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* If `listEvents` is `false`, this should be an empty list, otherwise, the request is rejected. If `listEvents` is `true`, this is the list of indices (logIndex) of the events to be relayed (sorted by the requestor). The array should contain at most 50 indices. If empty, it indicates all events in order capped by 50.
|
|
89
|
+
*/
|
|
90
|
+
logIndices: string[];
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Response body for EVM transaction attestation type
|
|
94
|
+
*/
|
|
95
|
+
interface ResponseBody {
|
|
96
|
+
/**
|
|
97
|
+
* Number of the block in which the transaction is included.
|
|
98
|
+
*/
|
|
99
|
+
blockNumber: string;
|
|
100
|
+
/**
|
|
101
|
+
* Timestamp of the block in which the transaction is included.
|
|
102
|
+
*/
|
|
103
|
+
timestamp: string;
|
|
104
|
+
/**
|
|
105
|
+
* The address (from) that signed the transaction.
|
|
106
|
+
*/
|
|
107
|
+
sourceAddress: string;
|
|
108
|
+
/**
|
|
109
|
+
* Indicate whether it is a contract creation transaction.
|
|
110
|
+
*/
|
|
111
|
+
isDeployment: boolean;
|
|
112
|
+
/**
|
|
113
|
+
* The address (to) of the receiver of the initial transaction. Zero address if `isDeployment` is `true`.
|
|
114
|
+
*/
|
|
115
|
+
receivingAddress: string;
|
|
116
|
+
/**
|
|
117
|
+
* The value transferred by the initial transaction in wei.
|
|
118
|
+
*/
|
|
119
|
+
value: string;
|
|
120
|
+
/**
|
|
121
|
+
* If `provideInput`, this is the data send along with the initial transaction. Otherwise it is the default value `0x00`.
|
|
122
|
+
*/
|
|
123
|
+
input: string;
|
|
124
|
+
/**
|
|
125
|
+
* Status of the transaction 1 - success, 0 - failure.
|
|
126
|
+
*/
|
|
127
|
+
status: string;
|
|
128
|
+
/**
|
|
129
|
+
* If `listEvents` is `true`, an array of the requested events. Sorted by the logIndex in the same order as `logIndices`. Otherwise, an empty array.
|
|
130
|
+
*/
|
|
131
|
+
events: Event[];
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* Event log record
|
|
135
|
+
*/
|
|
136
|
+
interface Event {
|
|
137
|
+
/**
|
|
138
|
+
* The consecutive number of the event in block.
|
|
139
|
+
*/
|
|
140
|
+
logIndex: string;
|
|
141
|
+
/**
|
|
142
|
+
* The address of the contract that emitted the event.
|
|
143
|
+
*/
|
|
144
|
+
emitterAddress: string;
|
|
145
|
+
/**
|
|
146
|
+
* An array of up to four 32-byte strings of indexed log arguments.
|
|
147
|
+
*/
|
|
148
|
+
topics: string[];
|
|
149
|
+
/**
|
|
150
|
+
* Concatenated 32-byte strings of non-indexed log arguments. At least 32 bytes long.
|
|
151
|
+
*/
|
|
152
|
+
data: string;
|
|
153
|
+
/**
|
|
154
|
+
* It is `true` if the log was removed due to a chain reorganization and `false` if it is a valid log.
|
|
155
|
+
*/
|
|
156
|
+
removed: boolean;
|
|
157
|
+
}
|
|
158
|
+
type RequestNoMic = Omit<Request, "messageIntegrityCode">;
|
|
159
|
+
}
|
|
160
|
+
//# sourceMappingURL=EVMTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EVMTransaction.d.ts","sourceRoot":"","sources":["../../../../coston/StateConnector/typescript/EVMTransaction.ts"],"names":[],"mappings":"AAAA,yBAAiB,cAAc,CAAC;IACrB,MAAM,IAAI,mBAAmB,CAAC;IAC9B,MAAM,IAAI,uEAAuE,CAAC;IAEzF;;OAEG;IACH,UAAiB,OAAO;QACpB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,oBAAoB,EAAE,MAAM,CAAC;QAE7B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;KAC5B;IAED;;OAEG;IACH,UAAiB,QAAQ;QACrB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,mBAAmB,EAAE,MAAM,CAAC;QAE5B;;WAEG;QACH,WAAW,EAAE,WAAW,CAAC;QAEzB;;WAEG;QACH,YAAY,EAAE,YAAY,CAAC;KAC9B;IAED;;OAEG;IACH,UAAiB,KAAK;QAClB;;WAEG;QACH,WAAW,EAAE,MAAM,EAAE,CAAC;QAEtB;;WAEG;QACH,IAAI,EAAE,QAAQ,CAAC;KAClB;IAED;;OAEG;IACH,UAAiB,WAAW;QACxB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,qBAAqB,EAAE,MAAM,CAAC;QAE9B;;WAEG;QACH,YAAY,EAAE,OAAO,CAAC;QAEtB;;WAEG;QACH,UAAU,EAAE,OAAO,CAAC;QAEpB;;WAEG;QACH,UAAU,EAAE,MAAM,EAAE,CAAC;KACxB;IAED;;OAEG;IACH,UAAiB,YAAY;QACzB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,YAAY,EAAE,OAAO,CAAC;QAEtB;;WAEG;QACH,gBAAgB,EAAE,MAAM,CAAC;QAEzB;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,MAAM,EAAE,KAAK,EAAE,CAAC;KACnB;IAED;;OAEG;IACH,UAAiB,KAAK;QAClB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,MAAM,EAAE,MAAM,EAAE,CAAC;QAEjB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,EAAE,OAAO,CAAC;KACpB;IAED,KAAY,YAAY,GAAG,IAAI,CAAC,OAAO,EAAE,sBAAsB,CAAC,CAAC;CACpE"}
|