Future<String> sendTransaction(Envelope envelope) async { final signed = await signTransaction(envelope); return sendRawTransaction(signed); }