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