Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

currentContract.transferFrom is not a function

// don't forget to use `.methods` after the contract instance and before the
// function name!

contractInstance.methods.transferFrom(...).send(...)
 
PREVIOUS NEXT
Tagged: #function
ADD COMMENT
Topic
Name
4+4 =