Origin class

Constructors

Origin.new({required String status, required int code, required double fee, required int rate, required int mtime, required int version, required List<OriginInput> inputs, required List<OriginOutput> outputs, required int locktime, required String hex})
Origin.fromJson(Map<String, dynamic> json)
factory

Properties

code int
final
fee double
final
hashCode int
The hash code for this object.
no setterinherited
hex String
final
inputs List<OriginInput>
final
locktime int
final
mtime int
final
outputs List<OriginOutput>
final
rate int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
version int
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