OrchardIncomingViewingKey class
- Implemented types
Constructors
- OrchardIncomingViewingKey({required OrchardDiversifierKey dk, required OrchardKeyAgreementPrivateKey ivk})
-
const
-
OrchardIncomingViewingKey.fromBytes(List<
int> bytes) -
factory
- OrchardIncomingViewingKey.fromFvk({required OrchardFullViewingKey fvk, required ZCryptoContext context})
-
factory
Properties
- dk → OrchardDiversifierKey
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ivk → OrchardKeyAgreementPrivateKey
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- variables → List
-
no setteroverride
Methods
-
address(
Diversifier d) → OrchardAddress -
Returns the address for a specific diversifier.
override
-
addressAt(
DiversifierIndex j) → OrchardAddress -
Returns the address at a given diversifier index.
override
-
diversifierIndex(
OrchardAddress address) → DiversifierIndex? -
Returns the diversifier index corresponding to a given address.
override
-
findAddress(
DiversifierIndex index) → (OrchardAddress, 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