public override decimal GetRedeemFee(WalletAddress toAddress = null) { return(RedeemFee.ToTez() + RevealFee.ToTez() + MicroTezReserve.ToTez() + //todo: define another value for revealed (toAddress.AvailableBalance() > 0 ? 0 : ActivationStorage / StorageFeeMultiplier)); }
public override decimal GetDefaultRedeemFee() { return(RedeemFee.ToTez()); }