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