safeTransferFrom method
Implementation
Future<dynamic> safeTransferFrom(
String from, String to, BigInt id, BigInt amount, String data) async {
return await _contract
.send("safeTransferFrom", [from, to, id, amount, data]);
}
Future<dynamic> safeTransferFrom(
String from, String to, BigInt id, BigInt amount, String data) async {
return await _contract
.send("safeTransferFrom", [from, to, id, amount, data]);
}