klaytn/caver-js

Update docs content of createAccessList

Closed this issue · 1 comments

Currently caver.rpc.klay.createAccessList describes parameter as callObject which is mapped with CallArgs in Klaytn.

But the actual parameter is SendTxArgs, so it looks like the content needs to be updated.

I think caver.rpc.klay.createAccessList should receive a transaction instance.
When i work on this, i will discuss about this with you. Thank you for reporting.