Future<TransactionResponse> mint(String recipient, BigInt amount) async => await _contract.send('mint', [recipient, amount]);