getIntrinsicGas method
Get the rough gas this tx will consume. @return
Implementation
int getIntrinsicGas() {
return calcIntrinsicGas(clauses);
}
Get the rough gas this tx will consume. @return
int getIntrinsicGas() {
return calcIntrinsicGas(clauses);
}