MiniAssetHolding class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

MiniAssetHolding({required String address, required int amount, required bool isFrozen, bool? deleted, int? optedInAtRound, int? optedOutAtRound})
MiniAssetHolding.fromJson(Map<String, dynamic> json)
factory

Properties

address String
The address that holds this asset.
final
amount int
Number of units held.
final
deleted bool?
Whether or not the asset holding is currently deleted from its account.
final
hashCode int
The hash code for this object.
no setterinherited
isFrozen bool
Wether or not the holding is frozen.
final
optedInAtRound int?
Round during which the account opted into this asset holding.
final
optedOutAtRound int?
Round during which the account opted out of this asset holding.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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