본문 바로가기

Framework/IntelliJ

Method expression is not of Function type

gas: this.web3.utils.toHex(new BN(Math.floor(gas * 1.2)).toString()), 

에서 BN에 빨간줄이 뜨더니 Method expression is not of Function type 라는 에러가 발생하는데, 실행에는 영향을 주지 않는다. 

 

알고보니 인텔리제이에 국한되어 발생하는 에러라고 한다. 

혹시나 BN에 대하여 import가 잘 되지 않아서 그런건가 싶었는데, import BN from 'bn.js'로 import가 잘 되어있었다.