Closed aupiff closed 6 years ago
@gakonst
Why do we need a denomination parameter in the send_transaction function? Do we want to be be consistent with non-erc721 applications?
denomination
send_transaction
Yes, it's there for doing more than just erc721, but let's remove it to make our code concise and specific to the usecase.
OK, I'm getting rid of it on the branch I'm working on.
@gakonst
Why do we need a
denomination
parameter in thesend_transaction
function? Do we want to be be consistent with non-erc721 applications?