SaplingDiversifierKey class
- Mixed-in types
Constructors
-
SaplingDiversifierKey(List<
int> bytes) -
SaplingDiversifierKey.master(List<
int> sk) -
factory
Properties
Methods
-
deriveChild(
List< int> iL) → SaplingDiversifierKey -
diversifier(
DiversifierIndex index) → Diversifier -
diversifierIndex(
Diversifier d) → DiversifierIndex -
findDiversifier(
DiversifierIndex index) → (Diversifier, DiversifierIndex)? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → List< int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited