toFvk method

Implementation

SaplingFullViewingKey toFvk() {
  return _fvk ??= SaplingFullViewingKey.fromExpandedSpendingKey(this);
}