safeTransferFrom method
Transfers amount
tokens of token type id
from from
to to
.
Implementation
Future<TransactionResponse> safeTransferFrom(
String from,
String to,
int id,
BigInt amount,
String data,
) =>
contract.send('safeTransferFrom', [from, to, id, amount, data]);