SaplingIncomingViewingKey class

Implemented types

Constructors

SaplingIncomingViewingKey({required SaplingDiversifierKey dk, required SaplingIvk ivk})
const
SaplingIncomingViewingKey.fromBytes(List<int> bytes)
factory

Properties

dk SaplingDiversifierKey
final
hashCode int
The hash code for this object.
no setterinherited
ivk SaplingIvk
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variables List
no setteroverride

Methods

address(Diversifier diversifier) SaplingPaymentAddress
Returns the address for a specific diversifier.
override
addressAt(DiversifierIndex index) SaplingPaymentAddress
Returns the address at a given diversifier index.
override
diversifierIndex(SaplingPaymentAddress addr) DiversifierIndex?
Returns the diversifier index corresponding to a given address.
override
findAddress(DiversifierIndex index) → (SaplingPaymentAddress, DiversifierIndex)?
Finds the address and its diversifier index if it exists.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() List<int>
Serializes the viewing key to bytes.
override
toString() String
A string representation of this object.
inherited

Operators

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