toUnifiedIncomingViewingKey method

UnifiedIncomingViewingKey toUnifiedIncomingViewingKey({
  1. Bip44Changes scope = Bip44Changes.chainExt,
})

Implementation

UnifiedIncomingViewingKey toUnifiedIncomingViewingKey({
  Bip44Changes scope = Bip44Changes.chainExt,
}) => toUnifiedFullViewingKey().toUnifiedIncomingViewingKey(
  context,
  scope: scope,
);