Slot class

Constructors

Slot(SlotConstructorParams params)

Properties

address String
final
chainCode Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
index int
final
masterPK Uint8List
final
privkey Uint8List
final
pubkey Uint8List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SlotStatus
final

Methods

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

Operators

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