TronChainParameters class
Constructors
- 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})
-
const
-
TronChainParameters.fromJson(Map<
String, dynamic> json) -
factory
Properties
- getAccountUpgradeCost → BigInt?
-
final
- getAdaptiveResourceLimitMultiplier → int?
-
final
- getAdaptiveResourceLimitTargetRatio → int?
-
final
- getAllowAccountAssetOptimization → int?
-
final
- getAllowAccountStateRoot → int?
-
final
- getAllowAdaptiveEnergy → int?
-
final
- getAllowAssetOptimization → int?
-
final
- getAllowCancelAllUnfreezeV2 → int?
-
final
- getAllowCreationOfContracts → int?
-
final
- getAllowDelegateOptimization → int?
-
final
- getAllowDelegateResource → int?
-
final
- getAllowDynamicEnergy → int?
-
final
- getAllowHigherLimitForMaxCpuTimeOfOneTx → int?
-
final
- getAllowMarketTransaction → int?
-
final
- getAllowMultiSign → int?
-
final
- getAllowNewResourceModel → int?
-
final
- getAllowNewReward → int?
-
final
- getAllowOptimizeBlackHole → int?
-
final
- getAllowOptimizedReturnValueOfChainId → int?
-
final
- getAllowPBFT → int?
-
final
- getAllowProtoFilterNum → int?
-
final
- getAllowSameTokenName → int?
-
final
- getAllowShieldedTRC20Transaction → int?
-
final
- getAllowTransactionFeePool → int?
-
final
- getAllowTvmCompatibleEvm → int?
-
final
- getAllowTvmConstantinople → int?
-
final
- getAllowTvmFreeze → int?
-
final
- getAllowTvmIstanbul → BigInt?
-
final
- getAllowTvmLondon → int?
-
final
- getAllowTvmShangHai → int?
-
final
- getAllowTvmSolidity059 → int?
-
final
- getAllowTvmTransferTrc10 → int?
-
final
- getAllowTvmVote → int?
-
final
- getAllowUpdateAccountName → int?
-
final
- getAssetIssueFee → BigInt?
-
final
- getChangeDelegation → int?
-
final
- getCreateAccountFee → int?
-
final
- getCreateNewAccountBandwidthRate → int?
-
final
- getCreateNewAccountFeeInSystemContract → int?
-
final
- getDynamicEnergyIncreaseFactor → int?
-
final
- getDynamicEnergyMaxFactor → int?
-
final
- getDynamicEnergyThreshold → BigInt?
-
final
- getEnergyFee → int?
-
final
- getExchangeCreateFee → BigInt?
-
final
- getForbidTransferToContract → BigInt?
-
final
- getFreeNetLimit → BigInt?
-
final
- getMaintenanceTimeInterval → BigInt?
-
final
- getMarketCancelFee → BigInt?
-
final
- getMarketSellFee → BigInt?
-
final
- getMaxCpuTimeOfOneTx → int?
-
final
- getMaxDelegateLockPeriod → int?
-
final
- getMaxFeeLimit → BigInt?
-
final
- getMemoFee → int?
-
final
- getMultiSignFee → int?
-
final
- getRemoveThePowerOfTheGr → int?
-
final
- getTotalEnergyAverageUsage → BigInt?
-
final
- getTotalEnergyCurrentLimit → BigInt?
-
final
- getTotalEnergyLimit → BigInt?
-
final
- getTotalEnergyTargetLimit → BigInt?
-
final
- getTotalNetLimit → BigInt?
-
final
- getTransactionFee → int?
-
final
- getUnfreezeDelayDays → int?
-
final
- getUpdateAccountPermissionFee → BigInt?
-
final
- getWitness127PayPerBlock → BigInt?
-
final
- getWitnessPayPerBlock → BigInt?
-
final
- getWitnessStandbyAllowance → BigInt?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited