Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 393 Bytes

File metadata and controls

13 lines (9 loc) · 393 Bytes

To Address or Contract

To use the function we must import it.

{{#include ../../../../code/operations/asset_operations/src/lib.sw:transfer_import}}

To transfer some amount of an asset we specify the amount that we would like to transfer, the asset and the Identity to send it to.

{{#include ../../../../code/operations/asset_operations/src/lib.sw:transfer}}