Method to sign a transaction digest using the private key
List<int> sign(List<int> transactionDigest) { final signer = TronSigner.fromKeyBytes(toBytes()); return signer.sign(transactionDigest); }