Future<String> broadcastTransaction(String rawTx) async => request( 'blockchain.transaction.broadcast', [rawTx], ) as String;