ComputeStorageFeeOutput class

Annotations
  • @JsonSerializable.new()

Constructors

ComputeStorageFeeOutput(String storageFee, String? storageFeeDebt, String accountStatus, String freezeDueLimit, String deleteDueLimit)
const
ComputeStorageFeeOutput.fromJson(Map<String, dynamic> json)
factory

Properties

accountStatus String
Account status after charging a storage fee
final
deleteDueLimit String
The amount of debt in nano EVER after which the contract will be deleted
final
freezeDueLimit String
The amount of debt in nano EVER after which the contract will be frozen
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageFee String
The total storage fee amount in nano EVER for the contract state up to the specified timestamp.
final
storageFeeDebt String?
The minimum amount in nano EVER of debt that must be paid so that the contract is not frozen or deleted.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited