MoneroSubaddress class
A class representing a Monero subaddress, which consists of private and public keys.
Constructors
- MoneroSubaddress(MoneroPrivateKey privVKey, MoneroPublicKey pubSKey, [MoneroPublicKey? publicVkey])
- Constructor for creating a Monero subaddress.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- privVKey → MoneroPrivateKey
-
Private view key
final
- pubSKey → MoneroPublicKey
-
Public spend key
final
- pubVKey → MoneroPublicKey
-
Public view key
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
computeAndEncodeKeys(
int minorIndex, int majorIndex, List< int> netVer) → String - Compute and encode Monero subaddress keys into a string representation.
-
computeKeys(
int minorIndex, int majorIndex) → MoneroComputeKey - Compute the subaddress keys based on minor and major indexes.
-
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