caver-js
caver-js copied to clipboard
Update docs content of createAccessList
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.