SaplingDiversifiableFullViewingKey class
- Mixed-in types
Constructors
- SaplingDiversifiableFullViewingKey({required SaplingFullViewingKey fvk, required SaplingDiversifierKey dk})
-
const
-
SaplingDiversifiableFullViewingKey.fromBytes(List<
int> bytes) -
factory
Properties
- dk → SaplingDiversifierKey
-
final
- fvk → SaplingFullViewingKey
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- variables → List
-
no setteroverride
Methods
-
changeAddress(
) → (SaplingPaymentAddress, DiversifierIndex) -
defaultAddress(
) → (SaplingPaymentAddress, DiversifierIndex) -
deriveInternal(
) → SaplingDiversifiableFullViewingKey -
diversifiedAaddress(
Diversifier diversifier) → SaplingPaymentAddress -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → List< int> -
toExternalIvk(
) → SaplingIncomingViewingKey -
toInternalFvk(
) → SaplingFullViewingKey -
toIvk(
Bip44Changes scope) → SaplingIncomingViewingKey -
toNk(
Bip44Changes scope) → SaplingNullifierDerivingKey -
toOvk(
Bip44Changes scope) → SaplingOutgoingViewingKey -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited