This page gives documents for the functions in the ./contracts/utility.py
file.
Defination: fa12Transfer(_from, _to, _amount, _address)
Type: Utility Function
This is an utility function that is used to do inter contract call to the transfer
entry point in the FA1.2 token contract.
Defination: fa2Transfer(self, _from, _to, _amount, _token_id, _address)
Type: Utility Function
This is an utility function that is used to do inter contract call to the transfer
entry point in the FA2 token contract.