MoneroAddr class abstract
Monero addresses encode two Ed25519 public keys (spend + view) rather than a single hash, so they don't share the Bitcoin Addr interface.
- Implementers
Constructors
- MoneroAddr.fromString(String address, {required int standardByte, required int integratedByte, required int subaddrByte})
-
Network bytes distinguish address types during decoding.
factory
- MoneroAddr.mainnet(String address)
-
factory
- MoneroAddr.stagenet(String address)
-
factory
- MoneroAddr.testnet(String address)
-
factory
Properties
- addrType → MoneroAddrType
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- publicSpendKey → Uint8List
-
no setter
- publicViewKey → Uint8List
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
int networkByte) → String -
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