AddAssetInput class

Annotations
  • @JsonSerializable.new()

Constructors

AddAssetInput(String account, String type, AssetTypeParams? params)
const
AddAssetInput.fromJson(Map<String, dynamic> json)
factory

Properties

account String
Owner's wallet address. It is the same address as the accountInteraction.address, but it must be explicitly provided
final
hashCode int
The hash code for this object.
no setterinherited
params AssetTypeParams?
Asset parameters
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Which asset to add
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