net property

BigInt get net

Net gas charged = computation + storage - rebate.

Implementation

BigInt get net => computationCost + storageCost - storageRebate;