SaplingExpandedSpendingKey constructor
SaplingExpandedSpendingKey({
- required SaplingSpendAuthorizingKey ask,
- required JubJubFr nsk,
- required SaplingOutgoingViewingKey ovk,
- SaplingFullViewingKey? fvk,
Implementation
SaplingExpandedSpendingKey({
required this.ask,
required this.nsk,
required this.ovk,
SaplingFullViewingKey? fvk,
}) : _fvk = fvk;