net property
BigInt
get
net
Net gas charged = computation + storage - rebate.
Implementation
BigInt get net => computationCost + storageCost - storageRebate;
Net gas charged = computation + storage - rebate.
BigInt get net => computationCost + storageCost - storageRebate;