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