Variable Amount.MinFreezeAmount

Exact amount that needs to be staked to make a freezing transaction

struct Amount
{
  // ...
  immutable(Amount) MinFreezeAmount = Amount(400000000000LU);
  // ...
}