Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 621 Bytes

utilities.md

File metadata and controls

23 lines (12 loc) · 621 Bytes

Utilities

This page gives documents for the functions in the ./contracts/utility.py file.

Transfer FA1.2 token

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.

Transfer FA2 token

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.

Goto Home

Goto Home