deriveInternal method

OrchardFullViewingKey deriveInternal()

Implementation

OrchardFullViewingKey deriveInternal() {
  return OrchardFullViewingKey(
    ak: ak,
    nk: nk,
    rivk: rivkFromScope(Bip44Changes.chainInt),
  );
}