TronChainParameters constructor
const
TronChainParameters({
- BigInt? getMaintenanceTimeInterval,
- BigInt? getAccountUpgradeCost,
- int? getCreateAccountFee,
- int? getTransactionFee,
- BigInt? getAssetIssueFee,
- BigInt? getWitnessPayPerBlock,
- BigInt? getWitnessStandbyAllowance,
- int? getCreateNewAccountFeeInSystemContract,
- int? getCreateNewAccountBandwidthRate,
- int? getAllowCreationOfContracts,
- int? getRemoveThePowerOfTheGr,
- int? getEnergyFee,
- BigInt? getExchangeCreateFee,
- int? getMaxCpuTimeOfOneTx,
- int? getAllowUpdateAccountName,
- int? getAllowSameTokenName,
- int? getAllowDelegateResource,
- BigInt? getTotalEnergyLimit,
- int? getAllowTvmTransferTrc10,
- BigInt? getTotalEnergyCurrentLimit,
- int? getAllowMultiSign,
- int? getAllowAdaptiveEnergy,
- BigInt? getTotalEnergyTargetLimit,
- BigInt? getTotalEnergyAverageUsage,
- BigInt? getUpdateAccountPermissionFee,
- int? getMultiSignFee,
- int? getAllowAccountStateRoot,
- int? getAllowProtoFilterNum,
- int? getAllowTvmConstantinople,
- int? getAllowTvmSolidity059,
- BigInt? getAllowTvmIstanbul,
- int? getAllowShieldedTRC20Transaction,
- BigInt? getForbidTransferToContract,
- int? getAdaptiveResourceLimitTargetRatio,
- int? getAdaptiveResourceLimitMultiplier,
- int? getChangeDelegation,
- BigInt? getWitness127PayPerBlock,
- int? getAllowMarketTransaction,
- BigInt? getMarketSellFee,
- BigInt? getMarketCancelFee,
- int? getAllowPBFT,
- int? getAllowTransactionFeePool,
- BigInt? getMaxFeeLimit,
- int? getAllowOptimizeBlackHole,
- int? getAllowNewResourceModel,
- int? getAllowTvmFreeze,
- int? getAllowTvmVote,
- int? getAllowTvmLondon,
- int? getAllowTvmCompatibleEvm,
- int? getAllowAccountAssetOptimization,
- BigInt? getFreeNetLimit,
- BigInt? getTotalNetLimit,
- int? getAllowHigherLimitForMaxCpuTimeOfOneTx,
- int? getAllowAssetOptimization,
- int? getAllowNewReward,
- int? getMemoFee,
- int? getAllowDelegateOptimization,
- int? getUnfreezeDelayDays,
- int? getAllowOptimizedReturnValueOfChainId,
- int? getAllowDynamicEnergy,
- BigInt? getDynamicEnergyThreshold,
- int? getDynamicEnergyIncreaseFactor,
- int? getDynamicEnergyMaxFactor,
- int? getAllowTvmShangHai,
- int? getAllowCancelAllUnfreezeV2,
- int? getMaxDelegateLockPeriod,
Implementation
const TronChainParameters(
{this.getMaintenanceTimeInterval,
this.getAccountUpgradeCost,
this.getCreateAccountFee,
this.getTransactionFee,
this.getAssetIssueFee,
this.getWitnessPayPerBlock,
this.getWitnessStandbyAllowance,
this.getCreateNewAccountFeeInSystemContract,
this.getCreateNewAccountBandwidthRate,
this.getAllowCreationOfContracts,
this.getRemoveThePowerOfTheGr,
this.getEnergyFee,
this.getExchangeCreateFee,
this.getMaxCpuTimeOfOneTx,
this.getAllowUpdateAccountName,
this.getAllowSameTokenName,
this.getAllowDelegateResource,
this.getTotalEnergyLimit,
this.getAllowTvmTransferTrc10,
this.getTotalEnergyCurrentLimit,
this.getAllowMultiSign,
this.getAllowAdaptiveEnergy,
this.getTotalEnergyTargetLimit,
this.getTotalEnergyAverageUsage,
this.getUpdateAccountPermissionFee,
this.getMultiSignFee,
this.getAllowAccountStateRoot,
this.getAllowProtoFilterNum,
this.getAllowTvmConstantinople,
this.getAllowTvmSolidity059,
this.getAllowTvmIstanbul,
this.getAllowShieldedTRC20Transaction,
this.getForbidTransferToContract,
this.getAdaptiveResourceLimitTargetRatio,
this.getAdaptiveResourceLimitMultiplier,
this.getChangeDelegation,
this.getWitness127PayPerBlock,
this.getAllowMarketTransaction,
this.getMarketSellFee,
this.getMarketCancelFee,
this.getAllowPBFT,
this.getAllowTransactionFeePool,
this.getMaxFeeLimit,
this.getAllowOptimizeBlackHole,
this.getAllowNewResourceModel,
this.getAllowTvmFreeze,
this.getAllowTvmVote,
this.getAllowTvmLondon,
this.getAllowTvmCompatibleEvm,
this.getAllowAccountAssetOptimization,
this.getFreeNetLimit,
this.getTotalNetLimit,
this.getAllowHigherLimitForMaxCpuTimeOfOneTx,
this.getAllowAssetOptimization,
this.getAllowNewReward,
this.getMemoFee,
this.getAllowDelegateOptimization,
this.getUnfreezeDelayDays,
this.getAllowOptimizedReturnValueOfChainId,
this.getAllowDynamicEnergy,
this.getDynamicEnergyThreshold,
this.getDynamicEnergyIncreaseFactor,
this.getDynamicEnergyMaxFactor,
this.getAllowTvmShangHai,
this.getAllowCancelAllUnfreezeV2,
this.getMaxDelegateLockPeriod});