ZCashAccountConfig.shield constructor

ZCashAccountConfig.shield(
  1. ZCashNetwork network
)

Implementation

factory ZCashAccountConfig.shield(ZCashNetwork network) {
  return ZCashAccountConfig(
    network: network,
    orchard: true,
    sapling: true,
    transparent: false,
  );
}