OrchardOutgoingViewingKey.fromFvk constructor

OrchardOutgoingViewingKey.fromFvk(
  1. OrchardFullViewingKey fvk
)

Implementation

factory OrchardOutgoingViewingKey.fromFvk(OrchardFullViewingKey fvk) {
  return fvk.deriveDkOvk().$2;
}