Open DenisCarriere opened 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 );
These action wrappers allow to use the following syntax for integrating smart contracts.