pinknetworkx / atomicassets-contract

Smart Contract of the AtomicAssets standard.
MIT License
149 stars 88 forks source link

add action wrappers #33

Open DenisCarriere opened 3 years ago

DenisCarriere commented 3 years ago

These action wrappers allow to use the following syntax for integrating smart contracts.

atomicassets::transfer_action transfer( "atomicassets"_n, { from, "active"_n });
transfer.send( from, to, asset_ids, memo );