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