InputUtxo class

Constructors

InputUtxo.new({required String address, required String inputUtxo, required int value})
InputUtxo.fromJson(Map<String, dynamic> json)
factory

Properties

address String
final
hashCode int
The hash code for this object.
no setterinherited
inputUtxo String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

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

Operators

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