getIntrinsicGas method

int getIntrinsicGas()

Get the rough gas this tx will consume. @return

Implementation

int getIntrinsicGas() {
  return calcIntrinsicGas(clauses);
}