XmrAddressDecodeResult class
Constructors
-
XmrAddressDecodeResult({required List<
int> publicViewKey, required List<int> publicSpendKey, List<int> ? paymentId, required int netVersion, required XmrAddressType type})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keyBytes
→ List<
int> -
no setter
- netVersion → int
-
final
-
paymentId
→ List<
int> ? -
final
-
publicSpendKey
→ List<
int> -
final
-
publicViewKey
→ List<
int> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → XmrAddressType
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited