String signForSponsor(String message) { return EcdaSignature.signForEth(message.toUint8List(), privateKey) .getSignature(); }